Go to file
2016-07-29 14:30:00 +01:00
examples Fix a bun in the smtp example. 2016-07-29 14:30:00 +01:00
src/Network/HaskellNet Derive Eq, Ord and Show instances for Settings data type 2016-04-23 11:27:42 +02:00
.gitignore Fix a bun in the smtp example. 2016-07-29 14:30:00 +01:00
.travis.yml Allow NoUpperBounds build to fail 2014-10-23 10:23:47 +09:00
HaskellNet-SSL.cabal Bump version number to 0.3.3.0 2016-04-25 00:04:14 +01: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
stack.yaml Fix a bun in the smtp example. 2016-07-29 14:30:00 +01: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.