json.JSONEncoder

class json.JSONEncoder(skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, sort_keys=False, indent=None, separators=None, default=None)

2016-10-07 17:35:52
mailbox.mbox

class mailbox.mbox(path, factory=None, create=True) A subclass of Mailbox for mailboxes in mbox format. Parameter

2016-10-07 17:36:47
base64.urlsafe_b64decode()

base64.urlsafe_b64decode(s) Decode bytes-like object or ASCII string s using

2016-10-07 17:27:21
email.header.make_header()

email.header.make_header(decoded_seq, maxlinelen=None, header_name=None, continuation_ws=' ') Create a Header instance

2016-10-07 17:32:27
email.generator.Generator.flatten()

flatten(msg, unixfrom=False, linesep=None) Print the textual representation of the message object structure rooted at msg

2016-10-07 17:32:25
email.errors.MessageParseError

exception email.errors.MessageParseError This is the base class for exceptions raised by the

2016-10-07 17:32:24
mailbox.MH.remove()

remove(key) __delitem__(key) discard(key) These methods immediately

2016-10-07 17:36:51
email.iterators.typed_subpart_iterator()

email.iterators.typed_subpart_iterator(msg, maintype='text', subtype=None) This iterates over all the subparts of msg

2016-10-07 17:32:34
mailbox.Mailbox.

__getitem__(key) Return a representation of the message corresponding to key. If no such message exists, default

2016-10-07 17:36:40
email.policy.EmailPolicy.header_factory

header_factory A callable that takes two arguments, name and value, where name is a header

2016-10-07 17:32:53