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 dc71241 commit f41f2bbCopy full SHA for f41f2bb
Doc/library/imaplib.rst
@@ -320,7 +320,7 @@ An :class:`IMAP4` instance has the following methods:
320
The *dur* argument sets a maximum duration (in seconds) to keep idling,
321
after which iteration will stop. It defaults to ``None``, meaning no time
322
limit. Callers wishing to avoid inactivity timeouts on servers that impose
323
- them should keep this <= 29 minutes.
+ them should keep this at most 29 minutes.
324
See the :ref:`warning below <windows-pipe-timeout-warning>` if using
325
:class:`IMAP4_stream` on Windows.
326
0 commit comments