Commit Graph

8 Commits

Author SHA1 Message Date
Sarah Vaupel
1d346b07fb 0.3.4.1 -> 0.4.0.2 2025-06-12 14:49:44 +02:00
koral
7432711d62 Derive Eq, Ord and Show instances for Settings data type 2016-04-23 11:27:42 +02:00
Leza Morais Lutonda (Lemol-C)
bc814b6345 Rename sslDisableCertficateValidation to sslDisableCertificateValidation 2015-01-04 02:09:27 -05:00
Leza Morais Lutonda (Lemol-C)
4fd67bbf72 Allow connection with disabled certificate validation 2014-12-08 21:14:38 -05:00
Daniel P. Wright
263bee1392 Add IMAP session logging as an option
Setting the "sslLogToConsole" parameter to True will now spit out the
IMAP session log inline, prefixed with "HaskellNet-SSL".
2014-10-07 13:31:05 +09:00
Daniel P. Wright
c99470b2c1 Expose the HaskellNet.SSL module for Settings
Moved the private stuff into HaskellNet.SSL.Internal, so that
HaskellNet.SSL only exports Settings.

Updated minor version number for this quickfix release.
2014-01-18 10:12:27 +09:00
Daniel P. Wright
f910cef262 Create Settings structure to make maxLineLength configurable
This commit simply adds the structure without actually exposing it in
the interface.
2014-01-17 15:24:48 +09:00
Daniel P. Wright
24e8f1c7f9 Initial commit 2013-08-26 13:33:34 +09:00