An IMAP library for PHP
Go to file
2012-06-10 18:15:33 -07:00
src/Fetch Migrated source code out of original project 2012-06-10 18:03:45 -07:00
.gitignore Added gitignore. 2012-06-10 18:04:00 -07:00
autoload.php Added generic/default autoloader 2012-06-10 17:54:57 -07:00
composer.json Added composer file describing the project 2012-06-10 17:55:12 -07:00
LICENSE Added License 2012-06-10 17:54:41 -07:00
README.md Updated the readme file to describe Fetch's current state. 2012-06-10 18:15:33 -07:00

Fetch

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

Fetch was part of a large project, Mortar, which is hosted on Google Code. It is currently being migrated over to Github, as well as being updated to support modern php features. While the project is in flux I encourage you to try it out, but be careful about using it in a production environment without proper testing.