twisted.mail.interfaces.IMailboxIMAPInfo(Interface) interface documentationtwisted.mail.interfaces
(View In Hierarchy)
Known subclasses: twisted.mail.interfaces.IMailboxIMAP
Known implementations: twisted.mail.test.test_imap.SimpleMailbox, twisted.mail.test.test_imap.UncloseableMailbox
Interface specifying only the methods required for 
listMailboxes.
Implementations can return objects implementing only these methods for 
return to listMailboxes if it can allow them to operate more 
efficiently.
| Method | getFlags | Return the flags defined in this mailbox | 
| Method | getHierarchicalDelimiter | Get the character which delimits namespaces for in this mailbox. | 
Get the character which delimits namespaces for in this mailbox.
| Returns | (type: bytes) | |