Updated the readme file to describe Fetch's current state.

This commit is contained in:
Robert Hafner 2012-06-10 18:15:33 -07:00
parent 399a7857be
commit 1e8059d5bd

View File

@ -1,4 +1,11 @@
Fetch
=====
An IMAP library for PHP
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.