DKIM exploit fix

This commit is contained in:
mdecimus
2024-05-18 10:39:27 +02:00
parent 7535caf5da
commit 21137080f8
8 changed files with 15 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ common = { path = "../crates/common", features = ["test_mode"] }
managesieve = { path = "../crates/managesieve", features = ["test_mode"] }
smtp-proto = { version = "0.1" }
mail-send = { version = "0.4", default-features = false, features = ["cram-md5"] }
mail-auth = { version = "0.3", features = ["test"] }
mail-auth = { version = "0.4", features = ["test"] }
sieve-rs = { version = "0.5" }
utils = { path = "../crates/utils", features = ["test_mode"] }
jmap-client = { version = "0.3", features = ["websockets", "debug", "async"] }