A simple in-memory list implementation of IMailbox.

Method __init__
Method listMessages Get some message information.
Method getMessage Get the message content.
Method getUidl Construct a UID by using the given index value.
Method deleteMessage Wipe the message at the given index.
Method sync No-op.
def __init__(self, list):
ParameterslistThe messages.
def listMessages(self, i=None):

Get some message information.

ParametersiSee pop3.IMailbox.listMessages.
ReturnsSee pop3.IMailbox.listMessages.
def getMessage(self, i):

Get the message content.

ParametersiSee pop3.IMailbox.getMessage.
ReturnsSee pop3.IMailbox.getMessage.
def getUidl(self, i):

Construct a UID by using the given index value.

ParametersiSee pop3.IMailbox.getUidl.
ReturnsSee pop3.IMailbox.getUidl.
def deleteMessage(self, i):

Wipe the message at the given index.

ParametersiSee pop3.IMailbox.deleteMessage.
def sync(self):

No-op.

See Alsopop3.IMailbox.sync
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.