ImapSessionManager implementation

This commit is contained in:
Mauro D
2023-06-21 17:26:28 +00:00
parent 533e782baa
commit 5fda550642
9 changed files with 930 additions and 31 deletions

12
Cargo.lock generated
View File

@@ -1707,6 +1707,18 @@ dependencies = [
[[package]]
name = "imap"
version = "0.1.0"
dependencies = [
"directory",
"imap_proto",
"jmap",
"parking_lot",
"rustls 0.21.1",
"rustls-pemfile",
"tokio",
"tokio-rustls 0.24.0",
"tracing",
"utils",
]
[[package]]
name = "imap_proto"