Download the PHP package rochasmarcelo/emailmd without Composer
On this page you can find all versions of the php package rochasmarcelo/emailmd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rochasmarcelo/emailmd
More information about rochasmarcelo/emailmd
Files in rochasmarcelo/emailmd
Download rochasmarcelo/emailmd
More information about rochasmarcelo/emailmd
Files in rochasmarcelo/emailmd
Vendor rochasmarcelo
Package emailmd
Short Description A PHP library to read e-mails using imap extension.
License MIT
Homepage https://github.com/rochamarcelo/EmailMD/
Package emailmd
Short Description A PHP library to read e-mails using imap extension.
License MIT
Homepage https://github.com/rochamarcelo/EmailMD/
Please rate this library. Is it a good library?
Informations about the package emailmd
EmailMD
A PHP library to read e-mails.
Install with composer
{
"require": {
"rochasmarcelo/emailmd": "dev-master"
}
}
Requirements
- PHP 5.3.*
- Imap extension
Example
Getting a MailBox instance
Basic usage
Getting just some messages
Getting messages recieved since a specific date
Getting messages in reverse order
By default the mailbox will return the oldest messages first. But sometimes we need to get the newest messages first, to do so we need to call the "MailBox::reverse" method one time.
All versions of emailmd with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
ext-imap Version *
ext-imap Version *
The package rochasmarcelo/emailmd contains the following files
Loading the files please wait ....