Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Doc/library/imaplib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -730,3 +730,10 @@ retrieves and prints all messages::
M.close()
M.logout()

.. note::

A ``FETCH`` response may contain additional or unsolicited data
(see :rfc:`3501`, section 7.4.2),
so production code should inspect the whole response
rather than rely on ``data[0][1]``.

Loading