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.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.4.1@sha256:3ca14dd69460a380cf69aed40654fb10c4c03e344632b6a9986568c87feda157,1843

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