[Haskell-cafe] SMTP, HTTP, Telnet

2006-06-16 Thread Lyle Kopnicky
Hi all, Anybody know of some good Haskell libraries providing: an SMTP client, an HTTP client, or a Telnet client? There's a significant amount to these protocols, over and above the socket layer. Thanks, Lyle Kopnicky ___ Haskell-Cafe ma

Re: [Haskell-cafe] SMTP, HTTP, Telnet

2006-06-17 Thread S. Alexander Jacobson
HAppS and HaskellNet both have SMTP clients. HAppS focuses more on providing a reliable delivery agent (acting as a relay). I think HaskellNet focuses more on rich client functionality. -Alex- On Fri, 16 Jun 2006, Lyle Kopnicky wrote: Hi all, Anybody know of some good Haskell libraries pr