clear() Remove the payload and all of the headers.
binhex.binhex(input, output) Convert a binary file with filename input to binhex file output. The output
set_visible(visible) Set the message’s visible headers to be the same as the headers in message. Parameter visible
mimetypes.inited Flag indicating whether or not the global data structures have been initialized. This is set to True
class email.contentmanager.ContentManager Base class for content managers. Provides the standard registry mechanisms to register
list_folders() Return a list of the names of all folders.
email.contentmanager.get_content(msg, errors='replace') Return the payload of the part as either a string (for text
add_folder(folder) Create a folder whose name is folder and return a Maildir instance representing it
class mailbox.MMDF(path, factory=None, create=True) A subclass of Mailbox for mailboxes in MMDF format. Parameter
__delitem__(name) Delete all occurrences of the field with name name from the message’s headers. No exception is raised
Page 34 of 44