HaskellNet: Client support for POP3, SMTP, and IMAP

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This package provides client support for the POP3, SMTP, and IMAP protocols. NOTE: this package will be split into smaller, protocol-specific packages in the future.


[Skip to Readme]

Properties

Versions 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.3, 0.3.1, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.4, 0.4.5, 0.5, 0.5.1, 0.5.2, 0.5.3, 0.6, 0.6.0.1, 0.6.0.2, 0.6.1.2
Change log CHANGELOG
Dependencies array, base (>=4 && <5), base64-string, bytestring, cryptohash, mime-mail (>=0.4.7 && <0.5), mtl, network, old-time, pretty, text [details]
License BSD-3-Clause
Copyright (c) 2006 Jun Mukai
Author Jun Mukai
Maintainer Jonathan Daugherty <cygnus@foobox.com>, Leza Morais Lutonda <lemol-c@outlook.com>
Category Network
Home page https://github.com/jtdaugherty/HaskellNet
Source repo head: git clone git://github.com/jtdaugherty/HaskellNet.git
Uploaded by lemol at 2015-04-12T00:04:44Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for HaskellNet-0.4.4

[back to package description]

HaskellNet

Build Status

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