A virtual domain for a POP3 server.

Method __init__ Undocumented
Method addUser Create a mailbox for a new user.
Method addMessage Add a message to the mailbox of the named user.
Method authenticateUserAPOP Succeed with a ListMailbox.
def __init__(self):
Undocumented
def addUser(self, name):

Create a mailbox for a new user.

ParametersnameThe username.
def addMessage(self, name, message):

Add a message to the mailbox of the named user.

ParametersnameThe username.
messageThe contents of the message.
def authenticateUserAPOP(self, name, digest, magic, domain):

Succeed with a ListMailbox.

ParametersnameThe name of the user authenticating.
digestignored
magicignored
domainignored
ReturnsA three-tuple like the one returned by IRealm.requestAvatar. The mailbox will be for the user given by name.
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.