class documentation

class DummyDomain: (source)

View In Hierarchy

Test domain for AddressAliasTests.

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

Undocumented

def exists(self, user, memo=None): (source)
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.

Undocumented