Go to file
2014-02-10 07:50:23 +09:00
examples Change SMTP example to use AUTH LOGIN 2014-02-04 08:34:45 +09:00
src/Network/HaskellNet Add defaultSettings helpers for each protocol 2014-01-30 07:47:47 +09:00
.gitignore Ignore dist/ folder 2013-08-27 09:28:29 +09:00
HaskellNet-SSL.cabal Remove unnecessary tls-extra dependency 2014-02-10 07:50:23 +09:00
LICENSE Initial commit 2013-08-26 13:33:34 +09:00
README.md Initial commit 2013-08-26 13:33:34 +09:00
Setup.hs Initial commit 2013-08-26 13:33:34 +09:00

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.