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 [email protected]
Recipients [email protected]
Date 2008-11-03.08:18:42
SpamBayes Score 0.0009779382
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
When using maildir on windows, the maildir._dump_message erronously 
added "\r\n" to "\r\r\n" : in mailbox.py

target.write(buffer.read().replace('\n', os.linesep))
History
Date User Action Args
2008-11-03 08:18:45[email protected]setrecipients: + [email protected]
2008-11-03 08:18:44[email protected]setmessageid: <[email protected]>
2008-11-03 08:18:43[email protected]linkissue4253 messages
2008-11-03 08:18:43[email protected]create