class documentation

class SafeMIMEText(MIMEMixin, MIMEText):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __setitem__ Undocumented
Method set​_payload Undocumented
Instance Variable encoding Undocumented

Inherited from MIMEMixin:

Method as​_bytes Return the entire formatted message as bytes. Optional `unixfrom' when True, means include the Unix From_ envelope header.
Method as​_string Return the entire formatted message as a string. Optional `unixfrom' when True, means include the Unix From_ envelope header.
def __init__(self, _text, _subtype='plain', _charset=None):

Undocumented

def __setitem__(self, name, val):

Undocumented

def set_payload(self, payload, charset=None):

Undocumented

encoding =

Undocumented