]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-66335: Add tests for imaplib command methods (GH-152872)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 2 Jul 2026 10:14:44 +0000 (13:14 +0300)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2026 10:14:44 +0000 (10:14 +0000)
commita50b089b7c46e3068d9177b5f18ac767a31a18cd
tree2b9ef16187e067aad03d0555fa326300d5f26c36
parentf8514dccaca4acb84ba02188c3e433a9d6989c13
gh-66335: Add tests for imaplib command methods (GH-152872)

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.

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