COMMITS
/ Lib/imaplib.py May 15, 2017
V
bpo-30329: Catch Windows error 10022 on shutdown() (#1538)
Victor Stinner committed
December 25, 2016
R
Merge: #25591: improve imap tests.
R David Murray committed
R
#25591: improve imap tests.
R David Murray committed
September 10, 2016
C
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Christian Heimes committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
January 2, 2016
R
#21815: violate IMAP RFC to be compatible with, e.g., gmail
R David Murray committed
July 30, 2015
R
Issue #23779: imaplib raises TypeError if authenticator tries to abort.
Robert Collins committed
R
Issue #23779: imaplib raises TypeError if authenticator tries to abort.
Robert Collins committed
May 10, 2015
R
#21800: Add RFC 6855 support to imaplib.
R David Murray committed
March 22, 2015
R
Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.
R David Murray committed
R
#23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.
R David Murray committed
November 23, 2014
B
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
Benjamin Peterson committed
B
merge 3.4 (#22921)
Benjamin Peterson committed
September 9, 2014
S
imaplib.IMAP4 now supports the context manager protocol.
Serhiy Storchaka committed
February 7, 2014
R
#20013: don't raise socket error when selected mailbox deleted.
R David Murray committed
December 2, 2013
C
Issue #19782: imaplib now supports SSLContext.check_hostname and server name
Christian Heimes committed
November 23, 2013
C
Issue #19735: Implement private function ssl._create_stdlib_context() to
Christian Heimes committed
November 20, 2013
C
Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC
Christian Heimes committed
October 27, 2013
G
merge with 3.3
Georg Brandl committed
G
Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit
Georg Brandl committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 28, 2013
R
Improve imap error message in unusual failure mode.
R David Murray committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
March 19, 2013
R
Merge: #17443: Fix buffering in IMAP4_stream.
R David Murray committed
R
Merge: #17443: Fix buffering in IMAP4_stream.
R David Murray committed
R
#17443: Fix buffering in IMAP4_stream.
R David Murray committed
February 19, 2013
R
Merge: #13700: Make imap.authenticate with authobject work.
R David Murray committed
R
Merge: #13700: Make imap.authenticate with authobject work.
R David Murray committed
R
#13700: Make imap.authenticate with authobject work.
R David Murray committed
December 18, 2012
A
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov committed
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
June 23, 2012
A
Issues #11024: Fixes and additional tests for Time2Internaldate.
Alexander Belopolsky committed
April 29, 2012
A
Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
Alexander Belopolsky committed
A
Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
Alexander Belopolsky committed
November 11, 2011
F
Merge 3.2, fix typos.
Florent Xicluna committed
F
Fix few typos.
Florent Xicluna committed
May 24, 2011
C
Issue #1441530: In imaplib, read the data in one chunk to speed up large
Charles-François Natali committed
May 6, 2011
A
Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext
Antoine Pitrou committed
January 29, 2011
A
Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson
Alexander Belopolsky committed
January 19, 2011
A
Issue #10934: Fixed and expanded Internaldate2tuple() and
Alexander Belopolsky committed
January 5, 2011
V
imaplib: IMAP4 constructor closes the socket on error
Victor Stinner committed
November 16, 2010
A
Issue #10429: IMAP.starttls() stored the capabilities as bytes objects,
Antoine Pitrou committed
November 12, 2010
A
Issue #4471: Add the IMAP.starttls() method to enable encryption on
Antoine Pitrou committed
November 10, 2010
A
Followup to r86383: it seems that in some cases (buildbots), the server
Antoine Pitrou committed
A
Forward port r86386 after it fixed the 3.1 buildbot issues
Antoine Pitrou committed
November 9, 2010
A
Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by
Antoine Pitrou committed
A
Fix IMAP.login() to work properly.
Antoine Pitrou committed
August 19, 2010
S
Fix Issue9638 - remove dead code from py3k imaplib
Senthil Kumaran committed
July 31, 2010
G
#5146: handle UID THREAD command correctly.
Georg Brandl committed
December 24, 2009
M
Merged revisions 77041 via svnmerge from
Mark Dickinson committed