We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We already protect the Date header against modification here:
Date
core/src/mimefactory.rs
Lines 914 to 936 in e5a3eae
There is an open PR #6649 to protect the Date by replacing it with unix epoch in the outer header.
However, it cannot be merged because mimeparser uses unprotected timestamp for Autocrypt header here:
core/src/mimeparser.rs
Lines 348 to 353 in 7f55613
I also made a minor fix for signed-only messages: #6642 Fix for the Autocrypt issue is at #6669
The text was updated successfully, but these errors were encountered:
link2xt
Successfully merging a pull request may close this issue.
We already protect the
Date
header against modification here:core/src/mimefactory.rs
Lines 914 to 936 in e5a3eae
There is an open PR #6649 to protect the
Date
by replacing it with unix epoch in the outer header.However, it cannot be merged because mimeparser uses unprotected timestamp for Autocrypt header here:
core/src/mimeparser.rs
Lines 348 to 353 in 7f55613
I also made a minor fix for signed-only messages: #6642
Fix for the Autocrypt issue is at #6669
The text was updated successfully, but these errors were encountered: