Home | Trees | Index | Help |
---|
Package twisted :: Package mail :: Module maildir :: Class MaildirDirdbmDomain |
|
AbstractMaildirDomain
--+
|
MaildirDirdbmDomain
Method Summary | |
---|---|
Initialize | |
addUser(self,
user,
password)
| |
Check for existence of user in the domain (inherited from AbstractMaildirDomain )
| |
getCredentialsCheckers(self)
| |
requestAvatar(self,
avatarId,
mind,
*interfaces)
| |
Save a message for a given user (inherited from AbstractMaildirDomain )
| |
Get the directory for a user |
Class Variable Summary | |
---|---|
tuple |
__implements__
|
NoneType |
portal
|
NoneType |
_credcheckers
|
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__
|
portal
|
_credcheckers
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:48:18 2003 | http://epydoc.sf.net |