decode(s) Return the Python representation of s (a
__eq__(other) This method allows you to compare two Charset instances for equality.
class email.parser.BytesParser(_class=email.message.Message, *, policy=policy.compat32) This class is exactly parallel to Parser
email.message_from_binary_file(fp, _class=email.message.Message, *, policy=policy.compat32) Return a message object structure
get_content_type() Return the message’s content type. The returned string is coerced to lower case of the form
class email.headerregistry.BaseHeader(name, value) name and value are passed to BaseHeader from
exception mailbox.ExternalClashError Raised when some mailbox-related condition beyond the control of the program causes it
class email.policy.EmailPolicy(**kw) This concrete Policy provides behavior that is intended to be fully compliant
class email.policy.Policy(**kw) This is the abstract base class for all policy classes
values() Return an iterator over representations of all messages if called as itervalues() or __iter__()
Page 16 of 44