
On Thu, 2010-12-09 at 11:53 +0200, Michael Snoyman wrote:
On Thu, Dec 9, 2010 at 11:48 AM, Magnus Therning
wrote: On Wed, Dec 8, 2010 at 19:11, Michael Snoyman
wrote: Hi all (again),
I'm happy to announce the second major release of the mime-mail[1] package. mime-mail is a package providing support for rendering multipart emails. This new release introduces:
Very nice! Are you working on a parser to accompany the renderer? ;-)
/M
I'm not currently, though that is definitely a direction the project could expand to. I've already written some multipart-parsing code in wai-extra, though that code probably wouldn't help here too much. The quoted-printable decoding is simple enough to write, and base64-decoding has already been solved. Is this a challenge anyone out there wants to undertake?
Michael
Hmm. Probably no. I wanted to write a proper parser for MIME for nntp package but I gave up in the middle of RFC and concentrated on more interesting problems. Regards