HaskellNet-SSL: Helpers to connect to SSL/TLS mail servers with HaskellNet

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This package ties together the HaskellNet and connection packages to make it easy to open IMAP and SMTP connections over SSL.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.5.1, 0.2.5.2, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.3.2.1, 0.3.3.0, 0.3.4.0, 0.3.4.1, 0.3.4.1, 0.3.4.4
Change log None available
Dependencies base (>=4), bytestring, connection (>=0.2.7), data-default, HaskellNet (>=0.3), network (>=2.4), tls (>=1.2) [details]
License BSD-3-Clause
Copyright (c) 2013 Daniel P. Wright
Author Daniel P. Wright
Maintainer Leza M. Lutonda <lemol-c@outlook.com>, dani@dpwright.com
Category Network
Home page https://github.com/dpwright/HaskellNet-SSL
Source repo head: git clone git://github.com/dpwright/HaskellNet-SSL.git
Uploaded by lemol at 2019-01-17T15:17:53Z

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
noupperbounds

Removes upper bounds from all packages

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for HaskellNet-SSL-0.3.4.1

[back to package description]

HaskellNet-SSL

Build Status

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.