HaskellNet-SSL icon indicating copy to clipboard operation
HaskellNet-SSL copied to clipboard

Helpers to connect to SSL/TLS mail servers with HaskellNet

Results 8 HaskellNet-SSL issues
Sort by recently updated
recently updated
newest added

`connection` is dead, long live `crypton-connection`

The `connection` library - and in fact the entire ecosystem based on `cryptonite` - is no longer supported and is now considered dangerous to use. As an immediate fix, @kazu-yamamoto...

Yandex smtp server dropped support of the HELO command in the protocol as a result authorisation fail with log: ``` HaskellNet-SSL RECV: "220 sas1-37da021029ee.qloud-c.yandex.net SMTP\r" HaskellNet-SSL SEND: "HELO Alexanders-MacBook-Pro.local\r\n" HaskellNet-SSL...

On the latest version, `gmail.hs` fails with a type error, as well as a deprecation warning.

This library has been missing from stackage since LTS 13. There's a couple of things we'll need to do to add it back to stackage: - [ ] Get our...

There are some warnings with `lts-13.0` (which can be fixed), but otherwise this builds fine. Any reason it's not in lts-13.* and can we get it in? Excuse me if...