From: Fred Drake Date: Mon, 21 May 2001 21:23:01 +0000 (+0000) Subject: Add a "See also" section with useful links. More should be added giving X-Git-Tag: v2.2a3~1720 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1400baa5d675c728acb7e719943a050d9be69131;p=thirdparty%2FPython%2Fcpython.git Add a "See also" section with useful links. More should be added giving pointers to information about the other mailbox formats; if anyone can provide the information needed, please let me know! --- diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex index a142d4844fe0..a65619e14ee5 100644 --- a/Doc/lib/libmailbox.tex +++ b/Doc/lib/libmailbox.tex @@ -84,6 +84,21 @@ messages start with the EOOH line and end with a line containing only \end{classdesc} +\begin{seealso} + \seetitle[http://www.qmail.org/man/man5/mbox.html]{mbox - + file containing mail messages}{Description of the + traditional ``mbox'' mailbox format.} + \seetitle[http://www.qmail.org/man/man5/maildir.html]{maildir - + directory for incoming mail messages}{Description of the + ``maildir'' mailbox format.} + \seetitle[http://home.netscape.com/eng/mozilla/2.0/relnotes/demo/content-length.html]{Configuring + Netscape Mail on \UNIX: Why the Content-Length Format is + Bad}{A description of problems with relying on the + Content-Length header for messages stored in mailbox + files.} +\end{seealso} + + \subsection{Mailbox Objects \label{mailbox-objects}} All implementations of Mailbox objects are iterator objects, and so