Package twisted :: Package mail :: Module mail :: Class IDomain
[show private | hide private]
[frames | no frames]

Class IDomain

NonMetaInterface --+
                   |
                  IDomain


An email domain.
Method Summary
  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.

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.

Generated by Epydoc 1.1 on Fri Jun 27 03:48:18 2003 http://epydoc.sf.net