syscover/email-reader

There is no license information available for the latest version (v2.0.2) of this package.

Emails reader library

v2.0.2 2016-10-19 11:50 UTC

This package is auto-updated.

Last update: 2024-03-27 21:40:50 UTC


README

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