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
so my question is, should eml files with just LF separators be parsable or not?
It doesn't comply with RFC, but standard mail clients like Outlook or Thunderbird can open and work with these files just fine. It also used to work with mail 2.6.6.
The text was updated successfully, but these errors were encountered:
removed in #1113 / master branch
I have many eml files in my specs with just LF separator, that passes on 2.6.6 stable
when normalization was removed, header separator doesn't work with it anymore, the parser thinks that the whole email is a header which is wrong.
according to the RFC, header separator should be always 2x CRLF
https://www.ietf.org/rfc/rfc2822.txt
so my question is, should eml files with just LF separators be parsable or not?
It doesn't comply with RFC, but standard mail clients like Outlook or Thunderbird can open and work with these files just fine. It also used to work with mail 2.6.6.
The text was updated successfully, but these errors were encountered: