PLaneT mail2rss Library

Convert an email, or a mbox of emails, into a RSS feed.

Download

Since this is on PLaneT, to download this is as simple as running the following program.

(require (planet "mail2rss.ss" ("mburns" "mail2rss" 1 0)))

Documentation

Data

Email
Defined in the PLaneT parse-email library.
Rss
Defined in the PLaneT rss library.
Item
Defined in the PLaneT rss library.

Functions

mails->rss
Contract
((string? string? string?) (input-port?) . opt-> . rss?)
Description
Convert a stream of emails, in mbox format, into a single RSS feed. Pass in the name of the feed, the description of the feed, and the URI of the feed. Optionally pass an input port, which contains the emails.
email->rss-item
Contract
(email? . -> . item?)
Description
Convert a single Email into a single Item. Not as useful as mails->rss.

Dependencies

Contact

Mike Burns mike@mike-burns.com