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

Skip to content

Commit 35784df

Browse files
committed
Skip Montanaro <[email protected]>:
The intent is that this diff adds a link to the rfc822 module doc and an index reference to this module under the rfc822 heading. Fred, based on a suggestion from Grant Griffin <[email protected]>: Added link to the MIME FAQ, so people can more easily get more information about the subject of the module.
1 parent 51313f1 commit 35784df

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

Doc/lib/libmimetools.tex

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ \section{\module{mimetools} ---
55
\modulesynopsis{Tools for parsing MIME-style message bodies.}
66

77

8-
This module defines a subclass of the \class{rfc822.Message} class and
9-
a number of utility functions that are useful for the manipulation for
10-
MIME multipart or encoded message.
8+
This module defines a subclass of the
9+
\refmodule{rfc822}\refstmodindex{rfc822} module's
10+
\class{Message} class and a number of utility functions that are
11+
useful for the manipulation for MIME multipart or encoded message.
1112

1213
It defines the following items:
1314

@@ -53,6 +54,10 @@ \section{\module{mimetools} ---
5354
\class{mimetools.Message}.}
5455
\seemodule{multifile}{Support for reading files which contain
5556
distinct parts, such as MIME data.}
57+
\seeurl{http://www.cs.uu.nl/wais/html/na-dir/mail/mime-faq/.html}{
58+
The MIME Frequently Asked Questions document. For an
59+
overview of MIME, see the answer to question 1.1 in Part 1
60+
of this document.}
5661
\end{seealso}
5762

5863

0 commit comments

Comments
 (0)