Home | Trees | Index | Help |
---|
Package twisted :: Package mail :: Module maildir :: Class MaildirDirdbmDomain |
|
AbstractMaildirDomain
--+
|
MaildirDirdbmDomain
Method Summary | |
---|---|
Initialize | |
Return Mailbox to valid APOP authentications | |
authenticateUserPASS(self,
username,
password)
| |
Check for existence of user in the domain (inherited from AbstractMaildirDomain )
| |
Save a message for a given user (inherited from AbstractMaildirDomain )
| |
Get the directory for a user |
Method Details |
---|
__init__(self,
service,
root,
postmaster=0)
|
authenticateUserAPOP(self, user, magic, digest, domain)Return Mailbox to valid APOP authentications Check the credentials, returning None if they are invalid or a MaildirMailbox if they are valid. |
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 |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:18:31 2003 | http://epydoc.sf.net |