You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by GitBox <gi...@apache.org> on 2021/11/26 00:33:02 UTC

[GitHub] [incubator-ponymail-foal] sebbASF opened a new issue #160: migrate.py should fix known errors in the classic mail parsing

sebbASF opened a new issue #160:
URL: https://github.com/apache/incubator-ponymail-foal/issues/160


   The migrate.py script should fix various known errors in the classic email parsing algorithm.
   For example:
   
   - remove line-wraps and other optional white space from header fields, especially Message-Id and References
   - fix up mbox date values that don't agree with the epoch


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@ponymail.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-ponymail-foal] sebbASF commented on issue #160: migrate.py should fix known errors in the classic mail parsing

Posted by GitBox <gi...@apache.org>.
sebbASF commented on issue #160:
URL: https://github.com/apache/incubator-ponymail-foal/issues/160#issuecomment-1016495845


   In the case of message-ids, line-feeds need to be dropped, and then any leading white-space removed.
   White-space within message-ids is not optional.
   To be determined if trailing white-space needs to be kept or trimmed.
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@ponymail.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org