BSD-3-Clause licensed by Daniel P. Wright
This version can be pinned in stack with:HaskellNet-SSL-0.4.0.2@sha256:c33082ae7ce0ab6c5d77aa810f4404320e275a8f93cab3a8e47d21c01884113b,2061

Module documentation for 0.4.0.2

HaskellNet-SSL

haskell ci

This package ties together the excellent HaskellNet and crypton-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.

Changes

Revision history for HaskellNet-SSL

0.4.0.0 – 2025-01-07

  • drop support for connection in favour of crypton-connection
  • compatibility with GHCs up to ghc 9.8 (bump base and bytestring)
  • fix example
  • add tested-with stanza

0.4.0.1 – 2025-01-17

  • Ignore 502 error on helo - fixes communication with some servers

0.4.0.1 – 2025-02-15

  • bump data-default and network