Go to file
2025-06-12 14:49:44 +02:00
examples 0.3.4.1 -> 0.4.0.2 2025-06-12 14:49:44 +02:00
src/Network/HaskellNet 0.3.4.1 -> 0.4.0.2 2025-06-12 14:49:44 +02:00
.gitignore Fix a bun in the smtp example. 2016-07-29 14:30:00 +01:00
.travis.yml Bump version number to 0.3.4.0. Solves fpco/stackage#2693 2017-08-01 15:42:04 +01:00
cabal.project 0.3.4.1 -> 0.4.0.2 2025-06-12 14:49:44 +02:00
CHANGELOG.md 0.3.4.1 -> 0.4.0.2 2025-06-12 14:49:44 +02:00
HaskellNet-SSL.cabal 0.3.4.1 -> 0.4.0.2 2025-06-12 14:49:44 +02:00
LICENSE Initial commit 2013-08-26 13:33:34 +09:00
README.md 0.3.4.1 -> 0.4.0.2 2025-06-12 14:49:44 +02:00
Setup.hs Initial commit 2013-08-26 13:33:34 +09:00
stack.yaml Update dependencies. See fpco/stackage#2693 2017-08-01 14:59:33 +01:00

HaskellNet-SSL

haskell ci

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.