summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_imaplib.py
Commit message (Expand)AuthorAgeFilesLines
* gh-108303: Move all certificates to `Lib/test/certdata/` (#109489)Nikita Sobolev2023-09-161-2/+2
* gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)Victor Stinner2023-09-061-0/+1
* gh-108416: Mark slow but not CPU bound test methods with requires_resource('w...Serhiy Storchaka2023-09-051-1/+4
* gh-85136: Remove disabled remote IMAP tests (#106022)Erlend E. Aasland2023-06-231-95/+0
* gh-102515: Remove unused imports in the `Lib/` directory (#102516)Alex Waygood2023-03-081-2/+0
* gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)Victor Stinner2022-11-031-21/+0
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-131-3/+1
* gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (#9...jackh-ncl2022-06-041-0/+1
* bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)Christian Heimes2022-03-221-1/+4
* bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)Christian Heimes2022-01-131-3/+3
* bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25...Christian Heimes2021-04-191-1/+1
* bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)Christian Heimes2020-11-201-1/+1
* bpo-40275: Use new test.support helper submodules in tests (GH-21317)Hai Shi2020-07-061-1/+2
* bpo-40964: disable remote IMAP tests (GH-20836)Christian Heimes2020-06-121-0/+3
* bpo-26543: Fix IMAP4.noop when debug mode is enabled (GH-15206)Sanyam Khurana2020-06-021-0/+14
* bpo-40275: Adding threading_helper submodule in test.support (GH-20263)Hai Shi2020-05-271-20/+21
* bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)Serhiy Storchaka2020-04-291-10/+10
* bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716)Hai Shi2020-04-291-5/+5
* bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712)Dong-hee Na2020-04-271-0/+25
* bpo-40275: Avoid importing socket in test.support (GH-19603)Serhiy Storchaka2020-04-251-3/+4
* bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (GH-17203)Dong-hee Na2020-01-071-0/+23
* bpo-38614: Use default join_thread() timeout in tests (GH-17559)Victor Stinner2019-12-101-1/+1
* bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)Victor Stinner2019-12-101-1/+1
* bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382)Christian Heimes2019-09-251-1/+5
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-1/+0
* bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411)Victor Stinner2019-04-151-4/+4
* bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834)Victor Stinner2019-04-151-8/+2
* bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP po...Matěj Cepl2019-02-121-0/+10
* bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)Berker Peksag2018-08-071-0/+14
* bpo-31399: Let OpenSSL verify hostname and IP address (#3462)Christian Heimes2018-01-271-2/+4
* bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)Christian Heimes2017-09-151-10/+8
* bpo-31234: Add support.join_thread() helper (#3587)Victor Stinner2017-09-141-1/+3
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-4/+1
* bpo-30231: Remove skipped test_imaplib tests (#1419)Victor Stinner2017-06-141-20/+10
* bpo-30175: Skip client cert tests of test_imaplib (#1320)Victor Stinner2017-04-271-0/+6
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-271-1/+0
* Merge 3.5Victor Stinner2017-01-121-1/+1
|\
| * Issue #25591: Fix test_imaplib if ssl missVictor Stinner2017-01-121-1/+1
* | Merge: #25591: improve imap tests.R David Murray2016-12-251-0/+330
|\ \ | |/
| * #25591: improve imap tests.R David Murray2016-12-251-0/+330
* | Issue #28022: Catch another deprecation warning in imaplibChristian Heimes2016-09-111-2/+4
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-101-3/+3
* | #21815: violate IMAP RFC to be compatible with, e.g., gmailR David Murray2016-01-021-0/+49
|/
* Issue #20220: Merge time zone workaround from 3.4 into 3.5Martin Panter2015-11-161-1/+3
|\
| * Issue #20220: Add DST rules to work around glibc quirkMartin Panter2015-11-161-1/+3
* | Issue #23779: imaplib raises TypeError if authenticator tries to abort.Robert Collins2015-07-301-0/+20
|\ \ | |/
| * Issue #23779: imaplib raises TypeError if authenticator tries to abort.Robert Collins2015-07-301-0/+19
* | #21800: Add RFC 6855 support to imaplib.R David Murray2015-05-101-0/+78
* | merge 3.4 (#22921)Benjamin Peterson2014-11-231-4/+0
|\ \ | |/
| * don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-231-4/+0