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 jmtd
Recipients jmtd
Date 2014-01-21.11:40:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390304458.71.0.378928457479.issue20328@psf.upfronthosting.co.za>
In-reply-to
Content
It would be great if the 'mailbox' library supported a 'remove' or 'delete' operation for the mailbox itself as part of its abstract interface. It does support removing messages, and the sub-classes for Maildir, MH etc. support removing sub-folders (their interface is common but they don't inherit a common interface); but removing the actual parent mailbox itself is not yet supported.
History
Date User Action Args
2014-01-21 11:40:58jmtdsetrecipients: + jmtd
2014-01-21 11:40:58jmtdsetmessageid: <1390304458.71.0.378928457479.issue20328@psf.upfronthosting.co.za>
2014-01-21 11:40:58jmtdlinkissue20328 messages
2014-01-21 11:40:58jmtdcreate