/MailLibrary

A PHP library for downloading mails from server.

Primary LanguagePHPMIT LicenseMIT

MailLibrary

A PHP library for downloading mails from server.

Documentation can be found at http://greeny.github.io/MailLibrary/.

Testing

Install dependencies using composer and then run following in library root directory.

# Unix
vendor\bin\tester -c tests\php-unix.ini tests

# Windows
vendor\bin\tester -c tests\php-windows.ini tests