mailbox.MH.get_sequences()

get_sequences() Return a dictionary of sequence names mapped to key lists. If there are no sequences, the empty dictionary is

2016-10-07 17:36:51
email.header.Header

class email.header.Header(s=None, charset=None, maxlinelen=None, header_name=None, continuation_ws=' ', errors='strict') Create

2016-10-07 17:32:26
email.policy.Policy.header_source_parse()

header_source_parse(sourcelines) The email package calls this method with a list of strings, each string ending with the line

2016-10-07 17:32:56
email.policy.EmailPolicy.refold_source

refold_source If the value for a header in the Message object originated from a

2016-10-07 17:32:54
email.parser.Parser.parsestr()

parsestr(text, headersonly=False) Similar to the parse() method, except it takes a string object instead of a file-like

2016-10-07 17:32:50
email.utils.mktime_tz()

email.utils.mktime_tz(tuple) Turn a 10-tuple as returned by parsedate_tz() into a UTC timestamp (seconds since

2016-10-07 17:32:59
email.utils.decode_rfc2231()

email.utils.decode_rfc2231(s) Decode the string s according to

2016-10-07 17:32:58
email.message.EmailMessage.clear_content()

clear_content() Remove the payload and all of the Content- headers, leaving all other headers intact and in their

2016-10-07 17:32:36
email.header.Header.

__ne__(other) This method allows you to compare two Header instances for inequality.

2016-10-07 17:32:27
email.message.Message.attach()

attach(payload) Add the given payload to the current payload, which must be None or a list of Message

2016-10-07 17:32:39