Part of twisted.mail.imap4 View Source View In Hierarchy
Known subclasses: twisted.mail.imap4.IMailbox
Interface specifying only the methods required for
listMailboxes.
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. |
Return the flags defined in this mailbox
Flags with the \ prefix are reserved for use as system flags.| Returns | A list of the flags that can be set on messages in this mailbox.
(type: list of str
) | |
| Returns | (type: str
) | |