email.header.Header.

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

2016-10-07 17:32:27
email.generator.BytesGenerator

class email.generator.BytesGenerator(outfp, mangle_from_=True, maxheaderlen=78, *, policy=None) The constructor for the

2016-10-07 17:32:24
mailbox.MaildirMessage.get_subdir()

get_subdir() Return either “new” (if the message should be stored in the new subdirectory) or “cur” (if the message

2016-10-07 17:36:45
quopri.decode()

quopri.decode(input, output, header=False) Decode the contents of the input file and write the resulting decoded binary

2016-10-07 17:41:06
email.message.Message.

__contains__(name) Return true if the message object has a field named name. Matching is done case-insensitively and

2016-10-07 17:32:45
email.policy.EmailPolicy.fold()

fold(name, value) Header folding is controlled by the refold_source policy setting. A value is considered to be

2016-10-07 17:32:52
mailbox.Mailbox.lock()

lock() Acquire an exclusive advisory lock on the mailbox so that other processes know not to modify it. An ExternalClashError

2016-10-07 17:36:38
mailbox.MH.flush()

flush() All changes to MH mailboxes are immediately applied, so this method does nothing.

2016-10-07 17:36:50
mailbox.Mailbox.

__iter__() values() Return an iterator over representations of all messages if called as itervalues()

2016-10-07 17:36:40
email.message.EmailMessage.get_content()

get_content(*args, content_manager=None, **kw) Call the get_content method of the content_manager, passing

2016-10-07 17:32:36