imaplib — IMAP4 protocol client — Python 3.14.7 documentation

docs.python.org

Tin mới

poplib — POP3 protocol client

smtplib — SMTP protocol client

Python Module Index

3.14.7 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().