diff options
author | Fred Drake <fdrake@acm.org> | 2001-05-21 21:23:01 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-05-21 21:23:01 (GMT) |
commit | 1400baa5d675c728acb7e719943a050d9be69131 (patch) | |
tree | e2cd5b588f4a9885c61626682394954991439c69 /Doc | |
parent | febbe33a49600513a1bd1fa287519fa174b392d9 (diff) | |
download | cpython-1400baa5d675c728acb7e719943a050d9be69131.zip cpython-1400baa5d675c728acb7e719943a050d9be69131.tar.gz cpython-1400baa5d675c728acb7e719943a050d9be69131.tar.bz2 |
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!
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libmailbox.tex | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex index a142d48..a65619e 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 |