POP3
Released under the PHP License 3.0


This extension, is a simple, and yet complete, library for accessing a 
POP3 mailserver. The current version is based entirely on the PHP streams
interface, and therefore requires no external components.

POP3 supports all POP3 operation, as well as POP3 over SSL (port 996)
connections and APOP authentication (experimental)

COMPILATION
-----------

To compile the extension in your PHP, do as follows:

- Uncompress the tarball
- Run phpize
- Run ./configure [--enable-pop3]
- Run make, then make install.
- Either load the extension dynamically into your scripts (with dl()) or add
  an extension= entry for it in your php.ini


USAGE
-----

See the PHP scripts in the examples directory for an example of this 
library's usage


REPORTING BUGS
--------------

THIS EXTENSION IS HIGHLY EXPERIMENTAL (read: untested and unsupported). Please
report all bugs and send all request/suggestions/quips/complaints to the 
PECL website
