Popularity
9.3
Declining
Activity
4.0
-
86
5
56

Monthly Downloads: 98
Programming language: Haskell
License: GNU General Public License v3.0 or later
Tags: Network     HaskellNet    
Latest version: v0.5.2

HaskellNet alternatives and similar packages

Based on the "HaskellNet" category.
Alternatively, view HaskellNet alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of HaskellNet or a related project?

Add another 'HaskellNet' Package

README

HaskellNet

Build Status

NOTE: I am seeking a maintainer for this package. If you are interested, let me know! In the mean time, this package is NOT MAINTAINED. Consequently that means there will not be any Hackage releases, resolution of issues, or review of pull requests unless others are interested in volunteering to help out. In particular I encourage anyone depending on this project to use both the Hackage releases and the Git source at their own risk.

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