Go to file
Leza Morais Lutonda (Lemol-C) 61969afabf Bump HaskellNet version to <0.6
(see fpco/stackage#960)
2015-11-06 03:07:03 -05:00
examples Update gmail example 2015-04-08 23:58:44 -04:00
src/Network/HaskellNet Make HaskellNet.X.SSL re-exports HaskellNet.X and SSL.Settings 2015-04-08 13:26:10 -04:00
.gitignore Update gitignore 2015-04-08 12:57:59 -04:00
.travis.yml Allow NoUpperBounds build to fail 2014-10-23 10:23:47 +09:00
HaskellNet-SSL.cabal Bump HaskellNet version to <0.6 2015-11-06 03:07:03 -05:00
LICENSE Initial commit 2013-08-26 13:33:34 +09:00
README.md Add build status image to the top of README.md 2014-05-22 11:34:05 +09:00
Setup.hs Initial commit 2013-08-26 13:33:34 +09:00

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.