Go to file
Daniel P. Wright 849619cab8 Change base dependency to match HaskellNet
This should fix the build failure on Hackage.
2013-08-28 07:57:44 +09:00
examples Logout/Close the connections once we're done 2013-08-27 10:07:28 +09:00
src/Network/HaskellNet Pass hostname to SMTP HELO command 2013-08-26 13:51:29 +09:00
.gitignore Ignore dist/ folder 2013-08-27 09:28:29 +09:00
HaskellNet-SSL.cabal Change base dependency to match HaskellNet 2013-08-28 07:57:44 +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.