COMMITS
/ Doc/library/imaplib.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
August 22, 2025
B
gh-136134: imaplib: fix CRAM-MD5 on FIPS-only environments (#136615)
Bénédikt Tran committed
February 11, 2025
H
Python 3.14.0a5
Hugo van Kemenade committed
February 7, 2025
F
gh-55454: Add IMAP4 IDLE support to imaplib (#122542)
Forest committed
May 8, 2024
S
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka committed
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
March 24, 2024
L
gh-101760: Improve the imaplib.IMAP4 example (#101764)
LilKS committed
January 26, 2024
N
Docs: 'still' is a better word than 'nonetheless' (#114598)
Ned Batchelder committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed
June 6, 2023
V
gh-94172: Update keyfile removal documentation (#105392)
Victor Stinner committed
December 28, 2022
H
gh-94172: Update docs for params removed in 3.12 (#100431)
Hugo van Kemenade committed
December 20, 2022
August 2, 2022
C
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes committed
November 16, 2020
Y
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
Yash Shete committed
September 12, 2020
N
bpo-41672: Fix type mismatches in imaplib docs (GH-22207)
Norbert Cyran committed
April 27, 2020
D
bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712)
Dong-hee Na committed
January 7, 2020
D
bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (GH-17203)
Dong-hee Na committed
June 27, 2019
S
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower committed
June 24, 2019
S
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower committed
April 15, 2019
V
bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411)
Victor Stinner committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
September 14, 2018
A
Fix "Python" casing in a few places (GH-9001)
Andrés Delfino committed
May 31, 2018
S
bpo-33641: Convert RFC references into links. (GH-7103)
Serhiy Storchaka committed
October 19, 2016
S
Issue #19795: Mark up None as literal text.
Serhiy Storchaka committed
S
Issue #19795: Mark up None as literal text.
Serhiy Storchaka committed
September 10, 2016
C
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Christian Heimes committed
June 11, 2016
T
Merge Issue #22558.
Terry Jan Reedy committed
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 26, 2016
M
Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä
Martin Panter committed
May 7, 2016
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
January 2, 2016
R
#21815: Make the doc change match what I actually did.
R David Murray committed
R
#21815: violate IMAP RFC to be compatible with, e.g., gmail
R David Murray committed
May 10, 2015
R
#21800: Add RFC 6855 support to imaplib.
R David Murray committed
September 9, 2014
S
imaplib.IMAP4 now supports the context manager protocol.
Serhiy Storchaka committed
March 24, 2014
G
Fix a few scoping issues with versionadded/versionchanged directives.
Georg Brandl committed
March 22, 2014
A
December 2, 2013
C
Issue #19782: imaplib now supports SSLContext.check_hostname and server name
Christian Heimes committed
October 13, 2013
S
Issue #18758: Fixed and improved cross-references.
Serhiy Storchaka committed
February 19, 2013
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 #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
November 11, 2011
F
Merge 3.2, doc typos.
Florent Xicluna committed
F
Few typos in the documentation.
Florent Xicluna committed
May 6, 2011
A
Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext
Antoine Pitrou committed
February 7, 2011
A
Clarify that IMAP4() implicitly calls open(), and that logout() implicitly calls shutdown().
Antoine Pitrou committed
January 27, 2011
R
More source links
Raymond Hettinger committed