t.m.m.AbstractMaildirDomain : class documentation

Part of twisted.mail.maildir View Source View In Hierarchy

Known subclasses: twisted.mail.maildir.MaildirDirdbmDomain

Abstract maildir-backed domain.
Method __init__ Initialize.
Method userDirectory Get the maildir directory for a given user
Method setAliasGroup Undocumented
Method exists Check for existence of user in the domain
Method startMessage Save a message for a given user
Method willRelay Undocumented
Method addUser Undocumented
Method getCredentialsCheckers Undocumented
def __init__(self, service, root): (source)
Initialize.
def userDirectory(self, user): (source)

Get the maildir directory for a given user

Override to specify where to save mails for users. Return None for non-existing users.
def setAliasGroup(self, alias): (source)
Undocumented
def exists(self, user, memo=None): (source)
Check for existence of user in the domain
def startMessage(self, user): (source)
Save a message for a given user
def willRelay(self, user, protocol): (source)
Undocumented
def addUser(self, user, password): (source)
Undocumented
def getCredentialsCheckers(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.