HaskellNet: network related libraries such as POP3, SMTP, IMAP

[ bsd3, library, network ] [ Propose Tags ]

Originally written for Google SOC, provides network related libraries such as POP3, SMTP, IMAP. All I have done is get the project to compile using cabal, check that these libraries basically work, and add some examples


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 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.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 (info)
Dependencies array, base (>=4 && <4.5), base64-string, bytestring, containers, Crypto (>4.2.1), haskell98 (<2), mime-mail (<0.3), mtl, network (<2.9), old-locale, old-time, parsec, pretty, text, time [details]
License BSD-3-Clause
Author Jun Mukai
Maintainer Robert Wills <wrwills@gmail.com>
Revised Revision 1 made by phadej at 2019-06-29T15:15:14Z
Category Network
Home page https://patch-tag.com/r/wrwills/HaskellNet
Source repo head: darcs get https://patch-tag.com/r/wrwills/HaskellNet
Uploaded by RobertWills at 2010-12-28T18:03:55Z
Distributions LTSHaskell:0.6.1.2, NixOS:0.6.1.2
Reverse Dependencies 6 direct, 2 indirect [details]
Downloads 17603 total (62 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for HaskellNet-0.2.4

[back to package description]

HaskellNet

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