Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d3c03d

Browse files
committed
Added references to the email package.
Closes SF bug #586937.
1 parent e067417 commit 2d3c03d

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

Doc/lib/libmimetools.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ \section{\module{mimetools} ---
5353

5454

5555
\begin{seealso}
56+
\seemodule{email}{Comprehensive email handling package; supercedes
57+
the \module{mimetools} module.}
5658
\seemodule{rfc822}{Provides the base class for
5759
\class{mimetools.Message}.}
5860
\seemodule{multifile}{Support for reading files which contain

Doc/lib/libmultifile.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ \section{\module{multifile} ---
3434
messages that may have multiple nested message parts, each with its
3535
own pattern for section-divider and end-marker lines.
3636

37+
\begin{seealso}
38+
\seemodule{email}{Comprehensive email handling package; supercedes
39+
the \module{multifile} module.}
40+
\end{seealso}
41+
3742

3843
\subsection{MultiFile Objects \label{MultiFile-objects}}
3944

Doc/lib/librfc822.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,12 @@ \section{\module{rfc822} ---
124124

125125

126126
\begin{seealso}
127+
\seemodule{email}{Comprehensive email handling package; supercedes
128+
the \module{rfc822} module.}
127129
\seemodule{mailbox}{Classes to read various mailbox formats produced
128130
by end-user mail programs.}
129-
\seemodule{mimetools}{Subclass of rfc.Message that handles MIME encoded
130-
messages.}
131+
\seemodule{mimetools}{Subclass of \class{rfc822.Message} that
132+
handles MIME encoded messages.}
131133
\end{seealso}
132134

133135

0 commit comments

Comments
 (0)