BSD-3-Clause licensed by Jun Mukai
This version can be pinned in stack with:HaskellNet-0.6.2@sha256:afc178bd40f0e8d8368bef8308881f73985ccbe3ce8f4c68ba5d7db3ca18cc36,2478

Module documentation for 0.6.2

  • Network
    • Network.HaskellNet
      • Network.HaskellNet.Auth
      • Network.HaskellNet.BSStream
      • Network.HaskellNet.Debug
      • Network.HaskellNet.IMAP
        • Network.HaskellNet.IMAP.Connection
        • Network.HaskellNet.IMAP.Parsers
        • Network.HaskellNet.IMAP.Types
      • Network.HaskellNet.POP3
        • Network.HaskellNet.POP3.Connection
        • Network.HaskellNet.POP3.Types
      • Network.HaskellNet.SMTP
        • Network.HaskellNet.SMTP.Internal
Used by 1 package in nightly-2026-01-18(full list with versions):

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