Fix compilation without enterprise feature

This commit is contained in:
mdecimus
2024-09-20 12:13:48 +02:00
parent ea24106045
commit 8af15d1b10
13 changed files with 110 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ pop3 = { path = "../crates/pop3", features = ["test_mode"] }
smtp = { path = "../crates/smtp", features = ["test_mode"] }
common = { path = "../crates/common", features = ["test_mode", "enterprise"] }
trc = { path = "../crates/trc" }
managesieve = { path = "../crates/managesieve", features = ["test_mode"] }
managesieve = { path = "../crates/managesieve", features = ["test_mode", "enterprise"] }
smtp-proto = { version = "0.1" }
mail-send = { version = "0.4", default-features = false, features = ["cram-md5", "ring", "tls12"] }
mail-auth = { version = "0.5", features = ["test"] }