aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-06-30 15:22:25 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-06-30 15:22:44 +0200
commit7efe08a9b8ef0af63cc80ab8fc67c5dabb726d26 (patch)
treec3046e3826335059f7ca385db413c2a64d389adf /Cargo.toml
parentb15026ec9ca2045f7ddb21a759cb075bb1dbd014 (diff)
downloadaerogramme-7efe08a9b8ef0af63cc80ab8fc67c5dabb726d26.tar.gz
aerogramme-7efe08a9b8ef0af63cc80ab8fc67c5dabb726d26.zip
Implement IMAP fetch internaldate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cad5bef..ac3e641 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,10 +39,12 @@ zstd = { version = "0.9", default-features = false }
tracing-subscriber = "0.3"
tracing = "0.1"
tower = "0.4"
-imap-codec = "0.5"
+
+imap-codec = { git = "https://github.com/superboum/imap-codec.git", branch = "v0.5.x" }
+chrono = { version = "0.4", default-features = false, features = ["alloc"] }
k2v-client = { git = "https://git.deuxfleurs.fr/Deuxfleurs/garage.git", branch = "main" }
-boitalettres = { git = "https://git.deuxfleurs.fr/KokaKiwi/boitalettres.git", branch = "main" }
+boitalettres = { git = "https://git.deuxfleurs.fr/quentin/boitalettres.git", branch = "expose-mydatetime" }
smtp-message = { git = "http://github.com/Alexis211/kannader", branch = "feature/lmtp" }
smtp-server = { git = "http://github.com/Alexis211/kannader", branch = "feature/lmtp" }