Print

Print


On Tue, Feb 10, 2004 at 10:59:46AM -0700, Binkley, Peter wrote:
> Would there be any advantage to developing a two-way conversion script? The
> data models for email and RSS and the mapping between them could be reused,
> I suppose.

In fact the data models are ready and waiting:

    XML::RSS
    Read and create all sorts of RSS flavors.
    http://search.cpan.org/perldoc?XML::RSS

    Mail::Box
    Read and create all sorts of mail box flavors (mbox, maildir, etc)
    http://search.cpan.org/perldoc?Mail::Box

They just need some plugging together. Legos anyone :)

//Ed