sending email via gmail Re: [Haskell-cafe] Sending email from a Haskell program

2008-12-05 Thread Thomas Hartman
I ran into this problem when I wanted to send email from a HAppS web app, routing it through gmail. There actually used to be an SMTP client in HAppS but it was dropped a while ago. The most common workaround appears to be, just use sendmail. But I couldn't figure out a way to get sendmail to

[Haskell-cafe] Sending email from a Haskell program

2007-09-26 Thread Peter Gammie
Hello, Does anyone have a library for sending email from a Haskell program? I'd like something portable and cabalised. I note there is code in darcs to send email on Windows and UNIX-y systems, and also something in WASH (I know not what). Apparently there is an SMTP server of some kind

Re: [Haskell-cafe] Sending email from a Haskell program

2007-09-26 Thread Jeremy Shaw
At Wed, 26 Sep 2007 22:11:12 +0700, Peter Gammie wrote: Hello, Does anyone have a library for sending email from a Haskell program? I'd like something portable and cabalised. I note there is code in darcs to send email on Windows and UNIX-y systems, and also something in WASH (I

Re: [Haskell-cafe] Sending email from a Haskell program

2007-09-26 Thread brad clawsie
an IMAP library might make for a good bounty project...i figure that you would indeed need to pay someone to untangle that standard ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Sending email from a Haskell program

2007-09-26 Thread Don Stewart
clawsie: an IMAP library might make for a good bounty project...i figure that you would indeed need to pay someone to untangle that standard jmuk's HaskellNet project from last year? http://darcs.haskell.org/SoC/haskellnet/HaskellNet/IMAP.hs -- Don

Re: [Haskell-cafe] Sending email from a Haskell program

2007-09-26 Thread brad clawsie
jmuk's HaskellNet project from last year? http://darcs.haskell.org/SoC/haskellnet/HaskellNet/IMAP.hs sweet! was there any documentation created for this? examples? anything? have people tried to make this work with ssl/tls libs? by the way there looks like some other gems in the