fix: redirection issue when reading JMAP message

This commit is contained in:
Clément DOUIN
2026-05-21 20:57:43 +02:00
parent e1eb379231
commit 1933a42e2f
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -1061,7 +1061,7 @@ dependencies = [
[[package]]
name = "io-email"
version = "0.0.1"
source = "git+https://github.com/pimalaya/io-email#046c1c051f497fc84d72763a22abc55d4335ea8a"
source = "git+https://github.com/pimalaya/io-email#df1b87d0b12f580df917e6e3947be13f86b7a665"
dependencies = [
"chrono",
"chumsky",
+1 -1
View File
@@ -17,7 +17,7 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[features]
default = ["imap", "smtp", "rustls-ring"]
default = ["imap", "smtp", "jmap", "maildir", "rustls-ring"]
imap = ["dep:io-imap", "dep:mail-parser", "dep:rfc2047-decoder", "io-email/imap", "io-imap/client"]
jmap = ["dep:base64", "dep:io-jmap", "dep:mail-parser", "dep:serde_json", "io-email/jmap", "io-jmap/client"]
smtp = ["dep:io-smtp", "dep:mail-parser", "io-email/smtp"]