Home | Trees | Index | Help |
|
---|
Package twisted :: Package mail :: Module maildir :: Class MaildirDirdbmDomain |
|
AbstractMaildirDomain
--+
|
MaildirDirdbmDomain
Method Summary | |
---|---|
Initialize | |
addUser(self,
user,
password)
| |
getCredentialsCheckers(self)
| |
requestAvatar(self,
avatarId,
mind,
*interfaces)
| |
Get the directory for a user | |
Inherited from AbstractMaildirDomain | |
Check for existence of user in the domain | |
| |
Save a message for a given user | |
|
Class Variable Summary | |
---|---|
tuple |
__implements__ = (<class twisted.cred.portal.IRealm at 0...
|
NoneType |
_credcheckers = None |
NoneType |
portal = None |
Inherited from AbstractMaildirDomain | |
NoneType |
alias = None |
NoneType |
root = None |
Method Details |
---|
__init__(self,
service,
root,
postmaster=0)
|
userDirectory(self, name)Get the directory for a user If the user exists in the dirdbm file, return the directory os.path.join(root, name), creating it if necessary. Otherwise, returns postmaster's mailbox instead if bounces go to postmaster, otherwise return None |
Class Variable Details |
---|
__implements__
|
_credcheckers
|
portal
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Oct 25 00:55:05 2003 | http://epydoc.sf.net |