json.load(fp, cls=None, object_hook=None, parse_float=None, parse_int=None, parse_constant=None, object_pairs_hook=None, **kw) Deserialize
class mailbox.MMDFMessage(message=None) A message with MMDF-specific behaviors. Parameter message has the same meaning
get_boundary(failobj=None) Return the value of the boundary parameter of the Content-Type
discard(key) These methods immediately delete the message. The MH convention of marking a message for deletion by prepending
class email.message.Message(policy=compat32) If policy is specified (it must be an instance of a
get_bytes(key) Return a byte representation of the message corresponding to key, or raise a
quopri.decode(input, output, header=False) Decode the contents of the input file and write the resulting decoded binary
get_subdir() Return either “new” (if the message should be stored in the new subdirectory) or “cur” (if the message
email.utils.unquote(str) Return a new string which is an unquoted version of str. If str ends and
class email.charset.Charset(input_charset=DEFAULT_CHARSET) Map character sets to their email properties. This
Page 40 of 44