pop3-client

POP3 Client Library

https://github.com/tmrudick/haskell-pop3-client/

Latest on Hackage:0.1.4

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Peter van den Brand, Tom Rudick (0.1.4)
Maintained by Tom Rudick

pop3-client provides a Haskell library to implement a POP3 client.

  • Simple and safe API: connection is guaranteed to be closed, no need to know the POP3 protocol to use the API

  • Standards compliant

  • No dependencies (besides base, mtl and network libraries)