email.policy.Policy.linesep
  • References/Python/Python/Internet Data

linesep The string to be used to terminate lines in serialized output. The default is \n because that’s the internal

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

is_attachment() Return True if there is a Content-Disposition header and its (case

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

class email.message.MIMEPart(policy=default) This class represents a subpart of a MIME message. It is identical to EmailMessage

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

Source code: Lib/email/__init__

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

base64.b85decode(b) Decode the base85-encoded bytes-like object or ASCII string b

2025-01-10 15:47:30
email.header.Header.append()
  • References/Python/Python/Internet Data

append(s, charset=None, errors='strict') Append the string s to the MIME header. Optional

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

max_line_length The maximum length of any line in the serialized output, not counting the end of line character(s). Default

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

email.utils.parseaddr(address) Parse address – which should be the value of some address-containing field such as

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

base64.b85encode(b, pad=False) Encode the bytes-like object b using base85 (as

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

class email.mime.base.MIMEBase(_maintype, _subtype, **_params) Module: email.mime.base This

2025-01-10 15:47:30