JMAP protocol layer refactoring (part 1)

This commit is contained in:
mdecimus
2025-09-23 20:30:10 +02:00
parent ecd7ff85e9
commit 6c612f7e1c
73 changed files with 2222 additions and 5644 deletions

View File

@@ -9,6 +9,7 @@ store = { path = "../store" }
utils = { path = "../utils" }
types = { path = "../types" }
trc = { path = "../trc" }
jmap-tools = { path = "/Users/me/code/jmap-tool" }
mail-parser = { version = "0.11", features = ["full_encoding", "rkyv"] }
fast-float = "0.2.0"
serde = { version = "1.0", features = ["derive"]}