twisted.mail.test.test_imap.UncloseableMailbox(object)
class documentationtwisted.mail.test.test_imap
(View In Hierarchy)
Implements interfaces: twisted.mail.interfaces.IMailboxIMAP, twisted.mail.interfaces.IMailboxIMAPInfo
A mailbox that cannot be closed.
Method | __init__ | Undocumented |
Method | getFlags | The flags |
Method | getUIDValidity | The UID validity value. |
Method | getUIDNext | The next UID. |
Method | getMessageCount | The number of messages. |
Method | getRecentCount | The recent messages. |
Method | getUnseenCount | The recent messages. |
Method | isWriteable | The recent messages. |
Method | destroy | Destroy this mailbox. |
Method | getHierarchicalDelimiter | Return the hierarchical delimiter. |
Method | requestStatus | Return the mailbox's status. |
Method | addMessage | Add a message to the mailbox. |
Method | expunge | Delete messages marked for deletion. |
Return the mailbox's status.
Parameters | names | The status items to include. |
Returns | A dict
of status data. |
Add a message to the mailbox.
Parameters | message | The message body. |
flags | The message flags. | |
date | The message date. | |
Returns | A Deferred
that fires when the message has been added. |