]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-66335: Add tests for imaplib command methods (GH-152872) (GH-152873)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 Jul 2026 10:40:07 +0000 (12:40 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2026 10:40:07 +0000 (10:40 +0000)
commitad6b3590cff0011d521a7fb14cbd04f78763903b
tree0c73a5e30cbf22c9eeb284b0e897b4017f369709
parentd13f5b27c8e1af059304c857986eec91de9146c8
[3.15] gh-66335: Add tests for imaplib command methods (GH-152872) (GH-152873)

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