syscover/email-reader

Emails reader library


Keywords
email, imap, reader, pop3

Documentation

EmailReader for Laravel 5.3

Total Downloads

EmailReader is a library for reading email and attachments, primarily using the POP and IMAP protocols.

Installation

Insert on file composer.json, inside require object this value**

"syscover/email-reader": "~2.0"

and execute on console:

composer update

Sample Usage