| Home | Trees | Index | Help |
|
|---|
| Package twisted :: Package mail :: Module mail :: Class IDomain |
|
Interface --+
|
IDomain
IAliasableDomain| Method Summary | |
|---|---|
Add a username/password to this domain. | |
| No-argument callable |
Check whether or not the specified user exists in this domain. |
Return a list of ICredentialsChecker implementors for this domain. | |
Create and return a new message to be delivered to the given user. | |
| Method Details |
|---|
addUser(self, user, password)Add a username/password to this domain. |
exists(self, user)Check whether or not the specified user exists in this domain.
|
getCredentialsCheckers(self)Return a list of ICredentialsChecker implementors for this domain. |
startMessage(self, user)Create and return a new message to be delivered to the given user. DEPRECATED. Implement validateTo() correctly instead. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Tue Dec 9 17:48:07 2003 | http://epydoc.sf.net |