@hackage HaskellNet-SSL0.1.1.0
Helpers to connect to SSL/TLS mail servers with HaskellNet
Categories
License
BSD-3-Clause
Maintainer
dani@dpwright.com
Links
Versions
Installation
Dependencies (6)
- HaskellNet >=0.3.1
- base >=4 && <5
- bytestring
- connection >=0.1.3
- data-default
- network >=2.3 Show all…
Dependents (5)
@hackage/mail-pool, @hackage/acme-everything, @hackage/instapaper-sender, @hackage/imm, @hackage/nomyx-core
HaskellNet-SSL
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.