mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-15 11:27:53 +08:00
fix: redirection issue when reading JMAP message
This commit is contained in:
Generated
+1
-1
@@ -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
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user