email.message.Message.del_param()

del_param(param, header='content-type', requote=True) Remove the given parameter completely from the Content-Type

2016-10-07 17:32:39
mailbox.Maildir

class mailbox.Maildir(dirname, factory=None, create=True) A subclass of Mailbox for mailboxes in Maildir format

2016-10-07 17:36:41
base64.b16decode()

base64.b16decode(s, casefold=False) Decode the Base16 encoded bytes-like object or ASCII

2016-10-07 17:27:18
email.charset.Charset.output_codec

output_codec The name of the Python codec used to convert Unicode to the output_charset. If no conversion codec is

2016-10-07 17:32:20
json.JSONDecodeError.msg

msg The unformatted error message.

2016-10-07 17:35:51
email.message.MIMEPart

class email.message.MIMEPart(policy=default) This class represents a subpart of a MIME message. It is identical to EmailMessage

2016-10-07 17:32:46
email.message.Message.get_param()

get_param(param, failobj=None, header='content-type', unquote=True) Return the value of the Content-Type

2016-10-07 17:32:42
mimetypes.MimeTypes

class mimetypes.MimeTypes(filenames=(), strict=True) This class represents a MIME-types database. By default, it provides access

2016-10-07 17:37:15
email.policy.Policy.max_line_length

max_line_length The maximum length of any line in the serialized output, not counting the end of line character(s). Default

2016-10-07 17:32:56
email.headerregistry.ContentTypeHeader

class email.headerregistry.ContentTypeHeader A ParameterizedMIMEHeader class that handles the

2016-10-07 17:32:30