HaskellNet-SSL

Helpers to connect to SSL/TLS mail servers with HaskellNet

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

Version on this page:0.3.4.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
This version can be pinned in stack with:HaskellNet-SSL-0.3.4.0@sha256:78d5afacfe668b503bdf7a74733a2205e6f73d5c7d6c60d1c489cc3a93bc2b03,1843

Module documentation for 0.3.4.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.