Added references to the email package.

Closes SF bug #586937.
This commit is contained in:
Fred Drake 2002-08-06 21:26:01 +00:00
parent e06741704e
commit 2d3c03df9a
3 changed files with 11 additions and 2 deletions

View File

@ -53,6 +53,8 @@ open file \var{output}. The block size is currently fixed at 8192.
\begin{seealso}
\seemodule{email}{Comprehensive email handling package; supercedes
the \module{mimetools} module.}
\seemodule{rfc822}{Provides the base class for
\class{mimetools.Message}.}
\seemodule{multifile}{Support for reading files which contain

View File

@ -34,6 +34,11 @@ end-markers. MultiFile is designed to support parsing of
messages that may have multiple nested message parts, each with its
own pattern for section-divider and end-marker lines.
\begin{seealso}
\seemodule{email}{Comprehensive email handling package; supercedes
the \module{multifile} module.}
\end{seealso}
\subsection{MultiFile Objects \label{MultiFile-objects}}

View File

@ -124,10 +124,12 @@ switch dates. Not enough to worry about for common use.
\begin{seealso}
\seemodule{email}{Comprehensive email handling package; supercedes
the \module{rfc822} module.}
\seemodule{mailbox}{Classes to read various mailbox formats produced
by end-user mail programs.}
\seemodule{mimetools}{Subclass of rfc.Message that handles MIME encoded
messages.}
\seemodule{mimetools}{Subclass of \class{rfc822.Message} that
handles MIME encoded messages.}
\end{seealso}