email.header.Header.encode()

encode(splitchars=';, \t', maxlinelen=None, linesep='\n') Encode a message header into an RFC-compliant format, possibly wrapping

2016-10-07 17:32:27
email.charset.Charset.input_charset

input_charset The initial character set specified. Common aliases are converted to their official email names (e.g

2016-10-07 17:32:20
email.charset.Charset.header_encode()

header_encode(string) Header-encode the string string. The type of encoding (base64

2016-10-07 17:32:19
email.headerregistry.BaseHeader.max_count

max_count The maximum number of headers of this type that can have the same name. A value of None

2016-10-07 17:32:30
mimetypes.MimeTypes.types_map

MimeTypes.types_map Tuple containing two dictionaries, mapping filename extensions to MIME types: the first dictionary is for

2016-10-07 17:37:16
email.message.EmailMessage.set_content()

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

2016-10-07 17:32:37
mailbox.MH.pack()

pack() Rename messages in the mailbox as necessary to eliminate gaps in numbering. Entries in the sequences list are updated

2016-10-07 17:36:51
mailbox.mboxMessage.remove_flag()

remove_flag(flag) Unset the flag(s) specified by flag without changing other flags. To remove more than one flag at

2016-10-07 17:36:48
mailbox.MH.get_file()

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

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

__contains__(key) Return True if key corresponds to a message, False otherwise.

2016-10-07 17:36:40