]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45706: Add imaplib.IMAP4.login_plain (GH-29398)
authorPrzemysław Buczkowski <prem@prem.moe>
Sun, 5 Jul 2026 21:26:44 +0000 (06:26 +0900)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2026 21:26:44 +0000 (21:26 +0000)
commit93b1a886343e4424114541d1c24ae2e01867af95
tree85414a498f735c82ac1e5f5bbeb8eb782eb3d2dc
parentd733b104d53e96584a6881d2772df65ad82573a0
bpo-45706: Add imaplib.IMAP4.login_plain (GH-29398)

Adds authentication using PLAIN SASL mechanism.

This is a plain-text authentication mechanism which can be used
instead of IMAP4.login() when UTF-8 support is required.
Doc/library/imaplib.rst
Doc/whatsnew/3.16.rst
Lib/imaplib.py
Lib/test/test_imaplib.py
Misc/ACKS
Misc/NEWS.d/next/Library/2026-07-05-21-40-00.gh-issue-89869.XG7aHz.rst [new file with mode: 0644]