]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-72507: Document that imaplib does not verify TLS certificates by default (GH-152778)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 2 Jul 2026 07:19:11 +0000 (10:19 +0300)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2026 07:19:11 +0000 (10:19 +0300)
commitf3bf8abb8c0f4cb20bed3dc7d98eca4a2d668709
treec5d28204bdeb7c7b4db24f6a0ece32123c9f4001
parent50ae0be74988564fb09746a49eb4b8f8e740f3c3
gh-72507: Document that imaplib does not verify TLS certificates by default (GH-152778)

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

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