email.headerregistry.MIMEVersionHeader

class email.headerregistry.MIMEVersionHeader There is really only one valid value for the MIME-Version

2016-10-07 17:32:33
quopri.encode()

quopri.encode(input, output, quotetabs, header=False) Encode the contents of the input file and write the resulting

2016-10-07 17:41:07
email.headerregistry.AddressHeader.groups

groups A tuple of Group objects encoding the addresses and groups found in the header value. Addresses that are

2016-10-07 17:32:29
mailbox.MMDFMessage.remove_flag()

remove_flag(flag) Unset the flag(s) specified by flag without changing other flags. To remove more than one flag at

2016-10-07 17:36:55
email.message.Message.set_payload()

set_payload(payload, charset=None) Set the entire message object’s payload to payload. It is the client’s responsibility

2016-10-07 17:32:44
email.headerregistry.BaseHeader.fold()

fold(*, policy) Return a string containing

2016-10-07 17:32:29
mailbox.Babyl.lock()

lock() unlock() Three locking mechanisms are used—dot locking and, if available, the flock() and lockf()

2016-10-07 17:36:31
json.dumps()

json.dumps(obj, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, cls=None, indent=None, separators=None, default=None, sort_keys=False, **kw)

2016-10-07 17:35:50
email.policy.EmailPolicy.header_store_parse()

header_store_parse(name, value) The name is returned unchanged. If the input value has a name attribute and it

2016-10-07 17:32:53
email.utils.quote()

email.utils.quote(str) Return a new string with backslashes in str replaced by two backslashes, and double quotes replaced

2016-10-07 17:33:00