Table of Contents
MailFeed Changelog
| Legend | |
|---|---|
[!] | Comment |
[+] | New feature |
[*] | Improved/changed feature |
[-] | Bug fix |
Version 1.0.1 (03/18/2004)
[!] MailFeed now requires that the PEAR Mail_Mime package be installed.
This package is included by default with most installations of PHP.
[+] Multipart MIME messages are now supported. If a message contains
attachments, a line will be appended to the end of the message body
indicating how many files are attached and the total size of the
attachments.
[+] Errors are now handled gracefully and error messages are displayed as
feed items to avoid ruining the RSS syntax.
[-] After failing to connect, MailFeed still attempted to perform actions
on the mailbox.
[-] Some dates were not being properly formatted according to RFC 822, as
required by the RSS 2.0 specification.
Version 1.0.0 (03/16/2004)
[!] First release.