Top Level :: Mail

Package Information: Mail_IMAPv2

This package is not maintained, if you would like to take over please go to this page.
» Summary » License
Provides a c-client backend for webmail. PHP
» Current Release » Bug Summary
0.2.0 (beta) was released on 2005-05-15 (Changelog)
  • Package Maintenance Rank: 166 of 175 packages with open bugs
  • Number of open bugs: 6 (10 total bugs)
  • Average age of open bugs: 1248 days
  • Oldest open bug: 1634 days
  • Number of open feature requests: 2 (2 total feature requests)

Report a new bug to Mail_IMAPv2
» Description
Mail_IMAPv2 provides a simplified backend for working with the c-client (IMAP) extension. It serves as an OO wrapper for commonly used c-client functions. It provides structure and header parsing as well as body retrieval.
Mail_IMAPv2 provides a simple inbox example that demonstrates its ability to parse and view simple and multipart email messages.
Mail_IMAPv2 also provides a connection wizard to determine the correct protocol and port settings for a remote mail server, all you need to provide is a server, a username and a password.
Mail_IMAPv2 may be used as a webmail backend or as a component in a mailing list manager.
This package requires the c-client extension. To download the latest version of the c-client extension goto: http://www.php.net/imap.
» Maintainers » More Information

Dependencies for Mail_IMAPv2

  • imap extension
  • Net_URL (Optional)