MailFeed provides a script that produces an RSS feed from the contents of a POP3/IMAP mailbox.
MailFeed is a PHP script that checks a POP3, IMAP, or NNTP mailbox on demand and returns an RSS feed containing the messages in the mailbox.
Here are some key features of "MailFeed":
· orks with any POP3, IMAP, or NNTP server.
· Supports SSL and TLS for secure connections.
· Produces standards-compliant RSS 2.0 XML.
· Optionally retrieves message bodies into the RSS field.
· Supports multipart MIME messages (i.e., messages with attachments).
· Integrates with the RSS aggregator of your choice, giving you complete freedom in how you read your email.
· Lightweight and easy to use.
· Free!
Requirements:
· PHP 4.3.4 or higher
· PHP IMAP extension
· Mail_Mime PEAR package
What's New in This Release:
· MailFeed now requires that the PEAR Mail_Mime package be installed.
· Multipart MIME messages are now supported.
· 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, as3required by the RSS 2.0 specification.
Product's homepage