State that Mailbox objects are iterator objects.
This commit is contained in:
parent
72987a4b96
commit
287c4cb43a
|
@ -86,8 +86,8 @@ messages start with the EOOH line and end with a line containing only
|
||||||
|
|
||||||
\subsection{Mailbox Objects \label{mailbox-objects}}
|
\subsection{Mailbox Objects \label{mailbox-objects}}
|
||||||
|
|
||||||
All implementations of Mailbox objects have one externally visible
|
All implementations of Mailbox objects are iterator objects, and so
|
||||||
method:
|
have one externally visible method:
|
||||||
|
|
||||||
\begin{methoddesc}[mailbox]{next}{}
|
\begin{methoddesc}[mailbox]{next}{}
|
||||||
Return the next message in the mailbox, created with the optional
|
Return the next message in the mailbox, created with the optional
|
||||||
|
|
Loading…
Reference in New Issue