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 #6640 to protect the Date by replacing it with unix epoch in the outer header.
However, it cannot be merged because mimeparser uses unprotected timestamp before trying to decrypt the message:
core/src/mimeparser.rs
Lines 234 to 235 in e5a3eae
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 #6640 to protect the
Date
by replacing it with unix epoch in the outer header.However, it cannot be merged because mimeparser uses unprotected timestamp before trying to decrypt the message:
core/src/mimeparser.rs
Lines 234 to 235 in e5a3eae
The text was updated successfully, but these errors were encountered: