apache / incubator-ponymail-foal

Apache Pony Mail Foal (Next Generation Suite)
https://ponymail.apache.org
Apache License 2.0
23 stars 14 forks source link

migrate.py should fix known errors in the classic mail parsing #160

Open sebbASF opened 2 years ago

sebbASF commented 2 years ago

The migrate.py script should fix various known errors in the classic email parsing algorithm. For example:

sebbASF commented 2 years ago

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.