aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/imaplib.py
Commit message (Expand)AuthorAge
* gh-55454: Add IMAP4 IDLE support to imaplib (#122542)Forest2025-02-06
* gh-119511: Fix a potential denial of service in imaplib (#119514)Serhiy Storchaka2025-01-27
* Remove almost all unpaired backticks in docstrings (#119231)Geoffrey Thomas2024-05-22
* gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)Victor Stinner2022-11-03
* bpo-44045: fix spelling of uppercase vs upper-case (GH-25985)Jürgen Gmach2021-05-28
* bpo-26543: Fix IMAP4.noop when debug mode is enabled (GH-15206)Sanyam Khurana2020-06-02
* bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712)Dong-hee Na2020-04-27
* bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (GH-17203)Dong-hee Na2020-01-07
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-30
* bpo-37390: Add audit event table to documentations (GH-14406)Steve Dower2019-06-27
* bpo-37363: Add audit events for a range of modules (GH-14301)Steve Dower2019-06-24
* bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411)Victor Stinner2019-04-15
* bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268)Pablo Aguiar2018-11-01
* bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)Berker Peksag2018-08-07
* bpo-33336, imaplib: Legalize MOVE command (GH-6569)Matěj Cepl2018-07-23
* bpo-32157: Removed explicit quotes around %r and {!r}. (#4582)Serhiy Storchaka2017-11-28
* bpo-30329: Catch Windows error 10022 on shutdown() (#1538)Victor Stinner2017-05-15
* Merge: #25591: improve imap tests.R David Murray2016-12-24
|\
| * #25591: improve imap tests.R David Murray2016-12-24
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-10
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-08
* | #21815: violate IMAP RFC to be compatible with, e.g., gmailR David Murray2016-01-02
|/
* Issue #23779: imaplib raises TypeError if authenticator tries to abort.Robert Collins2015-07-31
|\
| * Issue #23779: imaplib raises TypeError if authenticator tries to abort.Robert Collins2015-07-31
* | #21800: Add RFC 6855 support to imaplib.R David Murray2015-05-10
* | Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.R David Murray2015-03-22
|\|
| * #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.R David Murray2015-03-22
* | merge 3.4 (#22921)Benjamin Peterson2014-11-23
|\|
| * don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-23
* | imaplib.IMAP4 now supports the context manager protocol.Serhiy Storchaka2014-09-09
|/
* #20013: don't raise socket error when selected mailbox deleted.R David Murray2014-02-07
* Issue #19782: imaplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-02
* Issue #19735: Implement private function ssl._create_stdlib_context() toChristian Heimes2013-11-23
* Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMACChristian Heimes2013-11-20
* merge with 3.3Georg Brandl2013-10-27
|\
| * Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limitGeorg Brandl2013-10-27
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-04
* | Improve imap error message in unusual failure mode.R David Murray2013-06-28
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-13
* | Merge: #17443: Fix buffering in IMAP4_stream.R David Murray2013-03-19
|\|
| * Merge: #17443: Fix buffering in IMAP4_stream.R David Murray2013-03-19
| |\
| | * #17443: Fix buffering in IMAP4_stream.R David Murray2013-03-19
* | | Merge: #13700: Make imap.authenticate with authobject work.R David Murray2013-02-19
|\| |
| * | Merge: #13700: Make imap.authenticate with authobject work.R David Murray2013-02-19
| |\|
| | * #13700: Make imap.authenticate with authobject work.R David Murray2013-02-19
* | | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-18
|/ /
* | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-18
|\|
* | Issues #11024: Fixes and additional tests for Time2Internaldate.Alexander Belopolsky2012-06-22
* | Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result nearAlexander Belopolsky2012-04-29
|\|
| * Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result nearAlexander Belopolsky2012-04-29