mimetypes.MimeTypes.types_map_inv
  • References/Python/Python/Internet Data

MimeTypes.types_map_inv Tuple containing two dictionaries, mapping MIME types to a list of filename extensions: the first dictionary

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

make_mixed(boundary=None) Convert a non-multipart, a multipart/related, or a multipart-alternative

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

binascii.b2a_hqx(data) Perform hexbin4 binary-to-ASCII translation and return the resulting string. The argument should already

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

encode(splitchars=';, \t', maxlinelen=None, linesep='\n') Encode a message header into an RFC-compliant format, possibly wrapping

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

domain The domain portion of the address.

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

max_count The maximum number of headers of this type that can have the same name. A value of None

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

lock() unlock() Three locking mechanisms are used—dot locking and, if available, the flock() and lockf()

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
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
mailbox.Maildir.add()
  • References/Python/Python/Internet Data

add(message) __setitem__(key, message) update(arg)

2025-01-10 15:47:30