COMMITS
/ Lib/test/test_imaplib.py January 20, 2026
S
gh-143921: Reject control characters in IMAP commands
Seth Michael Larson committed
October 20, 2025
H
gh-76007: Deprecate `__version__` attribute in `imaplib` (#140299)
Hugo van Kemenade committed
September 29, 2025
G
gh-78319: Fix implementation of IMAP APPEND UTF8 (GH-9436)
Gordon Messmer committed
August 22, 2025
B
gh-136134: imaplib: fix CRAM-MD5 on FIPS-only environments (#136615)
Bénédikt Tran committed
February 7, 2025
F
gh-55454: Add IMAP4 IDLE support to imaplib (#122542)
Forest committed
January 27, 2025
S
gh-119511: Fix a potential denial of service in imaplib (#119514)
Serhiy Storchaka committed
October 8, 2024
S
gh-53203: Improve tests for strptime() (GH-125090)
Serhiy Storchaka committed
June 17, 2024
V
gh-120417: Remove unused imports in tests (part 3) (#120631)
Victor Stinner committed
June 4, 2024
S
gh-120048: Make `test_imaplib` faster (#120050)
Sam Gross committed
March 21, 2024
W
gh-116333: Relax error string text expectations in SSL-related tests (GH-116334)
Will Childs-Klein committed
September 16, 2023
N
gh-108303: Move all certificates to `Lib/test/certdata/` (#109489)
Nikita Sobolev committed
September 6, 2023
V
gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)
Victor Stinner committed
September 5, 2023
S
gh-108416: Mark slow but not CPU bound test methods with requires_resource('walltime') (GH-108480)
Serhiy Storchaka committed
June 23, 2023
E
gh-85136: Remove disabled remote IMAP tests (#106022)
Erlend E. Aasland committed
March 8, 2023
A
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood committed
November 3, 2022
V
gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)
Victor Stinner committed
June 13, 2022
V
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner committed
June 4, 2022
J
March 22, 2022
C
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes committed
January 13, 2022
C
bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)
Christian Heimes committed
April 19, 2021
C
bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25455)
Christian Heimes committed
November 20, 2020
C
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes committed
July 6, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21317)
Hai Shi committed
June 12, 2020
C
bpo-40964: disable remote IMAP tests (GH-20836)
Christian Heimes committed
June 2, 2020
S
bpo-26543: Fix IMAP4.noop when debug mode is enabled (GH-15206)
Sanyam Khurana committed
May 27, 2020
H
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi committed
April 29, 2020
S
bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)
Serhiy Storchaka committed
April 27, 2020
D
bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712)
Dong-hee Na committed
April 25, 2020
S
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka committed
January 7, 2020
D
bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (GH-17203)
Dong-hee Na committed
December 10, 2019
V
bpo-38614: Use default join_thread() timeout in tests (GH-17559)
Victor Stinner committed
V
bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)
Victor Stinner committed
September 25, 2019
C
bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382)
Christian Heimes committed
July 1, 2019
V
Remove unused imports in tests (GH-14518)
Victor Stinner committed
April 15, 2019
V
bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411)
Victor Stinner committed
V
bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834)
Victor Stinner committed
February 12, 2019
August 7, 2018
B
bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)
Berker Peksag committed
January 27, 2018
C
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes committed
September 15, 2017
C
bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)
Christian Heimes committed
September 14, 2017
V
bpo-31234: Add support.join_thread() helper (#3587)
Victor Stinner committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
June 14, 2017
V
bpo-30231: Remove skipped test_imaplib tests (#1419)
Victor Stinner committed
April 27, 2017
V
bpo-30175: Skip client cert tests of test_imaplib (#1320)
Victor Stinner committed
March 27, 2017
V
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner committed
January 12, 2017
V
Issue #25591: Fix test_imaplib if ssl miss
Victor Stinner committed
December 25, 2016
R
Merge: #25591: improve imap tests.
R David Murray committed
R
#25591: improve imap tests.
R David Murray committed