twisted.mail.mail.IDomain(Interface) interface documentationtwisted.mail.mail
          View Source
          (View In Hierarchy)
        
      Known subclasses: twisted.mail.mail.IAliasableDomain
Known implementations: twisted.mail.mail.BounceDomain
An interface for email domains.
| 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. | 
Return credentials checkers for this domain.
| Returns | Credentials checkers for this domain. (type: list
of ICredentialsChecker
provider) | |