We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22b782c + d01f4d5 commit 8dbfe02Copy full SHA for 8dbfe02
CHANGELOG.md
@@ -6,3 +6,7 @@
6
- compatibility with GHCs up to ghc 9.8 (bump base and bytestring)
7
- fix example
8
- add tested-with stanza
9
+
10
+## 0.4.0.1 -- 2025-01-17
11
12
+- Ignore 502 error on helo - fixes communication with some servers
HaskellNet-SSL.cabal
@@ -1,6 +1,6 @@
1
name: HaskellNet-SSL
2
synopsis: Helpers to connect to SSL/TLS mail servers with HaskellNet
3
-version: 0.4.0.0
+version: 0.4.0.1
4
description: This package ties together the HaskellNet and connection
5
packages to make it easy to open IMAP and SMTP connections
over SSL.
0 commit comments