Parse and hold an RFC 2821 address.

Source routes are stipped and ignored, UUCP-style bang-paths and %-style routing are not parsed.

Instance Variable domain The domain within which this address resides. (type: bytes)
Instance Variable local The local ("user") portion of this address. (type: bytes)
Method __init__ Undocumented
Method dequote Remove RFC-2821 quotes from address.
Method __str__ Undocumented
Method __bytes__ Undocumented
Method __repr__ Undocumented
Method __str__ 0 Undocumented
domain =
The domain within which this address resides. (type: bytes)
local =
The local ("user") portion of this address. (type: bytes)
def __init__(self, addr, defaultDomain=None):
Undocumented
def dequote(self, addr):

Remove RFC-2821 quotes from address.

def __str__ 0(self):
Undocumented
def __str__(self):
Undocumented
def __bytes__(self):
Undocumented
def __repr__(self):
Undocumented
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.