@hackage / HaskellNet-SSL

Helpers to connect to SSL/TLS mail servers with HaskellNet

Latest0.4.0.2

About

Metadata

  • Last updated , by mangoiv
  • License BSD-3-Clause
  • Categories Network Development
  • Maintained by: Leza M. Lutonda <lemol-c@outlook.com>, dani@dpwright.com, contact@mangoiv.com

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.8.2
  2. 9.6.5
  3. 9.4.8

Package Flags

Use the -f option with cabal commands to enable flags

    network-bsd (on by default)

    Get Network.BSD from the network-bsd package

Readme

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.