class documentation

Hold information about and SMTP message recipient, including information on where the message came from

Method __bytes__ Undocumented
Method __getstate__ Helper for pickle.
Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable dest Undocumented
Instance Variable helo Undocumented
Instance Variable orig Undocumented
Instance Variable protocol Undocumented
def __bytes__(self) -> bytes:

Undocumented

def __getstate__(self):

Helper for pickle.

protocol isn't picklabe, but we want User to be, so skip it in the pickle.

def __init__(self, destination, helo, protocol, orig):

Undocumented

def __str__(self) -> str:

Undocumented

dest =

Undocumented

helo =

Undocumented

orig =

Undocumented

protocol =

Undocumented