twisted.mail.interfaces.ICloseableMailboxIMAP(Interface)
interface documentationtwisted.mail.interfaces
(View In Hierarchy)
Known implementations: twisted.mail.test.test_imap.SimpleMailbox
A supplementary interface for mailboxes which require cleanup on close.
Implementing this interface is optional. If it is implemented, the protocol code will call the close method defined whenever a mailbox is closed.
Method | close | Close this mailbox. |
Close this mailbox.
Returns | A Deferred
which fires when this mailbox has been closed, or None if the mailbox can
be closed immediately. |