Skip to content

Commit 164f18f

Browse files
committed
v0.4.7
1 parent 8796c5f commit 164f18f

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

.github/FUNDING.yml

-13
This file was deleted.

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
mail-send 0.4.7
2+
================================
3+
- Added 'parser` feature for `Message` conversion.
4+
15
mail-send 0.4.6
26
================================
37
- Improved transparency procedure to also escape <CR>.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mail-send"
33
description = "E-mail delivery library with SMTP and DKIM support"
4-
version = "0.4.6"
4+
version = "0.4.7"
55
edition = "2021"
66
authors = [ "Stalwart Labs <[email protected]>"]
77
license = "Apache-2.0 OR MIT"
@@ -34,7 +34,7 @@ tokio = { version = "1.16", features = ["net", "io-util", "time", "rt-multi-thre
3434
env_logger = "0.10.0"
3535

3636
[features]
37-
default = ["digest-md5", "cram-md5", "builder", "parser", "dkim"]
37+
default = ["digest-md5", "cram-md5", "builder", "dkim"]
3838
builder = ["mail-builder"]
3939
parser = ["mail-parser"]
4040
dkim = ["mail-auth"]

0 commit comments

Comments
 (0)