twisted.mail.test.test_imap.SlowMailbox(SimpleMailbox) class documentationtwisted.mail.test.test_imap
(View In Hierarchy)
| Method | fetch | Retrieve one or more messages. | 
Inherited from SimpleMailbox:
| Method | __init__ | Undocumented | 
| Method | getFlags | Return the flags defined in this mailbox | 
| Method | getUIDValidity | Return the unique validity identifier for this mailbox. | 
| Method | getUIDNext | Return the likely UID for the next message added to this mailbox. | 
| Method | getMessageCount | Return the number of messages in this mailbox. | 
| Method | getRecentCount | Return the number of messages with the 'Recent' flag. | 
| Method | getUnseenCount | Return the number of messages with the 'Unseen' flag. | 
| Method | isWriteable | Get the read/write status of the mailbox. | 
| Method | destroy | Called before this mailbox is deleted, permanently. | 
| Method | getHierarchicalDelimiter | Get the character which delimits namespaces for in this mailbox. | 
| Method | requestStatus | Return status information about this mailbox. | 
| Method | addMessage | Add the given message to this mailbox. | 
| Method | expunge | Remove all messages flagged \Deleted. | 
| Method | close | Close this mailbox. | 
Retrieve one or more messages.
| Parameters | messages | The identifiers of messages to retrieve information about (type: MessageSet) | 
| uid | If true, the IDs specified in the query are UIDs; otherwise they are 
message sequence IDs. (type: bool) | |
| Returns | (type: Any iterable of two-tuples of message sequence numbers and implementors of IMessageIMAP.) | |