class IDomain(Interface): (source)
Known subclasses: twisted.mail.interfaces.IAliasableDomain
Known implementations: twisted.mail.mail.BounceDomain
Method | addUser |
Add a user to this domain. |
Method | exists |
Check whether a user exists in this domain. |
Method | getCredentialsCheckers |
Return credentials checkers for this domain. |
twisted.mail.interfaces.IAliasableDomain
Parameters | |
user:User | A user. |
Returns | |
no-argument callable which returns IMessageSMTP provider | A function which takes no arguments and returns a message receiver for the user. |
Raises | |
SMTPBadRcpt | When the given user does not exist in this domain. |
Returns | |
list of ICredentialsChecker provider | Credentials checkers for this domain. |