@hackage HaskellNet-SSL0.4.0.2
Helpers to connect to SSL/TLS mail servers with HaskellNet
Categories
License
BSD-3-Clause
Maintainer
Leza M. Lutonda <lemol-c@outlook.com>, dani@dpwright.com, contact@mangoiv.com
Links
Versions
Installation
Tested Compilers
Dependencies (7)
- HaskellNet >=0.3 && <0.7
- base >=4 && <5
- bytestring >=0.9 && <0.13
- crypton-connection >=0.3.1 && <0.5
- data-default >=0.2 && <0.9
- network >=2.4 && <3.3 Show all…
Dependents (5)
@hackage/mail-pool, @hackage/acme-everything, @hackage/instapaper-sender, @hackage/imm, @hackage/nomyx-core
Package Flags
network-bsd
(on by default)
Get Network.BSD from the network-bsd package
HaskellNet-SSL
This package ties together the excellent HaskellNet and crypton-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.