Skip to content

Commit

Permalink
v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Mar 5, 2024
1 parent 8796c5f commit 164f18f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
13 changes: 0 additions & 13 deletions .github/FUNDING.yml

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
mail-send 0.4.7
================================
- Added 'parser` feature for `Message` conversion.

mail-send 0.4.6
================================
- Improved transparency procedure to also escape <CR>.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mail-send"
description = "E-mail delivery library with SMTP and DKIM support"
version = "0.4.6"
version = "0.4.7"
edition = "2021"
authors = [ "Stalwart Labs <[email protected]>"]
license = "Apache-2.0 OR MIT"
Expand Down Expand Up @@ -34,7 +34,7 @@ tokio = { version = "1.16", features = ["net", "io-util", "time", "rt-multi-thre
env_logger = "0.10.0"

[features]
default = ["digest-md5", "cram-md5", "builder", "parser", "dkim"]
default = ["digest-md5", "cram-md5", "builder", "dkim"]
builder = ["mail-builder"]
parser = ["mail-parser"]
dkim = ["mail-auth"]
Expand Down

0 comments on commit 164f18f

Please sign in to comment.