About

Metadata

  • Last updated , by TomRudick
  • License BSD-3-Clause
  • Categories Network Development
  • Maintained by: Tom Rudick <tmrudick@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

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)