diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-30 15:22:25 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-30 15:22:44 +0200 |
commit | 7efe08a9b8ef0af63cc80ab8fc67c5dabb726d26 (patch) | |
tree | c3046e3826335059f7ca385db413c2a64d389adf /Cargo.toml | |
parent | b15026ec9ca2045f7ddb21a759cb075bb1dbd014 (diff) | |
download | aerogramme-7efe08a9b8ef0af63cc80ab8fc67c5dabb726d26.tar.gz aerogramme-7efe08a9b8ef0af63cc80ab8fc67c5dabb726d26.zip |
Implement IMAP fetch internaldate
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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" } |