Files
cpython/Lib/test
Miss Islington (bot) f2cd7ef89a [3.15] gh-143921: Narrow the control character check in imaplib commands (GH-153067) (GH-153135)
Only NUL, CR and LF are rejected now.  Other control characters are
valid in quoted strings and can occur in mailbox names returned by
the server, so they are now accepted and sent quoted.
(cherry picked from commit d0921efb66)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-05 15:58:48 +00:00
..