class documentation

class SafeMIMEMultipart(MIMEMixin, MIMEMultipart): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __setitem__ 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, _subtype='mixed', boundary=None, _subparts=None, encoding=None, **_params): (source)

Undocumented

def __setitem__(self, name, val): (source)

Undocumented

encoding = (source)

Undocumented