]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-66335: Add tests for imaplib command methods (GH-152872) (GH-152874)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 Jul 2026 10:42:16 +0000 (12:42 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2026 10:42:16 +0000 (10:42 +0000)
commite112e472542ff0ae704722eec7b20f7f709d03e9
tree35dd1cc0f8984fe9291c94f8029cb44c226d1067
parent74c8d5ce0f7ba5eb0f9d299f30ac7c6468a59ef5
[3.14] gh-66335: Add tests for imaplib command methods (GH-152872) (GH-152874)

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