t.m.i.ICloseableMailbox(Interface) : interface documentation

Part of twisted.mail.imap4 View Source View In Hierarchy

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.
def close(): (source)
Close this mailbox.
ReturnsA Deferred which fires when this mailbox has been closed, or None if the mailbox can be closed immediately.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.