diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-03 16:52:31 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-03 16:52:31 +0100 |
commit | 74686ebb778b740ccfccfbf61ccd24628f60e9d0 (patch) | |
tree | 0eefb4982d14499b47c7d57c7256004500f7edb3 /Cargo.toml | |
parent | b91c64920d7454d50b60ad3abb58fad9d09f0511 (diff) | |
download | aerogramme-74686ebb778b740ccfccfbf61ccd24628f60e9d0.tar.gz aerogramme-74686ebb778b740ccfccfbf61ccd24628f60e9d0.zip |
append ignore dates instead of failing
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ aws-sdk-s3 = "1.9.0" eml-codec = { git = "https://git.deuxfleurs.fr/Deuxfleurs/eml-codec.git", branch = "main" } smtp-message = { git = "http://github.com/Alexis211/kannader", branch = "feature/lmtp" } smtp-server = { git = "http://github.com/Alexis211/kannader", branch = "feature/lmtp" } -imap-codec = { version = "1.0.0", features = ["quirk_crlf_relaxed", "bounded-static"] } +imap-codec = { version = "1.0.0", features = ["quirk_crlf_relaxed", "bounded-static", "ext_condstore_qresync"] } imap-flow = { git = "https://github.com/duesee/imap-flow.git", rev = "e45ce7bb6ab6bda3c71a0c7b05e9b558a5902e90" } [dev-dependencies] |