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 92d7ce7 commit 171ebf1Copy full SHA for 171ebf1
Doc/library/imaplib.rst
@@ -324,7 +324,7 @@ An :class:`IMAP4` instance has the following methods:
324
after which any ongoing iteration will stop. It defaults to ``None``,
325
meaning no time limit, but can also be an :class:`int` or :class:`float`.
326
Callers wishing to avoid inactivity timeouts on servers that impose them
327
- should keep this at most 29 minutes.
+ should keep this at most 29 minutes (1740 seconds).
328
See the :ref:`warning below <windows-pipe-timeout-warning>` if using
329
:class:`IMAP4_stream` on Windows.
330
0 commit comments