@hackage HaskellNet-SSL0.2.3
Helpers to connect to SSL/TLS mail servers with HaskellNet
Categories
License
BSD-3-Clause
Maintainer
dani@dpwright.com
Links
Versions
Installation
Dependencies (7)
- HaskellNet >=0.3 && <0.4
- base >=4 && <5
- bytestring
- connection >=0.2 && <0.3
- data-default
- network >=2.4 && <2.5 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.