Home » Mail » Mail_IMAPv2
Provides a c-client backend for webmail.
This package is unmaintained.
Download latest release 0.2.1 (archived versions might be outdated)
License: PHP
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
- Richard York (richy) — lead, active
Dependencies
Required
- PHP (>= 4.0.0)
- PEAR Installer (>= 1.4.0b1)
- imap (extension)
Optional
Releases
- 0.2.1 (beta, 2010-10-12)
- 0.2.0 (beta, 2005-05-15)
Release notes
License: PHP
* Major bug in broken nested message parsing (affected multipart/mixed messages), sub messages weren't being retrieved.
- 0.1.0 (beta, 2005-03-20)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #4264 | Closed | Bug | 2005-05-02 | foreach() called without argument check | |
| #4551 | Open | Bug | 2005-06-08 | message parsing fails with complex multipart/alternative structure | |
| #4554 | Closed | Bug | 2005-06-08 | _personal header info is not properly decoded | |
| #5621 | Closed | Bug | 2005-10-06 | Mail_IMAP_connection_wizard notls bug | |
| #6210 | Wont fix | Doc | 2005-12-09 | examples not in pear package | |
| #6493 | Bogus | Bug | 2006-01-14 | delete() sometimes fails without errors but delete did not occur | |
| #7284 | Open | Req | 0.2.0 | 2006-04-03 | Mailbox path in manageMB() |
| #8328 | Open | Bug | 0.2.0 | 2006-07-31 | Inline Parts show no Filename |
| #8744 | Closed | Bug | 0.2.0 | 2006-09-20 | manageMB method does not return actual result |
| #8828 | Bogus | Bug | 0.2.0 | 2006-10-02 | parse_url crashes if password contents '/' character |
| #13557 | Bogus | Bug | 0.2.0 | 2008-04-01 | UPPERCASE headers with getHeaders() |
| #16658 | Closed | Req | 0.2.0 | 2009-09-29 | Solution Header for AMFPHP |
| #18084 | Closed | Req | SVN | 2010-11-23 | Independant of the PHP imap_* functions |
| #19445 | Open | Bug | 0.2.1 | 2012-05-30 | Message body is empty with file attached |