haskellnet-ssl/src/Network/HaskellNet
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
..
IMAP Replace *Port connection functions with Settings equivalents 2014-01-17 15:36:16 +09:00
POP3 Replace *Port connection functions with Settings equivalents 2014-01-17 15:36:16 +09:00
SMTP Replace *Port connection functions with Settings equivalents 2014-01-17 15:36:16 +09:00
SSL.hs Create Settings structure to make maxLineLength configurable 2014-01-17 15:24:48 +09:00