class email.parser.BytesFeedParser(_factory=email.message.Message) Works exactly like FeedParser except that the
email.encoders.encode_base64(msg) Encodes the payload into base64 form and sets the Content-Transfer-Encoding
class email.mime.application.MIMEApplication(_data, _subtype='octet-stream', _encoder=email.encoders.encode_base64, **_params) Module:
remove_flag(flag) Unset the flag(s) specified by flag without changing other flags. To remove more than one flag at
header_fetch_parse(name, value) If the value has a name attribute, it is returned to unmodified. Otherwise the
binascii.crc_hqx(data, value) Compute the binhex4 crc value of data, starting with value as the initial crc
class email.mime.image.MIMEImage(_imagedata, _subtype=None, _encoder=email.encoders.encode_base64, **_params) Module: email
email.encoders.encode_7or8bit(msg) This doesn’t actually modify the message’s payload, but it does set the
params A dictionary mapping parameter names to parameter values.
exception binascii.Error Exception raised on errors. These are usually programming errors.
Page 35 of 44