Skip to content
Open
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
6 changes: 6 additions & 0 deletions Doc/library/mailbox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ accessing and manipulating on-disk mailboxes and the messages they contain.
:class:`~email.message.Message` class with format-specific state and behavior.
Supported mailbox formats are Maildir, mbox, MH, Babyl, and MMDF.

.. warning::

The :mod:`!mailbox` module is designed for use in trusted environments,
where data from untrusted sources is never passed to the module's API
calls and only trusted users have access to the filesystems accessible
to the module.

.. seealso::

Expand Down
Loading