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
Date 2012-01-02.21:46:27
SpamBayes Score 0.00239978
Marked as misclassified No
Message-id <1325540787.88.0.149207146949.issue13698@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation states:

"Several variations of the mbox format exist to address perceived shortcomings in the original. In the interest of compatibility, mbox implements the original format, which is sometimes referred to as mboxo."

http://docs.python.org/dev/library/mailbox.html#mailbox.mbox

But this format is fundamentally broken, corrupting lines that start with "From ", and I can't find any justification for using it in Python.  In fact, all four links included in that section argue against this format.

If only one mbox format is used, it should be mboxrd.  Otherwise, include support for all the variants, with mboxrd as the default.
History
Date User Action Args
2012-01-02 21:46:28endolithsetrecipients: + endolith
2012-01-02 21:46:27endolithsetmessageid: <1325540787.88.0.149207146949.issue13698@psf.upfronthosting.co.za>
2012-01-02 21:46:27endolithlinkissue13698 messages
2012-01-02 21:46:27endolithcreate