Skip to content

Haskell library which provides client support for POP3, SMTP, and IMAP protocols.

License

Notifications You must be signed in to change notification settings

qnikst/HaskellNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

010609f · Feb 18, 2025
Jun 16, 2023
Dec 27, 2020
Aug 15, 2024
Apr 9, 2015
Oct 12, 2019
May 27, 2023
Feb 4, 2025
May 19, 2009
Dec 28, 2010
Dec 22, 2020
May 19, 2009
Dec 27, 2020
Oct 25, 2022

Repository files navigation

HaskellNet

Haskell-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

About

Haskell library which provides client support for POP3, SMTP, and IMAP protocols.

Resources

License

Stars

Watchers

Forks

Packages

No packages published