summaryrefslogtreecommitdiff
path: root/Lib/imaplib.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23779: imaplib raises TypeError if authenticator tries to abort.Robert Collins2015-07-311-1/+1
* #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.R David Murray2015-03-221-5/+6
* don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-231-4/+2
* #20013: don't raise socket error when selected mailbox deleted.R David Murray2014-02-071-0/+5
* Issue #19782: imaplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-2/+6
* Issue #19735: Implement private function ssl._create_stdlib_context() toChristian Heimes2013-11-231-7/+5
* Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMACChristian Heimes2013-11-201-1/+1
* merge with 3.3Georg Brandl2013-10-271-1/+13
|\
| * Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limitGeorg Brandl2013-10-271-1/+13
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* | Improve imap error message in unusual failure mode.R David Murray2013-06-281-1/+1
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* | Merge: #17443: Fix buffering in IMAP4_stream.R David Murray2013-03-191-0/+3
|\ \ | |/
| * Merge: #17443: Fix buffering in IMAP4_stream.R David Murray2013-03-191-0/+3
| |\
| | * #17443: Fix buffering in IMAP4_stream.R David Murray2013-03-191-0/+2
* | | Merge: #13700: Make imap.authenticate with authobject work.R David Murray2013-02-191-4/+4
|\ \ \ | |/ / |/| |
| * | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-4/+4
* | | Merge: #13700: Make imap.authenticate with authobject work.R David Murray2013-02-191-8/+12
|\ \ \ | |/ / |/| / | |/
| * #13700: Make imap.authenticate with authobject work.R David Murray2013-02-191-8/+12
* | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-32/+46
|\ \ | |/ |/|
| * Issues #11024: Fixes and additional tests for Time2Internaldate.Alexander Belopolsky2012-06-221-19/+26
| * Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result nearAlexander Belopolsky2012-04-291-13/+20
| |\ |/ /
| * Merge 3.2, fix typos.Florent Xicluna2011-11-111-1/+1
| |\
| * | Issue #1441530: In imaplib, read the data in one chunk to speed up largeCharles-François Natali2011-05-241-9/+1
| * | Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContextAntoine Pitrou2011-05-061-4/+19
* | | Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result nearAlexander Belopolsky2012-04-291-13/+3
| |/ |/|
* | Fix few typos.Florent Xicluna2011-11-111-1/+1
|/
* Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe PetersonAlexander Belopolsky2011-01-291-3/+3
* Issue #10934: Fixed and expanded Internaldate2tuple() andAlexander Belopolsky2011-01-191-4/+10
* imaplib: IMAP4 constructor closes the socket on errorVictor Stinner2011-01-051-0/+11
* Issue #10429: IMAP.starttls() stored the capabilities as bytes objects,Antoine Pitrou2010-11-161-11/+11
* Issue #4471: Add the IMAP.starttls() method to enable encryption onAntoine Pitrou2010-11-121-5/+36
* Followup to r86383: it seems that in some cases (buildbots), the serverAntoine Pitrou2010-11-101-3/+9
* Forward port r86386 after it fixed the 3.1 buildbot issuesAntoine Pitrou2010-11-101-3/+6
* Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch byAntoine Pitrou2010-11-091-0/+1
* Fix IMAP.login() to work properly.Antoine Pitrou2010-11-091-3/+3
* Fix Issue9638 - remove dead code from py3k imaplibSenthil Kumaran2010-08-191-15/+0
* #5146: handle UID THREAD command correctly.Georg Brandl2010-07-311-1/+1
* Merged revisions 77041 via svnmerge fromMark Dickinson2009-12-241-1/+1
* Merged revisions 76726-76727 via svnmerge fromR. David Murray2009-12-101-0/+2
* Merged revisions 72662 via svnmerge fromAntoine Pitrou2009-05-151-3/+1
* Issue #1210: Fixed imaplibChristian Heimes2008-11-051-110/+77
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-4/+5
* Merged revisions 61003-61033 via svnmerge fromChristian Heimes2008-02-241-0/+46
* fix bug 1482: IMAP4 SSL isn't workingBill Janssen2008-02-011-50/+5
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-2/+2
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-3/+1
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-66/+72
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-4/+8
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4