[Haskell] ANNOUNCE: Another Haskell MIME Library

2006-12-03 Thread Dominic Steinitz
What's the betting they all have Base64 in them. Base64 is like a virus; everyone seems to have their own copy. I put it in the crypto library (along with MD5 another virus-like module) in the hope that we would end up with one version of both. Clearly that hasn't worked. Any suggestions? Dom

Re: [Haskell] ANNOUNCE: Another Haskell MIME Library

2006-12-02 Thread Taral
On 12/2/06, Donald Bruce Stewart <[EMAIL PROTECTED]> wrote: > WASH has one, and I uploaded mine to http://www.taral.net/mime.tar.gz > for people to look at and use. Are these now documented on haskell.org's libraries page? http://haskell.org/haskellwiki/Libraries_and_tools WASH should be.

Re: [Haskell] ANNOUNCE: Another Haskell MIME Library

2006-12-02 Thread Donald Bruce Stewart
taralx: > On 12/2/06, Jeremy Shaw <[EMAIL PROTECTED]> wrote: > >In any case, I wanted to release this library now since I know other > >people are already duplicating some (all?) of the work :) I am quite > >happy to accept patches. If someone else has a better code base > >already, I am happy to j

Re: [Haskell] ANNOUNCE: Another Haskell MIME Library

2006-12-02 Thread Taral
On 12/2/06, Jeremy Shaw <[EMAIL PROTECTED]> wrote: In any case, I wanted to release this library now since I know other people are already duplicating some (all?) of the work :) I am quite happy to accept patches. If someone else has a better code base already, I am happy to jump ship and work on

[Haskell] ANNOUNCE: Another Haskell MIME Library

2006-12-02 Thread Jeremy Shaw
Hello, I would like to announce the availability of my partially complete MIME processing library. This library is supposed to be able to parse emails and decode various attachments, and generate emails with attachments. The library includes modules that implement portions of: RFC 2045 - Multip