aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-01-05 15:26:57 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-01-05 15:26:57 +0100
commitd3c156a087f3c767fc0d2376abd7c1d304161d47 (patch)
tree0c95d813be4fad70c839b81794889b327142f2a7 /Cargo.toml
parent35591ff0608096b32d7bab22d719a6ceb8574c2c (diff)
downloadaerogramme-d3c156a087f3c767fc0d2376abd7c1d304161d47.tar.gz
aerogramme-d3c156a087f3c767fc0d2376abd7c1d304161d47.zip
Select what to fecth for search
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b110a6a..68a46e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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", "ext_condstore_qresync"] }
+imap-codec = { version = "1.0.0", features = ["bounded-static", "ext_condstore_qresync"] }
imap-flow = { git = "https://github.com/duesee/imap-flow.git", rev = "e45ce7bb6ab6bda3c71a0c7b05e9b558a5902e90" }
[dev-dependencies]