summaryrefslogtreecommitdiff
path: root/Lib/imaplib.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-4/+4
* 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
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-6/+6
* updated __version__Piers Lauder2005-08-311-1/+1
* changed select() so readonly flag is treated as a booleanPiers Lauder2005-08-311-4/+4
* fixed tag generation to avoid null tagsPiers Lauder2005-07-051-2/+2
* added GET/SETANNOTATION methodsPiers Lauder2005-06-011-9/+36
* Fix bug in InternalDate regexp that failed to allow leading 0 in day - courte...Piers Lauder2005-03-021-1/+1
* Fix bug in _checkquote that raised an exception on empty "arg".Piers Lauder2004-10-081-2/+2
* Use floor division operator.Raymond Hettinger2004-09-271-1/+1
* Fix typo in getquotaroot parameter reported by Thierry FLORAC. Also amplify d...Piers Lauder2004-08-101-3/+5
* Patch #998149: imaplib deleteacl and myrights.Martin v. Löwis2004-07-271-0/+15
* Added IMAP4_stream to __all__Piers Lauder2004-06-021-1/+1
* Fixed IMAP4_SSL read bug introduced by patch 956394Piers Lauder2004-05-201-1/+1
* Fixed IMAP4_SSL read and readlines code per patch 956394Piers Lauder2004-05-201-7/+10
* fix name in setacl method doc stringPiers Lauder2004-03-251-1/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-3/+3
* Patch #798297: Add IMAP THREAD command.Martin v. Löwis2003-11-101-0/+11
* Comment out cap, it was unused.Neal Norwitz2003-06-291-1/+2
* improved CRLF regex for previous fixPiers Lauder2003-04-291-1/+1