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
Describe the bug
I have a problem with a MessageDispositionNotification added to a MultipartSigned. When I create the MDN (Message Disposition Notification) I specify ContentTransferEncoding = ContentEncoding.SevenBit but when I try to sign the message, MDN content is converted to a base64 string. This is a problem because my AS2 partner need to receive this part in plain-text
Platform (please complete the following information):
Describe the bug
I have a problem with a MessageDispositionNotification added to a MultipartSigned. When I create the MDN (Message Disposition Notification) I specify
ContentTransferEncoding = ContentEncoding.SevenBit
but when I try to sign the message, MDN content is converted to a base64 string. This is a problem because my AS2 partner need to receive this part in plain-textPlatform (please complete the following information):
To Reproduce
Expected behavior
The MDN is left in plain-text
Screenshots
The text was updated successfully, but these errors were encountered: