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.
1 parent 0d27411 commit d2ee97bCopy full SHA for d2ee97b
2 files changed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+mail-send 0.3.2
2
+================================
3
+- Fix: Extend buffer from bytes read while reading EHLO (#12).
4
+- Add an impl std::error::Error for mail_send::Error (#11)
5
+
6
+mail-send 0.3.1
7
8
+- Fix: plain text connect issues (#10).
9
10
mail-send 0.3.0
11
================================
12
- Use of generics on TCP streams instead of static dispatch with enums.
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "mail-send"
description = "E-mail delivery library with SMTP and DKIM support"
-version = "0.3.1"
+version = "0.3.2"
edition = "2021"
authors = [ "Stalwart Labs <hello@stalw.art>"]
license = "Apache-2.0 OR MIT"
0 commit comments