| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-26543: Fix IMAP4.noop when debug mode is enabled (GH-15206) | Sanyam Khurana | 2020-06-02 | 1 | -7/+6 |
|
|
* | bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712) | Dong-hee Na | 2020-04-27 | 1 | -0/+17 |
|
|
* | bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (GH-17203) | Dong-hee Na | 2020-01-07 | 1 | -15/+25 |
|
|
* | Fix typos in comments, docs and test names (#15018) | Min ho Kim | 2019-07-30 | 1 | -1/+1 |
|
|
* | bpo-37390: Add audit event table to documentations (GH-14406) | Steve Dower | 2019-06-27 | 1 | -2/+2 |
|
|
* | bpo-37363: Add audit events for a range of modules (GH-14301) | Steve Dower | 2019-06-24 | 1 | -0/+2 |
|
|
* | bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411) | Victor Stinner | 2019-04-15 | 1 | -9/+16 |
|
|
* | bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268) | Pablo Aguiar | 2018-11-01 | 1 | -1/+1 |
|
|
* | bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634) | Berker Peksag | 2018-08-07 | 1 | -1/+5 |
|
|
* | bpo-33336, imaplib: Legalize MOVE command (GH-6569) | Matěj Cepl | 2018-07-23 | 1 | -0/+1 |
|
|
* | bpo-32157: Removed explicit quotes around %r and {!r}. (#4582) | Serhiy Storchaka | 2017-11-28 | 1 | -1/+1 |
|
|
* | bpo-30329: Catch Windows error 10022 on shutdown() (#1538) | Victor Stinner | 2017-05-15 | 1 | -3/+6 |
|
|
* | Merge: #25591: improve imap tests. | R David Murray | 2016-12-25 | 1 | -1/+1 |
|\ |
|
| * | #25591: improve imap tests. | R David Murray | 2016-12-25 | 1 | -1/+1 |
|
|
* | | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. | Christian Heimes | 2016-09-10 | 1 | -1/+4 |
|
|
* | | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 1 | -2/+2 |
|
|
* | | #21815: violate IMAP RFC to be compatible with, e.g., gmail | R David Murray | 2016-01-02 | 1 | -1/+9 |
|/ |
|
* | Issue #23779: imaplib raises TypeError if authenticator tries to abort. | Robert Collins | 2015-07-30 | 1 | -1/+1 |
|\ |
|
| * | Issue #23779: imaplib raises TypeError if authenticator tries to abort. | Robert Collins | 2015-07-30 | 1 | -1/+1 |
|
|
* | | #21800: Add RFC 6855 support to imaplib. | R David Murray | 2015-05-10 | 1 | -19/+58 |
|
|
* | | Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. | R David Murray | 2015-03-22 | 1 | -5/+6 |
|\ \
| |/ |
|
| * | #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. | R David Murray | 2015-03-22 | 1 | -5/+6 |
|
|
* | | merge 3.4 (#22921) | Benjamin Peterson | 2014-11-23 | 1 | -4/+2 |
|\ \
| |/ |
|
| * | don't require OpenSSL SNI to pass hostname to ssl functions (#22921) | Benjamin Peterson | 2014-11-23 | 1 | -4/+2 |
|
|
* | | imaplib.IMAP4 now supports the context manager protocol. | Serhiy Storchaka | 2014-09-09 | 1 | -0/+8 |
|/ |
|
* | #20013: don't raise socket error when selected mailbox deleted. | R David Murray | 2014-02-07 | 1 | -0/+5 |
|
|
* | Issue #19782: imaplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -2/+6 |
|
|
* | Issue #19735: Implement private function ssl._create_stdlib_context() to | Christian Heimes | 2013-11-23 | 1 | -7/+5 |
|
|
* | Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC | Christian Heimes | 2013-11-20 | 1 | -1/+1 |
|
|
* | merge with 3.3 | Georg Brandl | 2013-10-27 | 1 | -1/+13 |
|\ |
|
| * | Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit | Georg Brandl | 2013-10-27 | 1 | -1/+13 |
|
|
* | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
|
|
* | | Improve imap error message in unusual failure mode. | R David Murray | 2013-06-28 | 1 | -1/+1 |
|
|
* | | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -1/+1 |
|
|
* | | Merge: #17443: Fix buffering in IMAP4_stream. | R David Murray | 2013-03-19 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Merge: #17443: Fix buffering in IMAP4_stream. | R David Murray | 2013-03-19 | 1 | -0/+3 |
| |\ |
|
| | * | #17443: Fix buffering in IMAP4_stream. | R David Murray | 2013-03-19 | 1 | -0/+2 |
|
|
* | | | Merge: #13700: Make imap.authenticate with authobject work. | R David Murray | 2013-02-19 | 1 | -8/+12 |
|\ \ \
| |/ / |
|
| * | | Merge: #13700: Make imap.authenticate with authobject work. | R David Murray | 2013-02-19 | 1 | -8/+12 |
| |\ \
| | |/ |
|
| | * | #13700: Make imap.authenticate with authobject work. | R David Murray | 2013-02-19 | 1 | -8/+12 |
|
|
* | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -4/+4 |
|/ / |
|
* | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Issues #11024: Fixes and additional tests for Time2Internaldate. | Alexander Belopolsky | 2012-06-23 | 1 | -19/+26 |
|
|
* | | Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near | Alexander Belopolsky | 2012-04-29 | 1 | -13/+3 |
|\ \
| |/ |
|
| * | Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near | Alexander Belopolsky | 2012-04-29 | 1 | -13/+3 |
|
|
* | | Merge 3.2, fix typos. | Florent Xicluna | 2011-11-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix few typos. | Florent Xicluna | 2011-11-11 | 1 | -1/+1 |
|
|
* | | Issue #1441530: In imaplib, read the data in one chunk to speed up large | Charles-François Natali | 2011-05-24 | 1 | -9/+1 |
|
|
* | | Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext | Antoine Pitrou | 2011-05-06 | 1 | -4/+19 |
|/ |
|
* | Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson | Alexander Belopolsky | 2011-01-29 | 1 | -3/+3 |
|
|