@hackage HaskellNet0.5
Client support for POP3, SMTP, and IMAP
Categories
License
BSD-3-Clause
Maintainer
Jonathan Daugherty <cygnus@foobox.com>, Leza Morais Lutonda <lemol-c@outlook.com>
Links
Versions
Installation
Dependencies (11)
- array
- base >=4 && <4.13
- base64-string
- bytestring
- cryptohash >=0.6
- mime-mail >=0.4.7 && <0.5 Show all…
Dependents (8)
@hackage/email, @hackage/mail-pool, @hackage/acme-everything, @hackage/instapaper-sender, @hackage/HaskellNet-SSL, @hackage/imm, Show all…
HaskellNet
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