Mail_IMAP
Package Information: Mail_IMAP
This package is not maintained anymore and has been superseded. Use Mail_IMAPv2 instead.
| » Summary | » License |
|---|---|
| Provides a c-client backend for webmail. | PHP |
| » Current Release | » Bug Summary |
| 1.1.0RC2 (beta) was released on 2004-06-29 by richy (Changelog) |
No open bugs Report a new bug to Mail_IMAP |
| » Description | |
| Mail_IMAP provides a flexible API for connecting to and retrieving mail from mailboxes using the IMAP, POP3 or NNTP mail protocols. Connection to a mailbox is acheived through the c-client extension to PHP (http://www.php.net/imap). Meaning installation of the c-client extension is required to use Mail_IMAP. Mail_IMAP can be used to retrieve the contents of a mailbox, whereas it may serve as the backend for a webmail application or mailing list manager. Since Mail_IMAP is an abstracted object, it allows for complete customization of the UI for any application.
***NOTE*** |
|
| » Maintainers | » More Information |
|
|
Dependencies for Mail_IMAP
- imap extension
- Net_URL (Optional)