File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ \section{\module{mimetools} ---
44\declaremodule {standard}{mimetools}
55\modulesynopsis {Tools for parsing MIME-style message bodies.}
66
7+ \deprecated {2.3}{The \refmodule {email} package should be used in
8+ preference to the \module {mimetools} module. This
9+ module is present only to maintain backward
10+ compatibility.}
711
812This module defines a subclass of the
913\refmodule {rfc822}\refstmodindex {rfc822} module's
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ \section{\module{MimeWriter} ---
66\modulesynopsis {Generic MIME file writer.}
77\sectionauthor {Christopher G. Petrilli}{
[email protected] }
88
9+ \deprecated {2.3}{The \refmodule {email} package should be used in
10+ preference to the \module {MimeWriter} module. This
11+ module is present only to maintain backward
12+ compatibility.}
13+
914This module defines the class \class {MimeWriter}. The
1015\class {MimeWriter} class implements a basic formatter for creating
1116MIME multi-part files. It doesn't seek around the output file nor
Original file line number Diff line number Diff line change @@ -4,8 +4,12 @@ \section{\module{mimify} ---
44\declaremodule {standard}{mimify}
55\modulesynopsis {Mimification and unmimification of mail messages.}
66
7+ \deprecated {2.3}{The \refmodule {email} package should be used in
8+ preference to the \module {mimify} module. This
9+ module is present only to maintain backward
10+ compatibility.}
711
8- The mimify module defines two functions to convert mail messages to
12+ The \module { mimify} module defines two functions to convert mail messages to
913and from MIME format. The mail message can be either a simple message
1014or a so-called multipart message. Each part is treated separately.
1115Mimifying (a part of) a message entails encoding the message as
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ \section{\module{rfc822} ---
44\declaremodule {standard}{rfc822}
55\modulesynopsis {Parse \rfc {2822} style mail messages.}
66
7+ \deprecated {2.3}{The \refmodule {email} package should be used in
8+ preference to the \module {rfc822} module. This
9+ module is present only to maintain backward
10+ compatibility.}
11+
712This module defines a class, \class {Message}, which represents an
813`` email message'' as defined by the Internet standard
914\rfc {2822}.\footnote {This module originally conformed to \rfc {822},
You can’t perform that action at this time.
0 commit comments