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

@@ -18,7 +18,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-appender = "0.2"
tracing-opentelemetry = "0.18.0"
opentelemetry = { version = "0.18.0", features = ["rt-tokio"] }
opentelemetry-otlp = { version = "0.11.0", features = ["http-proto", "reqwest-client", "reqwest-rustls"] }
opentelemetry-otlp = { version = "0.11.0", features = ["http-proto", "reqwest-client"] }
opentelemetry-semantic-conventions = { version = "0.10.0" }
[target.'cfg(unix)'.dependencies]