This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author endolith
Recipients endolith, r.david.murray
Date 2012-04-29.16:26:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335716801.08.0.0306559190157.issue13698@psf.upfronthosting.co.za>
In-reply-to
Content
Ok.  I'm not sure what backwards compatibility issues would exist, though.

The only difference is that mboxrd converts
"\nFrom "  → "\n>From "
"\n>From " → "\n>>From "

making the conversion reversible, while mboxo does

"\nFrom "  → "\n>From "
"\n>From " → "\n>From " (no change)

which is ambiguous, and both get converted back to "\nFrom " when converting back to text, corrupting the original message.

mboxrd is essentially a bugfix for mboxo rather than a fundamentally different format.
History
Date User Action Args
2012-04-29 16:26:41endolithsetrecipients: + endolith, r.david.murray
2012-04-29 16:26:41endolithsetmessageid: <1335716801.08.0.0306559190157.issue13698@psf.upfronthosting.co.za>
2012-04-29 16:26:40endolithlinkissue13698 messages
2012-04-29 16:26:40endolithcreate