uu.encode()
  • References/Python/Python/Internet Data

uu.encode(in_file, out_file, name=None, mode=None) Uuencode file in_file into file out_file. The uuencoded

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

pack() Rename messages in the mailbox as necessary to eliminate gaps in numbering. Entries in the sequences list are updated

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

get_file(key) Depending upon the host platform, it may not be possible to remove the underlying message while the returned file

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

cte_type Controls the type of Content Transfer Encodings that may be or are required to be used. The possible values are:

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

set_content(*args, content_manager=None, **kw) Call the set_content method of the content_manager, passing

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

minor The minor version number as an integer

2025-01-10 15:47:30
mailbox.mbox.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
binascii.b2a_qp()
  • References/Python/Python/Internet Data

binascii.b2a_qp(data, quotetabs=False, istext=True, header=False) Convert binary data to a line(s) of ASCII characters in quoted-printable

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

iterkeys() keys() Return an iterator over all keys if called as iterkeys() or return a list of keys

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

fold(name, value) The email package calls this method with the name and value currently stored in the Message

2025-01-10 15:47:30