Zero copy tests passing for JMAP

This commit is contained in:
mdecimus
2025-03-01 20:01:48 +01:00
parent 9ec047d284
commit c8abc9213a
67 changed files with 1103 additions and 846 deletions

View File

@@ -10,7 +10,7 @@ nlp = { path = "../nlp" }
store = { path = "../store" }
trc = { path = "../trc" }
common = { path = "../common" }
smtp-proto = { version = "0.1", features = ["serde_support"] }
smtp-proto = { version = "0.1", features = ["rkyv"] }
mail-parser = { version = "0.10", features = ["full_encoding"] }
mail-builder = { version = "0.4" }
mail-auth = { version = "0.6" }