email.message.Message.values()
  • References/Python/Python/Internet Data

values() Return a list of all the message’s field values.

2025-01-10 15:47:30
email.policy.Policy.header_source_parse()
  • References/Python/Python/Internet Data

header_source_parse(sourcelines) The email package calls this method with a list of strings, each string ending with the line

2025-01-10 15:47:30
email.policy.EmailPolicy.header_factory
  • References/Python/Python/Internet Data

header_factory A callable that takes two arguments, name and value, where name is a header

2025-01-10 15:47:30
email.iterators.typed_subpart_iterator()
  • References/Python/Python/Internet Data

email.iterators.typed_subpart_iterator(msg, maintype='text', subtype=None) This iterates over all the subparts of msg

2025-01-10 15:47:30
email.headerregistry.Group
  • References/Python/Python/Internet Data

class email.headerregistry.Group(display_name=None, addresses=None) The class used to represent an address group. The general

2025-01-10 15:47:30
mimetypes.MimeTypes.guess_type()
  • References/Python/Python/Internet Data

MimeTypes.guess_type(url, strict=True) Similar to the guess_type() function, using the tables stored as part of

2025-01-10 15:47:30
email.message.Message.
  • References/Python/Python/Internet Data

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

2025-01-10 15:47:30
mailbox.BabylMessage.set_labels()
  • References/Python/Python/Internet Data

set_labels(labels) Set the list of labels on the message to labels.

2025-01-10 15:47:30
mailbox.BabylMessage.add_label()
  • References/Python/Python/Internet Data

add_label(label) Add label to the list of labels on the message.

2025-01-10 15:47:30
mailbox.MMDFMessage.add_flag()
  • References/Python/Python/Internet Data

add_flag(flag) Set the flag(s) specified by flag without changing other flags. To add more than one flag at a time

2025-01-10 15:47:30