@hackage pop3-client0.1.2

POP3 Client Library

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 Network and the base library)