GitHunt
MA

madsobel/JsonImap

Wrapper to the PHP IMAP library

JsonImap

This is the start of a wrapper to the PHP IMAP library. Please note that this is the very beginning of something awesome.

Usage so far

In order to use JsonImap, you have to initialize the class with three parameters:

  1. Servername e.g.: {imap.gmail.com:993/ssl}
  2. Username e.g.: foo@bar.com
  3. Password e.g.: changeme

Roadmap

  • Cover all major functions of the PHP library
  • Implement PHPMailer for sending out an email
  • Update all comments on methods and properties
  • Make everything follow latest PSR Standards
  • Documentation
  • Composer
  • Tests
  • REST API (Hence the name JsonImap)
  • Demo App written around the REST API

Contribution

Feel free to submit a pull request.

Languages

PHP100.0%

Contributors

MIT License
Created September 7, 2015
Updated September 7, 2015