[New-bugs-announce] [issue6349] email.Maildir cannot roundtrip messages.

David Bremner report at bugs.python.org
Sat Jun 27 23:16:28 CEST 2009


New submission from David Bremner <bremner at unb.ca>:

if mailbox is an email.Maildir object  the following lines 
cause an exception for me.

for key in mailbox.keys():
	msg=mailbox[key]
        mailbox[key]=msg

I attach the whole script. I'm happy to send a tar file of the maildir
I used to test with.

----------
files: test.py
messages: 89754
nosy: bremner
severity: normal
status: open
title: email.Maildir cannot roundtrip messages.
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file14371/test.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6349>
_______________________________________


More information about the New-bugs-announce mailing list