sebbASF opened a new issue #4: URL: https://github.com/apache/incubator-ponymail-unit-tests/issues/4
The get_bytes() method can change the EOLs in a message. It's safer to use get_file() and read the message, as that will preserve whatever EOL was used. Also the original From line is dropped. The tool also assumes that the file CRLF for all line endings. However AFAICT mboxes often use just LF. It also drops mails without Message-Ids. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org