About

Metadata

  • Last updated , by AlexanderVershilov
  • License BSD-3-Clause
  • Categories Network Development
  • Maintained by: Alexander Vershilov <alexander.vershilov@sirius.online>, Jonathan Daugherty <cygnus@foobox.com>, Leza Morais Lutonda <lemol-c@outlook.com>

  • Lottery factor: 2

Links

Installation

Tested Compilers

  1. 9.12.2
  2. 9.10.2
  3. 9.8.4
  4. 9.6.7
  5. 9.4.8

Package Flags

Use the -f option with cabal commands to enable flags

    network-bsd (on by default)

    Use network-bsd

Readme

HaskellNet

ci

This package provides client support for the E-mail protocols POP3, SMTP, and IMAP.

Some examples of how to use the library are contained in the example/ directory. You should be able to run them by adjusting the file for your mail server settings and then loading the file in ghci and type 'main'. eg.

ghci -hide-package monads-fd example/smtpMimeMail.hs main

If you encounter problems and want to debug the ghci debugger works well:

:set -fbreak-on-exception :trace main