135 Commits (bbfe6c3986dc61eecd592fb3a290fce6c089c4e7)

Author SHA1 Message Date
R David Murray 317f64f048 #21815: violate IMAP RFC to be compatible with, e.g., gmail 11 years ago
Robert Collins 5ccc18f298 Issue #23779: imaplib raises TypeError if authenticator tries to abort. 11 years ago
R David Murray a6429db4b8 #21800: Add RFC 6855 support to imaplib. 11 years ago
R David Murray 936da2a796 #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. 11 years ago
Benjamin Peterson 7243b574e5 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) 12 years ago
Serhiy Storchaka 38684c3663 imaplib.IMAP4 now supports the context manager protocol. 12 years ago
Georg Brandl fd9262cf2a Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit 12 years ago
R David Murray bd3a11ba34 #20013: don't raise socket error when selected mailbox deleted. 13 years ago
R David Murray 95ff7239bd #20013: don't raise socket error when selected mailbox deleted. 13 years ago
Christian Heimes 48aae57996 Issue #19782: imaplib now supports SSLContext.check_hostname and server name 13 years ago
Christian Heimes 67986f9431 Issue #19735: Implement private function ssl._create_stdlib_context() to 13 years ago
Christian Heimes 634919a9fa Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC 13 years ago
Georg Brandl ca580f4ec1 Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit 13 years ago
Brett Cannon cd171c8e92 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) 13 years ago
R David Murray 3bca8ac3d0 Improve imap error message in unusual failure mode. 13 years ago
Brett Cannon 0a140668fa Issue #18200: Update the stdlib (except tests) to use 13 years ago
R David Murray fcb6d6a3b3 #17443: Fix buffering in IMAP4_stream. 14 years ago
R David Murray 774a39f26e #13700: Make imap.authenticate with authobject work. 14 years ago
Andrew Svetlov 0832af6628 Issue #16717: get rid of socket.error, replace with OSError 14 years ago
Alexander Belopolsky 8141cc7f88 Issues #11024: Fixes and additional tests for Time2Internaldate. 14 years ago
Alexander Belopolsky 2420d83158 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near 14 years ago
Florent Xicluna 992d9e081f Fix few typos. 15 years ago
Charles-François Natali 1f4560c872 Issue #1441530: In imaplib, read the data in one chunk to speed up large 15 years ago
Charles-François Natali b94e0cde60 Issue #1441530: In imaplib, use makefile() to wrap the SSL socket to avoid 15 years ago
Antoine Pitrou 0872816dc1 Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext 15 years ago
Ezio Melotti c2077b0d9b #11565: Fix several typos. Patch by Piotr Kasprzyk. 16 years ago
Alexander Belopolsky 87bb6e9b2f Merged revisions 88231 via svnmerge from 16 years ago
Alexander Belopolsky 19e0a9e511 Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson 16 years ago
Alexander Belopolsky 7e8fbd2b7d Merged revisions 88114 via svnmerge from 16 years ago
Alexander Belopolsky 41a99bc20d Issue #10934: Fixed and expanded Internaldate2tuple() and 16 years ago
Victor Stinner 33e649cf6d imaplib: IMAP4 constructor closes the socket on error 16 years ago
Antoine Pitrou dbe7519da9 Issue #10429: IMAP.starttls() stored the capabilities as bytes objects, 16 years ago
Antoine Pitrou f3b001f966 Issue #4471: Add the IMAP.starttls() method to enable encryption on 16 years ago
Antoine Pitrou ae93389e0a Merged revisions 86391 via svnmerge from 16 years ago
Antoine Pitrou 0a69b856d5 Merged revisions 86391 via svnmerge from 16 years ago
Antoine Pitrou 81c87c5e9a Followup to r86383: it seems that in some cases (buildbots), the server 16 years ago
Antoine Pitrou 1d519cde65 Merged revisions 86388 via svnmerge from 16 years ago
Antoine Pitrou dac47914d7 Forward port r86386 after it fixed the 3.1 buildbot issues 16 years ago
Antoine Pitrou e87875bfad Try to fix test_imaplib failure 16 years ago
Antoine Pitrou 7eaa448e59 Merged revisions 86383 via svnmerge from 16 years ago
Antoine Pitrou 5466e920d9 Merged revisions 86383 via svnmerge from 16 years ago
Antoine Pitrou d79f3c8b3a Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by 16 years ago
Antoine Pitrou 7ec819e3a9 Merged revisions 86380 via svnmerge from 16 years ago
Antoine Pitrou b1436f185d Fix IMAP.login() to work properly. 16 years ago
Senthil Kumaran 72994f6df3 Merged revisions 84195 via svnmerge from 16 years ago
Senthil Kumaran f241afaead Fix Issue9638 - remove dead code from py3k imaplib 16 years ago
Georg Brandl 03c1cff576 Merged revisions 83392,83426 via svnmerge from 16 years ago
Georg Brandl e5d518f252 Merged revisions 83370,83372-83374,83384 via svnmerge from 16 years ago
Georg Brandl 004c74d468 Merged revisions 83370,83372-83374,83384 via svnmerge from 16 years ago
Georg Brandl 05245f7487 #5146: handle UID THREAD command correctly. 16 years ago