Additional mailbox functionality.
- Free software: GNU General Public License v2
- Documentation: https://se-mailbox.readthedocs.io.
filelock.Filelockoffers a file locking mechanism that has context-manager support so- you can use it in a with statement.
smaildir.Maildiroffers support for maildir mailbox. It uses scandir() instead of listdir(). It also provides a new iter_folders() method that works like list_folders(), put provides a generator instead of returning a list.se_mailbox.QuotaMixinimplements the Maildir++ quota size system, as described here: http://www.inter7.com/courierimap/README.maildirquota.html. Quotas are not enforced - this would be good to addse_mailbox.SubclassableMaildirimplements a mailbox.Maildir class that is more easily subclassed.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.