Any ideas how to easily create MIME mail? A brief look at haskell.org didn't show any libraries that seemed useful for this. Basically I'd like to send information from my program (in the form of a couple of attachments to an email) which can then be extracted on the other end.
So I guess I'd like to be able to both create _and_ parse MIME email. The reason for it being email is so the receiver can easily check it out before piping it into my program. -- David Roundy http://www.abridgegame.org _______________________________________________ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe
