| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-13 | 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-22 | 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 |
* | Issue #10934: Fixed and expanded Internaldate2tuple() and | Alexander Belopolsky | 2011-01-19 | 1 | -4/+10 |
* | imaplib: IMAP4 constructor closes the socket on error | Victor Stinner | 2011-01-05 | 1 | -0/+11 |
* | Issue #10429: IMAP.starttls() stored the capabilities as bytes objects, | Antoine Pitrou | 2010-11-16 | 1 | -11/+11 |
* | Issue #4471: Add the IMAP.starttls() method to enable encryption on | Antoine Pitrou | 2010-11-12 | 1 | -5/+36 |
* | Followup to r86383: it seems that in some cases (buildbots), the server | Antoine Pitrou | 2010-11-10 | 1 | -3/+9 |
* | Forward port r86386 after it fixed the 3.1 buildbot issues | Antoine Pitrou | 2010-11-10 | 1 | -3/+6 |
* | Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by | Antoine Pitrou | 2010-11-09 | 1 | -0/+1 |
* | Fix IMAP.login() to work properly. | Antoine Pitrou | 2010-11-09 | 1 | -3/+3 |
* | Fix Issue9638 - remove dead code from py3k imaplib | Senthil Kumaran | 2010-08-19 | 1 | -15/+0 |
* | #5146: handle UID THREAD command correctly. | Georg Brandl | 2010-07-31 | 1 | -1/+1 |
* | Merged revisions 77041 via svnmerge from | Mark Dickinson | 2009-12-24 | 1 | -1/+1 |
* | Merged revisions 76726-76727 via svnmerge from | R. David Murray | 2009-12-10 | 1 | -0/+2 |
* | Merged revisions 72662 via svnmerge from | Antoine Pitrou | 2009-05-15 | 1 | -3/+1 |
* | Issue #1210: Fixed imaplib | Christian Heimes | 2008-11-05 | 1 | -110/+77 |
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -4/+5 |
* | Merged revisions 61003-61033 via svnmerge from | Christian Heimes | 2008-02-24 | 1 | -0/+46 |
* | fix bug 1482: IMAP4 SSL isn't working | Bill Janssen | 2008-02-01 | 1 | -50/+5 |
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 | 1 | -2/+2 |
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 1 | -3/+1 |
* | Merged revisions 57620-57771 via svnmerge from | Thomas Wouters | 2007-08-30 | 1 | -66/+72 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -4/+8 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -4/+4 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -6/+6 |
* | updated __version__ | Piers Lauder | 2005-08-31 | 1 | -1/+1 |
* | changed select() so readonly flag is treated as a boolean | Piers Lauder | 2005-08-31 | 1 | -4/+4 |
* | fixed tag generation to avoid null tags | Piers Lauder | 2005-07-05 | 1 | -2/+2 |