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 bremner
Recipients bremner
Date 2009-06-27.21:16:26
SpamBayes Score 0.049455766
Marked as misclassified No
Message-id <1246137388.38.0.130457686116.issue6349@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-06-27 21:16:28bremnersetrecipients: + bremner
2009-06-27 21:16:28bremnersetmessageid: <1246137388.38.0.130457686116.issue6349@psf.upfronthosting.co.za>
2009-06-27 21:16:26bremnerlinkissue6349 messages
2009-06-27 21:16:26bremnercreate