summaryrefslogtreecommitdiff
path: root/Lib/imaplib.py
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268). (...Serhiy Storchaka2018-11-011-1/+1
* bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)Miss Islington (bot)2018-08-071-1/+5
* bpo-33336, imaplib: Legalize MOVE command (GH-6569) (GH-8409)Miss Islington (bot)2018-07-231-0/+1
* bpo-32157: Removed explicit quotes around %r and {!r}. (#4582)Serhiy Storchaka2017-11-281-1/+1
* bpo-30329: Catch Windows error 10022 on shutdown() (#1538)Victor Stinner2017-05-151-3/+6
* Merge: #25591: improve imap tests.R David Murray2016-12-241-1/+1
|\
| * #25591: improve imap tests.R David Murray2016-12-241-1/+1
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-101-1/+4
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-2/+2
* | #21815: violate IMAP RFC to be compatible with, e.g., gmailR David Murray2016-01-021-1/+9
|/
* Issue #23779: imaplib raises TypeError if authenticator tries to abort.Robert Collins2015-07-311-1/+1
|\
| * Issue #23779: imaplib raises TypeError if authenticator tries to abort.Robert Collins2015-07-311-1/+1
* | #21800: Add RFC 6855 support to imaplib.R David Murray2015-05-101-19/+58
* | Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.R David Murray2015-03-221-5/+6
|\ \ | |/
| * #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.R David Murray2015-03-221-5/+6
* | merge 3.4 (#22921)Benjamin Peterson2014-11-231-4/+2
|\ \ | |/
| * don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-231-4/+2
* | imaplib.IMAP4 now supports the context manager protocol.Serhiy Storchaka2014-09-091-0/+8
|/
* #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-8/+12
|\ \ \ | |/ /
| * | 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 #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-1/+1
|\ \ | |/
* | 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/+3
|\ \ | |/
| * Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result nearAlexander Belopolsky2012-04-291-13/+3
* | Merge 3.2, fix typos.Florent Xicluna2011-11-111-1/+1
|\ \ | |/
| * Fix few 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 #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