IMAP fetch and store commands.

This commit is contained in:
Mauro D
2023-06-25 18:00:45 +00:00
parent ae8bedde0e
commit b5f2af7d6a
19 changed files with 1976 additions and 78 deletions

3
Cargo.lock generated
View File

@@ -1715,6 +1715,7 @@ dependencies = [
"jmap_proto",
"mail-parser",
"mail-send",
"md5",
"parking_lot",
"rustls 0.21.1",
"rustls-pemfile",
@@ -4123,6 +4124,8 @@ dependencies = [
"futures",
"http-body-util",
"hyper 1.0.0-rc.3",
"imap",
"imap_proto",
"jmap",
"jmap-client",
"jmap_proto",