class documentation

class DummyDomain:

Constructor: DummyDomain(address)

View In Hierarchy

Test domain for AddressAliasTests.

Method __init__ Undocumented
Method exists No summary
Instance Variable address Undocumented
def __init__(self, address):

Undocumented

def exists(self, user, memo=None):
Returns
boolWhen a memo is passed in this will raise a smtp.SMTPBadRcpt exception, otherwise a boolean indicating if the user and string version of self.address are equal or not.
address =

Undocumented