We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a8509 commit 8d78010Copy full SHA for 8d78010
Doc/library/imaplib.rst
@@ -380,9 +380,10 @@ An :class:`IMAP4` instance has the following methods:
380
381
.. note::
382
383
- The :class:`!Idler` object returned by :meth:`IMAP4.idle` is usable only
384
- within a :keyword:`with` statement. To retrieve unsolicited IMAP
385
- responses outside that context, see :meth:`IMAP4.response`.
+ The iterator returned by :meth:`IMAP4.idle` is usable only within a
+ :keyword:`with` statement. Before or after that context, unsolicited
+ responses are collected internally whenever a command finishes, and can
386
+ be retrieved with :meth:`IMAP4.response`.
387
388
389
0 commit comments