- a7613aa Merge: #25591: improve imap tests. by R David Murray · 8 years ago
- b079c07 #25591: improve imap tests. by R David Murray · 8 years ago
- d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 8 years ago
- 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
- 317f64f #21815: violate IMAP RFC to be compatible with, e.g., gmail by R David Murray · 9 years ago
- 78378e8 Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
- 5ccc18f Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
- a6429db #21800: Add RFC 6855 support to imaplib. by R David Murray · 10 years ago
- 94a6448 Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
- 936da2a #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
- 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
- f9284ae merge 3.4 (#22921) by Benjamin Peterson · 10 years ago
- 38684c3 imaplib.IMAP4 now supports the context manager protocol. by Serhiy Storchaka · 10 years ago
- 95ff723 #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 11 years ago
- 48aae57 Issue #19782: imaplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
- 67986f9 Issue #19735: Implement private function ssl._create_stdlib_context() to by Christian Heimes · 11 years ago
- 634919a Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC by Christian Heimes · 11 years ago
- b89b5df merge with 3.3 by Georg Brandl · 11 years ago
- ca580f4 Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit by Georg Brandl · 11 years ago
- cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
- 3bca8ac Improve imap error message in unusual failure mode. by R David Murray · 11 years ago
- 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
- 660e89b Merge: #17443: Fix buffering in IMAP4_stream. by R David Murray · 12 years ago
- 7889944 Merge: #17443: Fix buffering in IMAP4_stream. by R David Murray · 12 years ago
- fcb6d6a #17443: Fix buffering in IMAP4_stream. by R David Murray · 12 years ago
- 8aa164b3 Merge: #13700: Make imap.authenticate with authobject work. by R David Murray · 12 years ago
- 6cd6f01 Merge: #13700: Make imap.authenticate with authobject work. by R David Murray · 12 years ago
- 774a39f #13700: Make imap.authenticate with authobject work. by R David Murray · 12 years ago
- 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
- 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
- 8141cc7 Issues #11024: Fixes and additional tests for Time2Internaldate. by Alexander Belopolsky · 12 years ago
- 5a38f80 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 13 years ago
- 2420d83 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 13 years ago
- e41f0de Merge 3.2, fix typos. by Florent Xicluna · 13 years ago
- 992d9e0 Fix few typos. by Florent Xicluna · 13 years ago
- 1f4560c Issue #1441530: In imaplib, read the data in one chunk to speed up large by Charles-François Natali · 13 years ago
- 0872816 Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext by Antoine Pitrou · 14 years ago
- 19e0a9e Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson by Alexander Belopolsky · 14 years ago
- 41a99bc Issue #10934: Fixed and expanded Internaldate2tuple() and by Alexander Belopolsky · 14 years ago
- 33e649c imaplib: IMAP4 constructor closes the socket on error by Victor Stinner · 14 years ago
- dbe7519 Issue #10429: IMAP.starttls() stored the capabilities as bytes objects, by Antoine Pitrou · 14 years ago
- f3b001f Issue #4471: Add the IMAP.starttls() method to enable encryption on by Antoine Pitrou · 14 years ago
- 81c87c5 Followup to r86383: it seems that in some cases (buildbots), the server by Antoine Pitrou · 14 years ago
- dac4791 Forward port r86386 after it fixed the 3.1 buildbot issues by Antoine Pitrou · 14 years ago
- d79f3c8 Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by by Antoine Pitrou · 14 years ago
- b1436f1 Fix IMAP.login() to work properly. by Antoine Pitrou · 14 years ago
- f241afa Fix Issue9638 - remove dead code from py3k imaplib by Senthil Kumaran · 14 years ago
- 05245f7 #5146: handle UID THREAD command correctly. by Georg Brandl · 14 years ago
- 8ae535b Merged revisions 77041 via svnmerge from by Mark Dickinson · 15 years ago
- e8dc258 Merged revisions 76726-76727 via svnmerge from by R. David Murray · 15 years ago
- c1d0936 Merged revisions 72662 via svnmerge from by Antoine Pitrou · 15 years ago
- fb5faf0 Issue #1210: Fixed imaplib Patch by Victor Stinner, reviewed by Barry Warsaw. by Christian Heimes · 16 years ago
- fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
- d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 17 years ago
- a771209 fix bug 1482: IMAP4 SSL isn't working by Bill Janssen · 17 years ago
- 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
- 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
- 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- be5615e updated __version__ by Piers Lauder · 19 years ago
- 14f3940 changed select() so readonly flag is treated as a boolean by Piers Lauder · 19 years ago
- 2dfc168 fixed tag generation to avoid null tags by Piers Lauder · 19 years ago
- d80ef02 added GET/SETANNOTATION methods by Piers Lauder · 19 years ago
- 8659d90 Fix bug in InternalDate regexp that failed to allow leading 0 in day - courtesy of Rimon Barr <rimon.barr@cornell.edu> by Piers Lauder · 20 years ago
- c09acfd Fix bug in _checkquote that raised an exception on empty "arg". by Piers Lauder · 20 years ago
- ffdb8bb Use floor division operator. by Raymond Hettinger · 20 years ago
- 6a4e635 Fix typo in getquotaroot parameter reported by Thierry FLORAC. Also amplify doc string for select to indicate proper way to obtain other responses. by Piers Lauder · 20 years ago
- 7b9190b Patch #998149: imaplib deleteacl and myrights. by Martin v. Löwis · 20 years ago
- 0659452 Added IMAP4_stream to __all__ by Piers Lauder · 20 years ago
- c1e32b6 Fixed IMAP4_SSL read bug introduced by patch 956394 by Piers Lauder · 20 years ago
- 8f2b244 Fixed IMAP4_SSL read and readlines code per patch 956394 by Piers Lauder · 20 years ago
- f167dc3 fix name in setacl method doc string by Piers Lauder · 21 years ago
- 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
- d892137 Patch #798297: Add IMAP THREAD command. by Martin v. Löwis · 21 years ago
- b207170 Comment out cap, it was unused. Should all the commented out code be removed? by Neal Norwitz · 21 years ago
- 533366b improved CRLF regex for previous fix by Piers Lauder · 22 years ago
- 47404ff added code to canonicalise line endings in data sent via "append" - fix for bug report 723962 by Piers Lauder · 22 years ago
- 3ae0f7a Replace criterium with criterion. Fixes #705120. by Martin v. Löwis · 22 years ago
- 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
- 41b71b2 Fix NameError in getquotaroot(), sanctioned by Piers. by Guido van Rossum · 22 years ago
- 77c06fb Whitespace normalization. by Tim Peters · 22 years ago
- e0273de added new IMAP4_stream class; added proxyauth command; added login_cram_md5 method by Piers Lauder · 22 years ago
- d8ea2e0 Added missing class to __all__. by Raymond Hettinger · 22 years ago
- c411dba Whitespace normalization. by Tim Peters · 22 years ago
- 46ac8eb Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) by Raymond Hettinger · 22 years ago
- 17031bf fix incorrect size calc. in IMAP4_SSL.read by Piers Lauder · 22 years ago
- 0c09293 Fix IMAP4_SSL read and send methods to take account of short data by Piers Lauder · 22 years ago
- 1ed564a Whitespace normalization (tabs -> spaces) by Neal Norwitz · 22 years ago
- 3fca291 Add IMAP4 QUOTA extension methods by Piers Lauder · 22 years ago
- f97b2d7 open method changed to use arguments and set instance host/port values (instead of __init__) by Piers Lauder · 22 years ago
- 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
- 936654b Replaced boolean test with is None by Raymond Hettinger · 22 years ago
- 863ac44 Whitespace normalization. by Tim Peters · 23 years ago
- 95f8495 fixed missing IMAP4_SSL_PORT by Piers Lauder · 23 years ago
- a4f8313 add SSL class submitted by Tino Lange by Piers Lauder · 23 years ago
- f2d7d15 moved command logging routines into IMAP4 class: thread safe/faster by Piers Lauder · 23 years ago
- e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 23 years ago
- db51920 Time2Internaldate(): Call isinstance() once for each of the type tests by Fred Drake · 23 years ago