mailbox.mboxMessage.remove_flag()
  • References/Python/Python/Internet Data

remove_flag(flag) Unset the flag(s) specified by flag without changing other flags. To remove more than one flag at

2025-01-10 15:47:30
email.mime.audio.MIMEAudio
  • References/Python/Python/Internet Data

class email.mime.audio.MIMEAudio(_audiodata, _subtype=None, _encoder=email.encoders.encode_base64, **_params) Module: email

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

iter_parts() Return an iterator over all of the immediate sub-parts of the message, which will be empty for a non-multipart

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

register_defect(obj, defect) Register a defect on obj. In the email package, defect will always be

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

fold_binary(name, value) The same as fold() if cte_type is 7bit, except that the returned

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

__delitem__(key) discard(key) These methods immediately delete the message. The MH convention of marking a message

2025-01-10 15:47:30
mailcap.getcaps()
  • References/Python/Python/Internet Data

mailcap.getcaps() Returns a dictionary mapping MIME types to a list of mailcap file entries. This dictionary must be passed

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

email.utils.getaddresses(fieldvalues) This method returns a list of 2-tuples of the form returned by parseaddr()

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

__contains__(key) Return True if key corresponds to a message, False otherwise.

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

__str__() The str value of a Group is formatted according to

2025-01-10 15:47:30