» Version | » Information |
---|---|
2004-06-29 beta |
|
1.1.0RC1 |
Release date: 2004-05-09 11:03 UTC Release state: beta Release uploaded by: richy Changelog: Bug #1350 multipart/related messages containing attachments not parsed correctly. - Adjusted Mail_IMAP::_scanMultipart, Mail_IMAP::getDefaultPid, Mail_IMAP::_checkIfParsed, added Mail_IMAP::_isMultipartRelated, $defaultPid member variable (this is to cut back on calls to Mail_IMAP::getDefaultPid). Added debug functions. Debug functions can be called automatically if using a URI abstraction. Fallback pids added for Mail_IMAP::getBody, Mail_IMAP::getRawHeaders, Mail_IMAP::getHeaders. Mail_IMAP::getBody will fallback on pid = '1' or the first message part. Mail_IMAP::getRawHeaders and Mail_IMAP::getHeaders will fallback on pid = '0', or the top-level headers. $option member variable added, replaces and deprecates various $options arguments used in the various methods (All of these will be removed in 2.0.0). Mail_IMAP::setOptions method added to set-up some default usages of optional arguments. Mail_IMAP::getRawHeaders now returns the headers by default and has a new $rtn argument that toggles between returning the headers and not returning them. Mail_IMAP::getHeaders now returns the header array (no toggle here). Expanded embedded docs. Added $error_reporting argument to the constructor, this is used to determine where hacks are being used which is useful for debugging. Error text made more consistent. Net_URL made an optional dependancy. messageCount, removed call to imap_errors. Added $this->mailboxInfo['host'] and Mail_IMAP::getMailboxes() which wraps imap_list. Fixed leading slash making its way into $this->mailboxInfo['folder']. Mail_IMAP::getQuota now falls back on $this->mailboxInfo['folder'], if a connection URI is used, uses 'INBOX' if no value is passed by argument or no value is present for $this->mailboxInfo['folder']. Dependencies:
|
2004-05-03 beta |
|
2004-04-17 beta |
|
2004-04-14 beta |
|
2004-04-08 beta |
|
2004-03-12 alpha |
|
2004-03-01 alpha |
|
2004-02-29 alpha |
|
2004-02-27 alpha |