HaskellNet-SSL

Helpers to connect to SSL/TLS mail servers with HaskellNet

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

Version on this page:0.3.2.1
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
This version can be pinned in stack with:HaskellNet-SSL-0.3.2.1@sha256:b7616f23f761dcb6cef532c5f48ce0db001c07b6e967eb32313033079e399830,1814

Module documentation for 0.3.2.1

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.