mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] gh-136134: imaplib: fix CRAM-MD5 on FIPS-only environments (GH-136615) (#138054)
This commit is contained in:
parent
bfce393614
commit
d574f83206
4 changed files with 49 additions and 31 deletions
|
|
@ -413,6 +413,9 @@ An :class:`IMAP4` instance has the following methods:
|
|||
the password. Will only work if the server ``CAPABILITY`` response includes the
|
||||
phrase ``AUTH=CRAM-MD5``.
|
||||
|
||||
.. versionchanged:: next
|
||||
An :exc:`IMAP4.error` is raised if MD5 support is not available.
|
||||
|
||||
|
||||
.. method:: IMAP4.logout()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue