File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010.. changes for IMAP4_SSL by Tino Lange <Tino.Lange@isg.de>, March 2002
1111.. changes for IMAP4_stream by Piers Lauder <piers@communitysolutions.com.au>,
1212 November 2002
13- .. changes for IDLE by Forest <forestix@nom.one> August 2024
13+ .. changes for IMAP4 IDLE by Forest <forestix@nom.one> August 2024
1414
1515 **Source code: ** :source: `Lib/imaplib.py `
1616
@@ -310,7 +310,7 @@ An :class:`IMAP4` instance has the following methods:
310310
311311.. method :: IMAP4.idle(dur=None)
312312
313- Return an :class: `!Idler `: an iterable context manager implementing the ``IDLE ``
313+ Return an :class: `!Idler `: an iterable context manager implementing the IMAP4 ``IDLE ``
314314 command as defined in :rfc: `2177 `.
315315
316316 The context manager sends the ``IDLE `` command when activated by the
Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ inspect
406406imaplib
407407-------
408408
409- * Add :meth: `~imaplib.IMAP4.idle `, implementing the ``IDLE `` command
409+ * Add :meth: `~imaplib.IMAP4.idle `, implementing the IMAP4 ``IDLE `` command
410410 as defined in :rfc: `2177 `. (Contributed by Forest in :gh: `55454 `.)
411411
412412json
You can’t perform that action at this time.
0 commit comments