Principal search index (closes #1368)

This commit is contained in:
mdecimus
2025-04-16 13:07:22 +02:00
parent c5596fb656
commit 3bd255eb09
9 changed files with 245 additions and 104 deletions

View File

@@ -9,6 +9,7 @@ utils = { path = "../utils" }
proc_macros = { path = "../utils/proc-macros" }
store = { path = "../store" }
trc = { path = "../trc" }
nlp = { path = "../nlp" }
jmap_proto = { path = "../jmap-proto" }
smtp-proto = { version = "0.1" }
mail-parser = { version = "0.10", features = ["full_encoding", "serde_support"] }