HaskellNet-SSL: Helpers to connect to SSL/TLS mail servers with HaskellNet

[ bsd3, library, network ] [ Propose Tags ]

This package ties together the HaskellNet and connection packages to make it easy to open IMAP and SMTP connections over SSL.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
noupperbounds

Removes upper bounds from all packages

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.5.1, 0.2.5.2, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.3.2.1, 0.3.3.0, 0.3.4.0, 0.3.4.1, 0.3.4.4
Dependencies base (>=4), bytestring, connection (>=0.2), data-default, HaskellNet (>=0.3), network (>=2.4), tls (>=1.2) [details]
License BSD-3-Clause
Copyright (c) 2013 Daniel P. Wright
Author Daniel P. Wright
Maintainer dani@dpwright.com
Category Network
Home page https://github.com/dpwright/HaskellNet-SSL
Source repo head: git clone git://github.com/dpwright/HaskellNet-SSL.git
Uploaded by DanielWright at 2015-04-19T23:30:39Z
Distributions
Reverse Dependencies 4 direct, 2 indirect [details]
Downloads 16956 total (40 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-04-19 [all 1 reports]

Readme for HaskellNet-SSL-0.3.0.0

[back to package description]

HaskellNet-SSL

Build Status

This package ties together the excellent HaskellNet and connection packages to make it easy to open IMAP and SMTP connections over SSL. This is a simple "glue" library; all credit for a) connecting to IMAP/SMTP servers and b) making an SSL connection goes to the aforementioned libraries.