Commit 0d36e46e authored by Fred Drake's avatar Fred Drake

Where rfc822.Message is mentioned, add a link to the rfc822 module.

parent f4e2f02b
...@@ -44,9 +44,10 @@ All implementations of Mailbox objects have one externally visible ...@@ -44,9 +44,10 @@ All implementations of Mailbox objects have one externally visible
method: method:
\begin{methoddesc}[mailbox]{next}{} \begin{methoddesc}[mailbox]{next}{}
Return the next message in the mailbox, as a \class{rfc822.Message} object. Return the next message in the mailbox, as a \class{rfc822.Message}
Depending on the mailbox implementation the \var{fp} attribute of this object (see the \refmodule{rfc822} module). Depending on the mailbox
object may be a true file object or a class instance simulating a file object, implementation the \var{fp} attribute of this object may be a true
taking care of things like message boundaries if multiple mail messages are file object or a class instance simulating a file object, taking care
of things like message boundaries if multiple mail messages are
contained in a single file, etc. contained in a single file, etc.
\end{methoddesc} \end{methoddesc}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment