New submission from David Bremner <brem...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6349>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to