imaplib — IMAP4 protocol client — Python 3.16.0a0 documentation

docs.python.org

Tin mới

poplib — POP3 protocol client

smtplib — SMTP protocol client

Python Module Index

3.16.0a0 Documentation

The Python Standard Library

Internet Protocols and Support

WebAssembly platforms

This module does not work or is not available on WebAssembly. See WebAssembly platforms for more information.

Security considerations

With the default ssl_context, the connection is encrypted but the server certificate and hostname are not verified. To verify them, pass a context created by ssl.create_default_context().

sqlite3: A DB-API 2.0 implementation using SQLite 3.x.

All IMAP4rev1 commands are represented by methods of the same name, either uppercase or lowercase.

email: Package supporting the parsing, manipulating, and generating email messages.

flags may be None or a string of IMAP flag tokens. Multiple flags are separated by spaces, for example r'\Seen \Answered'. If flags is not already enclosed in parentheses, parentheses are added automatically.