imaplib.IMAP4.login()
  • References/Python/Python/Internet

IMAP4.login(user, password) Identify the client using a plaintext password. The password will be quoted.

2025-01-10 15:47:30
email.contentmanager.ContentManager.get_content()
  • References/Python/Python/Internet Data

get_content(msg, *args, **kw) Look up a handler function based on the mimetype of msg (see next paragraph)

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

mimetypes.add_type(type, ext, strict=True) Add a mapping from the MIME type type to the extension ext. When

2025-01-10 15:47:30
aifc.aifc.writeframes()
  • References/Python/Python/Multimedia

aifc.writeframes(data) Write data to the output file. This method can only be called after the audio file parameters have been

2025-01-10 15:47:30
codecs.CodecInfo.name
  • References/Python/Python/Binary Data

name The name of the encoding.

2025-01-10 15:47:30
select.epoll.closed
  • References/Python/Python/Inputouput

epoll.closed True if the epoll object is closed.

2025-01-10 15:47:30
operator.
  • References/Python/Python/Functional Programming

operator.__eq__(a, b) operator.__ne__(a, b) operator.__ge__(a, b) operator

2025-01-10 15:47:30
shutil.copyfileobj()
  • References/Python/Python/File & Directory Access

shutil.copyfileobj(fsrc, fdst[, length]) Copy the contents of the file-like object fsrc to the file-like object fdst

2025-01-10 15:47:30
ssl.PROTOCOL_TLSv1_1
  • References/Python/Python/Networking

ssl.PROTOCOL_TLSv1_1 Selects TLS version 1.1 as the channel encryption protocol. Available only with openssl version 1.0.1+

2025-01-10 15:47:30
bytearray.count()
  • References/Python/Python/Built-in Types

bytearray.count(sub[, start[, end]]) Return the number of non-overlapping occurrences of subsequence sub in the range

2025-01-10 15:47:30