You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DKIM Sign and Verify functions lead to incorrect results because MimeKit changes the headers and body in several cases. (The examples are taken from the jwz.mbox.txt file.)
1. CRLF is added
For example: an email message with Content-Type multipart/report with a message/rfc822 mimepart:
FWIW, I'd prefer separate issue reports per bug so that it is easier to track. In my experience, reporting multiple bugs in the same report ends up causing confusion.
DKIM Sign and Verify functions lead to incorrect results because MimeKit changes the headers and body in several cases. (The examples are taken from the jwz.mbox.txt file.)
1. CRLF is added
For example: an email message with Content-Type multipart/report with a message/rfc822 mimepart:
Original:
After loading:
BTW, this also occurs in a message like this (even though DKIM is not affected due to body canonicalization):
Original message:
After loading:
2. MIME-Version value changes
Original message header:
MIME-Version: RFC-XXXX[CRLF]
After loading:
MIME-Version: 1.0[CRLF]
3. MIME-Version header is added
Original mimemessage part:
After loading:
This also occurs in the email message headers:
Original email message headers:
After loading:
The text was updated successfully, but these errors were encountered: