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.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
base64.b64encode()

base64.b64encode(s, altchars=None) Encode the bytes-like object s using Base64

2016-10-07 17:27:19
binascii.rlecode_hqx()

binascii.rlecode_hqx(data) Perform binhex4 style RLE-compression on data and return the result.

2016-10-07 17:27:32