Added references to the email package.
Closes SF bug #586937.
diff --git a/Doc/lib/libmimetools.tex b/Doc/lib/libmimetools.tex
index 28efec0..4397ac4 100644
--- a/Doc/lib/libmimetools.tex
+++ b/Doc/lib/libmimetools.tex
@@ -53,6 +53,8 @@
\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
diff --git a/Doc/lib/libmultifile.tex b/Doc/lib/libmultifile.tex
index 2d5bcdc..0594ae7 100644
--- a/Doc/lib/libmultifile.tex
+++ b/Doc/lib/libmultifile.tex
@@ -34,6 +34,11 @@
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}}
diff --git a/Doc/lib/librfc822.tex b/Doc/lib/librfc822.tex
index 6451b3e..9def859 100644
--- a/Doc/lib/librfc822.tex
+++ b/Doc/lib/librfc822.tex
@@ -124,10 +124,12 @@
\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}