Additional mailbox functionality.
- Free software: GNU General Public License v2
- Documentation: https://se-mailbox.readthedocs.io.
filelock.Filelock
offers a file locking mechanism that has context-manager support so- you can use it in a with statement.
smaildir.Maildir
offers 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.QuotaMixin
implements 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.SubclassableMaildir
implements a mailbox.Maildir class that is more easily subclassed.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.