SMTP server passing tests.

This commit is contained in:
Mauro D
2023-05-17 10:45:43 +00:00
parent 77ced9e7fd
commit e0e8347de1
77 changed files with 5583 additions and 718 deletions

View File

@@ -21,7 +21,8 @@ jmap = { path = "crates/jmap" }
jmap_proto = { path = "crates/jmap-proto" }
smtp = { path = "crates/smtp" }
utils = { path = "crates/utils" }
tests = { path = "tests" }
tokio = { version = "1.23", features = ["full"] }
tracing = "0.1"
[workspace]
members = [