[Haskell-cafe] IMAP and NNTP libraries
John Goerzen
jgoerzen at complete.org
Mon Jun 23 17:43:31 EDT 2008
Adam Langley wrote:
> On Sat, Jun 21, 2008 at 10:52 PM, Maurício <briqueabraque at yahoo.com> wrote:
>> Are there mature libraries for IMAP and NNTP
>> available to Haskell?
>
> Pretty much, if a Haskell library exist it will be listed at [1].
> Since I don't see anything for IMAP, nor NNTP I can be pretty sure
> that the answer is "no" I'm afraid. Perhaps you would care to write
> such libraries if you have a need?
I'm aware of neither. NNTP is a pretty trivial protocol, and should be
trivial to implement.
IMAP is more complex. I may write such a library someday, if I ever
port OfflineIMAP to Haskell, but it will not be real soon now by any means.
More information about the Haskell-Cafe
mailing list