t.m.s.Address : class documentation

Part of twisted.mail.smtp View Source View In Hierarchy

Parse and hold an RFC 2821 address.

Source routes are stipped and ignored, UUCP-style bang-paths and %-style routing are not parsed.
Instance VariablesdomainThe domain within which this address resides. (type: str )
localThe local ("user") portion of this address. (type: str )
Method __init__ Undocumented
Method dequote Remove RFC-2821 quotes from address.
Method __str__ Undocumented
Method __repr__ Undocumented
def __init__(self, addr, defaultDomain=None): (source)
Undocumented
def dequote(self, addr): (source)
Remove RFC-2821 quotes from address.
def __str__(self): (source)
Undocumented
def __repr__(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.