]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-72507: Document that imaplib does not verify TLS certificates by default...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 Jul 2026 07:27:04 +0000 (09:27 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2026 07:27:04 +0000 (07:27 +0000)
commit7449390ade454a5a565a12166f74c008a1699fcd
tree7bcd14b98b9eb134c1634e6bc260cf74fc8c024b
parent551703ed03663258761bc79749edcd01ef0bbc99
[3.14] gh-72507: Document that imaplib does not verify TLS certificates by default (GH-152778) (GH-152863)

IMAP4_SSL() and IMAP4.starttls() do not verify the server certificate or
hostname unless a suitable ssl_context is passed.
(cherry picked from commit f3bf8abb8c0f4cb20bed3dc7d98eca4a2d668709)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Doc/library/imaplib.rst