email.mime.base.MIMEBase

class email.mime.base.MIMEBase(_maintype, _subtype, **_params) Module: email.mime.base This

2016-10-07 17:32:47
base64.standard_b64encode()

base64.standard_b64encode(s) Encode bytes-like object s using the standard Base64

2016-10-07 17:27:20
mimetypes.encodings_map

mimetypes.encodings_map Dictionary mapping filename extensions to encoding types.

2016-10-07 17:37:14
email.policy.default

email.policy.default An instance of EmailPolicy with all defaults unchanged. This policy uses the standard Python

2016-10-07 17:32:52
mailbox.Maildir.get_file()

get_file(key) Depending upon the host platform, it may not be possible to modify or remove the underlying message while the

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

__str__() Returns an approximation of the Header as a string, using an unlimited line length. All pieces are converted

2016-10-07 17:32:27
email.iterators.body_line_iterator()

email.iterators.body_line_iterator(msg, decode=False) This iterates over all the payloads in all the subparts of msg

2016-10-07 17:32:34
email.message.Message.

__setitem__(name, val) Add a header to the message with field name name and value val. The field is appended

2016-10-07 17:32:46
mailbox.Maildir.lock()

lock() unlock() Maildir mailboxes do not support (or require) locking, so these methods do nothing.

2016-10-07 17:36:43
email.contentmanager.ContentManager.add_set_handler()

add_set_handler(typekey, handler) Record handler as the function to call when an object of a type matching typekey

2016-10-07 17:32:21