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 r.david.murray
Recipients barry, louielu, r.david.murray, serhiy.storchaka, webknjaz
Date 2017-04-17.19:58:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492459097.13.0.308439008175.issue30088@psf.upfronthosting.co.za>
In-reply-to
Content
Right.  Which is why you get an error if you try to use an empty directory as if it was a maildir :)

create=True creates the *directory* and initializes it.  That seems clear to me, and exactly what I would expect.  "The mailbox" is the directory.  If it already exists, it should be a Maildir folder.  I wouldn't want a program messing with an existing directory if it was invalid...it might trash my data :)

I don't think even a doc change is needed here, but if you want to propose something we can evaluate it.
History
Date User Action Args
2017-04-17 19:58:17r.david.murraysetrecipients: + r.david.murray, barry, serhiy.storchaka, webknjaz, louielu
2017-04-17 19:58:17r.david.murraysetmessageid: <1492459097.13.0.308439008175.issue30088@psf.upfronthosting.co.za>
2017-04-17 19:58:17r.david.murraylinkissue30088 messages
2017-04-17 19:58:17r.david.murraycreate