Go to file
Daniel P. Wright 594bd9e1f8 Replace *Port connection functions with Settings equivalents
This fixes Issue 1 by allowing the user to set the maximum line length.
It does slightly break the similarity with HaskellNet, which uses the
*Port suffix to specify a port for each connection, but it seems like
the only sensible way to do it, really.  I opted not to keep the *Port
functions in because the proliferation of functions doing basically the
same thing would be too much, I think.
2014-01-17 15:36:16 +09:00
examples Remove redundant include from sample code 2013-08-28 08:16:06 +09:00
src/Network/HaskellNet Replace *Port connection functions with Settings equivalents 2014-01-17 15:36:16 +09:00
.gitignore Ignore dist/ folder 2013-08-27 09:28:29 +09:00
HaskellNet-SSL.cabal Explicitly set higher tls/tls-extra dependencies 2013-08-29 11:56:13 +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.