IMAP commands append, close, copy, move, enable, expunge, login, logout, namespace and select implemented.

This commit is contained in:
Me
2023-06-27 18:28:07 +02:00
parent 0cd010f8ec
commit 34e21ef03f
37 changed files with 1972 additions and 479 deletions

View File

@@ -25,6 +25,9 @@ utils = { path = "crates/utils" }
tokio = { version = "1.23", features = ["full"] }
tracing = "0.1"
[target.'cfg(not(target_env = "msvc"))'.dependencies]
jemallocator = "0.5.0"
[features]
default = ["sqlite"]
sqlite = ["store/sqlite"]