Go to file
Daniel P. Wright 8930d7c983 Manually specify Travis build matrix
Build the normal build with GHC versions 7.4, 7.6 and 7.8, and the
NoUpperBounds build with GHC version 7.8 only.
2014-10-23 10:11:49 +09:00
examples Change SMTP example to use AUTH LOGIN 2014-02-04 08:34:45 +09:00
src/Network/HaskellNet Add IMAP session logging as an option 2014-10-07 13:31:05 +09:00
.gitignore Ignore dist/ folder 2013-08-27 09:28:29 +09:00
.travis.yml Manually specify Travis build matrix 2014-10-23 10:11:49 +09:00
HaskellNet-SSL.cabal Add NoUpperBounds flag for testing latest packages 2014-10-23 10:09:32 +09: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.