Undocumented
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.
def fetch(self, messages, uid):

Retrieve one or more messages.

ParametersmessagesThe identifiers of messages to retrieve information about (type: MessageSet)
uidIf 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.)
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.