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
For context: this is a header used by a Belgian internet service provider, https://www.scarlet.be. I guess they add headers like this for their own telemetry.
My use case is converting Outlook MSG files that contain this header to Mime messages.
The text was updated successfully, but these errors were encountered:
Describe the bug
Hello,
I'm having problems with headers containing a period (
.
) likeX-DCC-scarlet.be-Metrics
. I'm hitting this exception:I glanced at the ABNF grammar for header names and If I'm not mistaken, periods should be allowed?
The error should be thrown by the following code:
MimeKit/MimeKit/Header.cs
Lines 192 to 195 in 0913a82
Platform (please complete the following information):
Expected behavior
I think it should be possible to create an instance of
Header
even if it contains a period.Code Snippets
Additional context
For context: this is a header used by a Belgian internet service provider, https://www.scarlet.be. I guess they add headers like this for their own telemetry.
My use case is converting Outlook MSG files that contain this header to Mime messages.
The text was updated successfully, but these errors were encountered: