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 louielu
Recipients barry, louielu, r.david.murray, webknjaz
Date 2017-04-17.09:26:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492421171.67.0.390414114496.issue30088@psf.upfronthosting.co.za>
In-reply-to
Content
I think this patch make the behavior changed.

Documentation wrote that: "If create is True, the mailbox is created if it does not exist.", the current version did that exactly, it won't create subdir (tmp, new, and cur) when dir exists.

The situation face here is that TemporaryDirectory() create a valid dir without Maildir structure subdir (tmp, new, and cur), and the `create` parameter won't create subdir (because the dir is exist!).

Not sure if this behavior change is worth or not. I'll also upload an PoC for this.
History
Date User Action Args
2017-04-17 09:26:11louielusetrecipients: + louielu, barry, r.david.murray, webknjaz
2017-04-17 09:26:11louielusetmessageid: <1492421171.67.0.390414114496.issue30088@psf.upfronthosting.co.za>
2017-04-17 09:26:11louielulinkissue30088 messages
2017-04-17 09:26:11louielucreate