Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qnikst/haskellnet
Haskell library which provides client support for POP3, SMTP, and IMAP protocols.
https://github.com/qnikst/haskellnet
Last synced: 7 days ago
JSON representation
Haskell library which provides client support for POP3, SMTP, and IMAP protocols.
- Host: GitHub
- URL: https://github.com/qnikst/haskellnet
- Owner: qnikst
- License: other
- Created: 2011-12-18T23:42:02.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T15:15:53.000Z (about 1 year ago)
- Last Synced: 2024-04-26T01:02:09.222Z (6 months ago)
- Language: Haskell
- Homepage:
- Size: 483 KB
- Stars: 86
- Watchers: 5
- Forks: 56
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
HaskellNet
==========![Haskell-CI](https://github.com/qnikst/HaskellNet/workflows/Haskell-CI/badge.svg)
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
mainIf you encounter problems and want to debug the ghci
debugger works well::set -fbreak-on-exception
:trace main