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

class email.parser.BytesFeedParser(_factory=email.message.Message) Works exactly like FeedParser except that the

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

email.encoders.encode_base64(msg) Encodes the payload into base64 form and sets the Content-Transfer-Encoding

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

class email.mime.application.MIMEApplication(_data, _subtype='octet-stream', _encoder=email.encoders.encode_base64, **_params) Module:

2025-01-10 15:47:30
mailbox.MMDFMessage.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.policy.EmailPolicy.header_fetch_parse()
  • References/Python/Python/Internet Data

header_fetch_parse(name, value) If the value has a name attribute, it is returned to unmodified. Otherwise the

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

binascii.crc_hqx(data, value) Compute the binhex4 crc value of data, starting with value as the initial crc

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

class email.mime.image.MIMEImage(_imagedata, _subtype=None, _encoder=email.encoders.encode_base64, **_params) Module: email

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

email.encoders.encode_7or8bit(msg) This doesn’t actually modify the message’s payload, but it does set the

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

params A dictionary mapping parameter names to parameter values.

2025-01-10 15:47:30
binascii.Error
  • References/Python/Python/Internet Data

exception binascii.Error Exception raised on errors. These are usually programming errors.

2025-01-10 15:47:30