From c4d9fcd6850d94a8a83ae9def952e7c472deaa69 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 6 Aug 2002 21:22:59 +0000 Subject: [PATCH] Added references to the email package. Closes SF bug #586937. --- Doc/lib/libmimetools.tex | 2 ++ Doc/lib/libmultifile.tex | 5 +++++ Doc/lib/librfc822.tex | 2 ++ 3 files changed, 9 insertions(+) diff --git a/Doc/lib/libmimetools.tex b/Doc/lib/libmimetools.tex index ba12d53dcee1..e8d8155ea852 100644 --- a/Doc/lib/libmimetools.tex +++ b/Doc/lib/libmimetools.tex @@ -50,6 +50,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 diff --git a/Doc/lib/libmultifile.tex b/Doc/lib/libmultifile.tex index 2d5bcdc4716e..0594ae780118 100644 --- a/Doc/lib/libmultifile.tex +++ b/Doc/lib/libmultifile.tex @@ -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}} diff --git a/Doc/lib/librfc822.tex b/Doc/lib/librfc822.tex index 2fb7d3e23e4e..a54c7dc96a90 100644 --- a/Doc/lib/librfc822.tex +++ b/Doc/lib/librfc822.tex @@ -124,6 +124,8 @@ 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 -- 2.47.3