]> granicus.if.org Git - python/commitdiff
Added descriptions for BabylMailbox and Maildir (Qmail) mailbox
authorFred Drake <fdrake@acm.org>
Sat, 20 Feb 1999 05:04:59 +0000 (05:04 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 20 Feb 1999 05:04:59 +0000 (05:04 +0000)
objects.

Doc/lib/libmailbox.tex

index 8110291fdc9d5ad98f19d88171d5ea2eeb12a88a..3eeffb9ebfa933f3d6b3a8099c4b2ffb7d891b18 100644 (file)
@@ -1,11 +1,10 @@
 \section{\module{mailbox} ---
-         Read various mailbox formats.}
-\declaremodule{standard}{mailbox}
+         Read various mailbox formats}
 
+\declaremodule{standard}{mailbox}
 \modulesynopsis{Read various mailbox formats.}
 
 
-
 This module defines a number of classes that allow easy and uniform
 access to mail messages in a (\UNIX{}) mailbox.
 
@@ -27,8 +26,19 @@ file with a numeric name.
 The name of the mailbox directory is passed in \var{dirname}.
 \end{classdesc}
 
-\subsection{Mailbox Objects}
-\label{mailbox-objects}
+\begin{classdesc}{Maildir}{dirname}
+Access a Qmail mail directory.  All new and current mail for the
+mailbox specified by \var{dirname} is made available.
+\end{classdesc}
+
+\begin{classdesc}{BabylMailbox}{fp}
+Access a Babyl mailbox, which is similar to an MMDF mailbox.  Mail
+messages start with \code{'*** EOOH ***\n'} and end with
+\code{'\037\014\n'}.
+\end{classdesc}
+
+
+\subsection{Mailbox Objects \label{mailbox-objects}}
 
 All implementations of Mailbox objects have one externally visible
 method: