]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-66335: Add tests for imaplib command methods (GH-152872) (GH-152875)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 Jul 2026 10:38:58 +0000 (12:38 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2026 10:38:58 +0000 (10:38 +0000)
commit7258a9e25e93ce15163a8f01d2e4bd261fd8f580
treef584818d6893498c02869c3c96b3741addcdb626
parentcdc1472dfd1c105a827535bdde73126af7eef12a
[3.13] gh-66335: Add tests for imaplib command methods (GH-152872) (GH-152875)

Add coverage tests for the IMAP4 command methods and their UID variants
(SELECT, CREATE, COPY, STORE, FETCH, SEARCH, SORT, THREAD, DELETE,
RENAME, SUBSCRIBE, UNSUBSCRIBE, LIST, STATUS, the ACL and quota
commands, ANNOTATION, PROXYAUTH and ENABLE), plus test helpers
(splitargs, parse_sequence_set, make_simple_handler) and per-command
argument capture in the test server.
(cherry picked from commit a50b089b7c46e3068d9177b5f18ac767a31a18cd)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Lib/test/test_imaplib.py