-
-
Notifications
You must be signed in to change notification settings - Fork 379
Open
Labels
bugSomething isn't workingSomething isn't workingcompatibilityCompatibility with existing softwareCompatibility with existing software
Description
Hello. I'm migrating legacy code that handles AS2 messages to MimeKit.
Old version respects the original line ending for content that passes as binary data.
In MimeKit, there's two places: encrypting ApplicationPkcs7Mime.EncryptAsync and signing MultipartSigned.CreateAsync that forces line ending transformation to DOS.
It references rfc2015 or rfc3156, section 5.1 here, but it's for plain text
// Note: see rfc2015 or rfc3156, section 5.1 |
When creating the message as is, the mdn calculated on original content outside MimeKit does not match with the one calculated with the result message.
I bypass it now by calling the underlying code directly without conversion part.
This is the same as #569, but another direction - creating a message.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcompatibilityCompatibility with existing softwareCompatibility with existing software