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
I'm using an older version, but have recreated on 8.8.2. If an email is converted using EmailConverter.emlToEmail, and then back again using EmailConverter.emailToEML, and the email has the Cc header in all caps ("CC") then duplicate Cc / CC headers are created on the EML.
Outlook / Exchange appears to use upper case when sending mails - the RFC822 spec doesn't mention case, and the examples in the spec vary between cc, Cc and CC.
The code below shows the problem on the attached sample emails.
bbottema
changed the title
Case change to Cc field causes duplication in EmailConverter.emailToEML
Message headers not treated with case insensitivity as per RFC, causing deviating headers to bubble through in Email instances, which should have been filtered out
Apr 13, 2024
bbottema
changed the title
Message headers not treated with case insensitivity as per RFC, causing deviating headers to bubble through in Email instances, which should have been filtered out
Message headers not treated with case insensitivity as per RFC, causing deviating headers to slip through the filters
Apr 13, 2024
bbottema
changed the title
Message headers not treated with case insensitivity as per RFC, causing deviating headers to slip through the filters
[Bug]: Message headers not treated with case insensitivity as per RFC, causing deviating headers to slip through the filters
Apr 13, 2024
bbottema
changed the title
[Bug]: Message headers not treated with case insensitivity as per RFC, causing deviating headers to slip through the filters
[Bug] Message headers not treated with case insensitivity as per RFC, causing deviating headers to slip through the filters
Apr 13, 2024
I'm using an older version, but have recreated on 8.8.2. If an email is converted using EmailConverter.emlToEmail, and then back again using EmailConverter.emailToEML, and the email has the Cc header in all caps ("CC") then duplicate Cc / CC headers are created on the EML.
Outlook / Exchange appears to use upper case when sending mails - the RFC822 spec doesn't mention case, and the examples in the spec vary between cc, Cc and CC.
The code below shows the problem on the attached sample emails.
Pass:
Fail:
TestingSamples.zip
The text was updated successfully, but these errors were encountered: