Part of twisted.mail.mail View Source View In Hierarchy
Known subclasses: twisted.mail.mail.IAliasableDomain
Known implementations: twisted.mail.mail.BounceDomain
Method | exists | Check whether a user exists in this domain. |
Method | addUser | Add a user to this domain. |
Method | getCredentialsCheckers | Return credentials checkers for this domain. |
Returns | Credentials checkers for this domain. (type: list
of ICredentialsChecker
provider) |