@@ -8,6 +8,7 @@ \section{\module{email} ---
88\modulesynopsis {Package supporting the parsing, manipulating, and
99 generating email messages, including MIME documents.}
1010\moduleauthor {Barry A. Warsaw}{
[email protected] }
11+ \sectionauthor {Barry A. Warsaw}{
[email protected] }
1112
1213\versionadded {2.2}
1314
@@ -182,15 +183,15 @@ \subsection{Differences from \module{mimelib}}
182183method names are more consistent, and some methods or modules have
183184either been added or removed. The semantics of some of the methods
184185have also changed. For the most part, any functionality available in
185- \module {mimelib} is still available in the \module {email} package,
186+ \module {mimelib} is still available in the \refmodule {email} package,
186187albeit often in a different way.
187188
188189Here is a brief description of the differences between the
189- \module {mimelib} and the \module {email} packages, along with hints on
190+ \module {mimelib} and the \refmodule {email} packages, along with hints on
190191how to port your applications.
191192
192193Of course, the most visible difference between the two packages is
193- that the package name has been changed to \module {email}. In
194+ that the package name has been changed to \refmodule {email}. In
194195addition, the top-level package has the following differences:
195196
196197\begin {itemize }
@@ -249,7 +250,7 @@ \subsection{Differences from \module{mimelib}}
249250a \class {Message} instance containing separate \class {Message}
250251subparts for each header block in the delivery status
251252notification\footnote {Delivery Status Notifications (DSN) are defined
252- in \rfc {1894}}.
253+ in \rfc {1894}. }.
253254
254255The \class {Generator} class has no differences in its public
255256interface. There is a new class in the \refmodule {email.Generator}
0 commit comments