email.parser.FeedParser
  • References/Python/Python/Internet Data

class email.parser.FeedParser(_factory=email.message.Message, *, policy=policy.compat32) Create a FeedParser instance

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

email.utils.unquote(str) Return a new string which is an unquoted version of str. If str ends and

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

close() Maildir instances do not keep any open files and the underlying mailboxes do not support locking, so this

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

exception mailbox.NoSuchMailboxError Raised when a mailbox is expected but is not found, such as when instantiating a Mailbox

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

remove_folder(folder) Delete the folder whose name is folder. If the folder contains any messages, a NotEmptyError

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

class mailbox.MHMessage(message=None) A message with MH-specific behaviors. Parameter message has the same meaning

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

as_bytes(unixfrom=False, policy=None) Return the entire message flattened as a bytes object. When optional unixfrom

2025-01-10 15:47:30
email.charset.Charset.header_encoding
  • References/Python/Python/Internet Data

header_encoding If the character set must be encoded before it can be used in an email header, this attribute will be set to

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

email.contentmanager.set_content(msg, , subtype="plain", charset='utf-8' cte=None, disposition=None, filename=None, cid=None, params=None, headers=None) email

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

fold(name, value) Header folding is controlled by the refold_source policy setting. A value is considered to be

2025-01-10 15:47:30