Home | Trees | Index | Help |
---|
Package twisted :: Package mail :: Module maildir :: Class AbstractMaildirDomain |
|
MaildirDirdbmDomain
Method Summary | |
---|---|
Initialize. | |
Check for existence of user in the domain | |
Save a message for a given user | |
Get the maildir directory for a given user |
Class Variable Summary | |
---|---|
class |
IDomain
|
Method Details |
---|
__init__(self,
service,
root)
Initialize.
|
exists(self, user, success, failure)Check for existence of user in the domain |
startMessage(self, user)Save a message for a given user |
userDirectory(self, user)Get the maildir directory for a given user Override to specify where to save mails for users. Return None for non-existing users. |
Class Variable Details |
---|
IDomainIDomain = twisted.mail.mail.IDomain
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:17 2003 | http://epydoc.sf.net |