mailbox.Mailbox

class mailbox.Mailbox A mailbox, which may be inspected and modified. The Mailbox

2016-10-07 17:36:34
mailbox.MaildirMessage.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:45
email.contentmanager.ContentManager.get_content()

get_content(msg, *args, **kw) Look up a handler function based on the mimetype of msg (see next paragraph)

2016-10-07 17:32:21
binascii.b2a_hqx()

binascii.b2a_hqx(data) Perform hexbin4 binary-to-ASCII translation and return the resulting string. The argument should already

2016-10-07 17:27:31
email.message.Message.get_params()

get_params(failobj=None, header='content-type', unquote=True) Return the message’s Content-Type

2016-10-07 17:32:42
binascii.b2a_hex()

binascii.b2a_hex(data) binascii.hexlify(data) Return the hexadecimal representation of the binary data

2016-10-07 17:27:31
email.parser.FeedParser.feed()

feed(data) Feed the FeedParser some more data. data should be a string containing one or more lines. The

2016-10-07 17:32:50
email.charset.Charset.header_encode()

header_encode(string) Header-encode the string string. The type of encoding (base64

2016-10-07 17:32:19
email.headerregistry.BaseHeader.max_count

max_count The maximum number of headers of this type that can have the same name. A value of None

2016-10-07 17:32:30
email.policy.Policy.register_defect()

register_defect(obj, defect) Register a defect on obj. In the email package, defect will always be

2016-10-07 17:32:57