HaskellNet-SSL

Helpers to connect to SSL/TLS mail servers with HaskellNet

https://github.com/dpwright/HaskellNet-SSL

Version on this page:0.3.1.0
LTS Haskell 21.25:0.3.4.4
Stackage Nightly 2023-06-21:0.3.4.4
Latest on Hackage:0.3.4.4

See all snapshots HaskellNet-SSL appears in

BSD-3-Clause licensed by Daniel P. Wright
Maintained by [email protected]
This version can be pinned in stack with:HaskellNet-SSL-0.3.1.0@sha256:3f5002d29ed0b7005fa36cbc85abad52ae6149b53568e6eb7699e187a511dcf3,1793

Module documentation for 0.3.1.0

HaskellNet-SSL

Build Status

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.