mailbox.Mailbox.unlock()

unlock() Release the lock on the mailbox, if any.

2016-10-07 17:36:39
email.message.EmailMessage.add_alternative()

add_alternative(*args, content_manager=None, **kw) If the message is a multipart/alternative, create a new message

2016-10-07 17:32:35
email.headerregistry.Address

class email.headerregistry.Address(display_name='', username='', domain='', addr_spec=None) The class used to represent an email

2016-10-07 17:32:27
mailbox.Mailbox.iteritems()

iteritems() items() Return an iterator over (key, message) pairs, where key is a key

2016-10-07 17:36:37
email.message.EmailMessage.add_related()

add_related(*args, content_manager=None, **kw) If the message is a multipart/related, create a new message object

2016-10-07 17:32:36
email.message.Message.get_content_subtype()

get_content_subtype() Return the message’s sub-content type. This is the subtype part of the string

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

__eq__(other) This method allows you to compare two Header instances for equality.

2016-10-07 17:32:27
mailbox.MaildirMessage

class mailbox.MaildirMessage(message=None) A message with Maildir-specific behaviors. Parameter message has the same

2016-10-07 17:36:44
json.load()

json.load(fp, cls=None, object_hook=None, parse_float=None, parse_int=None, parse_constant=None, object_pairs_hook=None, **kw) Deserialize

2016-10-07 17:35:53
email.charset.Charset.get_body_encoding()

get_body_encoding() Return the content transfer encoding used for body encoding. This is either

2016-10-07 17:32:18