Refactored local delivery to avoid mpsc channel
This commit is contained in:
@@ -13,6 +13,7 @@ imap = { path = "../imap" }
|
||||
utils = { path = "../utils" }
|
||||
trc = { path = "../trc" }
|
||||
jmap_proto = { path = "../jmap-proto" }
|
||||
email = { path = "../email" }
|
||||
mail-parser = { version = "0.9", features = ["full_encoding", "ludicrous_mode"] }
|
||||
mail-send = { version = "0.4", default-features = false, features = ["cram-md5", "ring", "tls12"] }
|
||||
rustls = { version = "0.23.5", default-features = false, features = ["std", "ring", "tls12"] }
|
||||
|
||||
Reference in New Issue
Block a user