| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.11] gh-106909: Use role :const: for referencing module constants (GH-10691... | Serhiy Storchaka | 2023-07-21 | 1 | -2/+2 |
|
|
* | gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) | Miss Islington (bot) | 2022-08-02 | 1 | -0/+2 |
|
|
* | bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297) | Yash Shete | 2020-11-16 | 1 | -3/+3 |
|
|
* | bpo-41672: Fix type mismatches in imaplib docs (GH-22207) | Norbert Cyran | 2020-09-12 | 1 | -2/+2 |
|
|
* | bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712) | Dong-hee Na | 2020-04-27 | 1 | -0/+9 |
|
|
* | bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (GH-17203) | Dong-hee Na | 2020-01-07 | 1 | -10/+27 |
|
|
* | bpo-37390: Add audit event table to documentations (GH-14406) | Steve Dower | 2019-06-27 | 1 | -2/+2 |
|
|
* | bpo-37363: Add audit events for a range of modules (GH-14301) | Steve Dower | 2019-06-24 | 1 | -0/+4 |
|
|
* | bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411) | Victor Stinner | 2019-04-15 | 1 | -0/+3 |
|
|
* | bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) | Serhiy Storchaka | 2018-12-19 | 1 | -1/+1 |
|
|
* | Fix "Python" casing in a few places (GH-9001) | Andrés Delfino | 2018-09-14 | 1 | -1/+1 |
|
|
* | bpo-33641: Convert RFC references into links. (GH-7103) | Serhiy Storchaka | 2018-05-31 | 1 | -1/+1 |
|
|
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
|\ |
|
| * | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
|
|
* | | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. | Christian Heimes | 2016-09-10 | 1 | -0/+8 |
|
|
* | | Merge Issue #22558. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+2 |
|
|
* | | Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|
|
* | | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
|
|
* | | #21815: Make the doc change match what I actually did. | R David Murray | 2016-01-02 | 1 | -2/+2 |
|
|
* | | #21815: violate IMAP RFC to be compatible with, e.g., gmail | R David Murray | 2016-01-02 | 1 | -0/+11 |
|/ |
|
* | #21800: Add RFC 6855 support to imaplib. | R David Murray | 2015-05-10 | 1 | -2/+28 |
|
|
* | imaplib.IMAP4 now supports the context manager protocol. | Serhiy Storchaka | 2014-09-09 | 1 | -0/+13 |
|
|
* | Fix a few scoping issues with versionadded/versionchanged directives. | Georg Brandl | 2014-03-24 | 1 | -0/+1 |
|
|
* | Issue #20913: improve the SSL security considerations to first advocate using... | Antoine Pitrou | 2014-03-22 | 1 | -12/+17 |
|
|
* | Issue #19782: imaplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -0/+8 |
|
|
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -2/+3 |
|
|
* | Merge: #13700: Make imap.authenticate with authobject work. | R David Murray | 2013-02-19 | 1 | -3/+4 |
|\ |
|
| * | #13700: Make imap.authenticate with authobject work. | R David Murray | 2013-02-19 | 1 | -3/+4 |
|
|
* | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Issues #11024: Fixes and additional tests for Time2Internaldate. | Alexander Belopolsky | 2012-06-23 | 1 | -7/+9 |
|
|
* | | Merge 3.2, doc typos. | Florent Xicluna | 2011-11-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Few typos in the documentation. | Florent Xicluna | 2011-11-11 | 1 | -1/+1 |
|
|
* | | Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext | Antoine Pitrou | 2011-05-06 | 1 | -2/+9 |
|/ |
|
* | Clarify that IMAP4() implicitly calls open(), and that logout() implicitly ca... | Antoine Pitrou | 2011-02-07 | 1 | -3/+5 |
|
|
* | More source links | Raymond Hettinger | 2011-01-27 | 1 | -0/+4 |
|
|
* | Issue #10934: Fixed and expanded Internaldate2tuple() and | Alexander Belopolsky | 2011-01-19 | 1 | -6/+10 |
|
|
* | Issue #4471: Add the IMAP.starttls() method to enable encryption on | Antoine Pitrou | 2010-11-12 | 1 | -0/+11 |
|
|
* | Convert all "i" docs to new style optional args. | Georg Brandl | 2009-06-01 | 1 | -6/+6 |
|
|
* | Issue #1210: Fixed imaplib | Christian Heimes | 2008-11-05 | 1 | -8/+1 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -1/+1 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -9/+4 |
|
|
* | Convert all print statements in the docs. | Georg Brandl | 2007-09-04 | 1 | -1/+1 |
|
|
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -23/+0 |
|
|
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+540 |
|
|