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]

Modules

[Last Documentation]

  • Network
    • HaskellNet
      • IMAP
        • Network.HaskellNet.IMAP.SSL
      • POP3
        • Network.HaskellNet.POP3.SSL
      • SMTP
        • Network.HaskellNet.SMTP.SSL

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.5 && <4.6), bytestring, connection (>=0.1.3), data-default, HaskellNet (>=0.3.1), network (>=2.3) [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 2013-08-27T00:46:56Z
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 not available [build log]
All reported builds failed as of 2016-12-20 [all 7 reports]

Readme for HaskellNet-SSL-0.1.0.0

[back to package description]

HaskellNet-SSL

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.