-
-
Notifications
You must be signed in to change notification settings - Fork 122
Date header cannot be taken from protected headers #5716
Copy link
Copy link
Closed
Labels
bugSomething is not workingSomething is not working
Description
While making PR #5715 I discovered that Date header cannot be protected. If it is moved into protected part and removed from unprotected IMF header, mimeparser ignores it because it extracts the Date header before decrypting the message:
https://github.com/deltachat/deltachat-core-rust/blob/d40ec88b9458ea425b6a1ac04549daa5cae32554/src/mimeparser.rs#L223-L229
This receiver side should be fixed and the fix should be released before we start protecting the Date header. Even if we decide that we don't want it (because of possibility of decryption failures and non-fully-downloaded message), receiver should support it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething is not workingSomething is not working