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
When parsing a "message/delivery-status" body part, having an extra line break after the first group results in the 2nd group not being parsed into the MessageDeliveryStatus.StatusGroups property.
Platform:
OS: Windows & Linux
.NET Runtime: core 9
.NET Framework: .Net Core 9
MimeKit Version: 4.13.0
To Reproduce
Steps to reproduce the behavior:
Run the code snippet (sample file attached). test.zip
StatusGroups should contain all header, but the group contain only Reporting-MTA.
Expected behavior
StatusGroups should contain all header, but the group contain only Reporting-MTA.
Code Snippets
see test.zip. it contain the mail and the test code.