email.parser.Parser.parsestr()
  • References/Python/Python/Internet Data

parsestr(text, headersonly=False) Similar to the parse() method, except it takes a string object instead of a file-like

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

clone(**kw) Return a new Policy instance whose attributes have the same values as the current instance, except

2025-01-10 15:47:30
email.contentmanager.ContentManager.add_set_handler()
  • References/Python/Python/Internet Data

add_set_handler(typekey, handler) Record handler as the function to call when an object of a type matching typekey

2025-01-10 15:47:30
mailbox.Mailbox.
  • References/Python/Python/Internet Data

__setitem__(key, message) Replace the message corresponding to key with message. Raise a

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

get_sequences() Return a dictionary of sequence names mapped to key lists. If there are no sequences, the empty dictionary is

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

set_date(date) Set the delivery date of the message to date, a floating-point number representing seconds since the

2025-01-10 15:47:30
mailbox.MH
  • References/Python/Python/Internet Data

class mailbox.MH(path, factory=None, create=True) A subclass of Mailbox for mailboxes in MH format. Parameter factory

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

get_charset() Return the

2025-01-10 15:47:30
mailbox.mbox
  • References/Python/Python/Internet Data

class mailbox.mbox(path, factory=None, create=True) A subclass of Mailbox for mailboxes in mbox format. Parameter

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

get_labels() Return a list of the names of all user-defined labels used in the mailbox.

2025-01-10 15:47:30