email.generator.Generator.clone()
  • References/Python/Python/Internet Data

clone(fp) Return an independent clone of this Generator instance with the exact same options.

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

make_alternative(boundary=None) Convert a non-multipart or a multipart/related into a multi

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

clone(fp) Return an independent clone of this BytesGenerator instance with the exact same options.

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

exception email.errors.HeaderParseError Raised under some error conditions when parsing the

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

get_param(param, failobj=None, header='content-type', unquote=True) Return the value of the Content-Type

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

get_date() Return the delivery date of the message as a floating-point number representing seconds since the epoch.

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

output_codec The name of the Python codec used to convert Unicode to the output_charset. If no conversion codec is

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

class email.headerregistry.AddressHeader Address headers are one of the most complex structured header types. The AddressHeader

2025-01-10 15:47:30
email.headerregistry.HeaderRegistry.map_to_type()
  • References/Python/Python/Internet Data

map_to_type(self, name, cls) name is the name of the header to be mapped. It will be converted to lower case in the

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

set_param(param, value, header='Content-Type', requote=True, charset=None, language='', replace=False) Set a parameter in the

2025-01-10 15:47:30