New submission from Chris Pickett <cpi...@gmail.com>:

tar xvfz maildir_bug.tar.gz
cd maildir_bug
./bug.sh

The attachment contains a maildir with a single message.  This message has two 
body lines beginning with 'From '.  When converted to mbox using the 
maildir2mbox.py, only the second line gets a '>' at the beginning.  Thunderbird 
subsequently splits the message in two.  I think the fix is to put a '>' in 
front of each 'From ' line and not just the second one.  However, when I did 
that, Thunderbird displayed the '>', so either it is not the right fix, or 
Thunderbird has a bug.

I am using Python 2.7.1.  I searched the bug tracker and didn't see this issue, 
so decided to file even though I don't have the latest version.

Chris

----------
files: maildir_bug.tar.gz
messages: 164450
nosy: Chris.Pickett
priority: normal
severity: normal
status: open
title: maildir parsing can split up messages with 'From ' at the start of a line
Added file: http://bugs.python.org/file26221/maildir_bug.tar.gz

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15232>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to