fix: Add protected-headers directive to Content-Type of encrypted/signed MIME (#2302)

Add protected-headers="v1" directive to Content-Type of an encrypted/signed MIME so that other MUAs
like Thunderbird display the true message Subject instead of "...".
This commit is contained in:
iequidoo
2023-10-02 18:56:08 -03:00
committed by link2xt
parent 210a4ebcbe
commit 5aa0205c80
3 changed files with 59 additions and 10 deletions

2
Cargo.lock generated
View File

@@ -1605,7 +1605,7 @@ dependencies = [
[[package]]
name = "email"
version = "0.0.21"
source = "git+https://github.com/deltachat/rust-email?branch=master#25702df99254d059483b41417cd80696a258df8e"
source = "git+https://github.com/deltachat/rust-email?branch=master#37778c89d5eb5a94b7983f3f37ff67769bde3cf9"
dependencies = [
"base64 0.11.0",
"chrono",