From 1400baa5d675c728acb7e719943a050d9be69131 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 21 May 2001 21:23:01 +0000 Subject: [PATCH] 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! --- Doc/lib/libmailbox.tex | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex index a142d4844f..a65619e14e 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 -- 2.50.0