From 7efe08a9b8ef0af63cc80ab8fc67c5dabb726d26 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 30 Jun 2022 15:22:25 +0200 Subject: Implement IMAP fetch internaldate --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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" } -- cgit v1.2.3