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

Skip to content

Commit 90e6878

Browse files
committed
Markup adjustments.
1 parent d443d8c commit 90e6878

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Doc/lib/email.tex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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}}
182183
method names are more consistent, and some methods or modules have
183184
either been added or removed. The semantics of some of the methods
184185
have 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,
186187
albeit often in a different way.
187188

188189
Here 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
190191
how to port your applications.
191192

192193
Of 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
194195
addition, the top-level package has the following differences:
195196

196197
\begin{itemize}
@@ -249,7 +250,7 @@ \subsection{Differences from \module{mimelib}}
249250
a \class{Message} instance containing separate \class{Message}
250251
subparts for each header block in the delivery status
251252
notification\footnote{Delivery Status Notifications (DSN) are defined
252-
in \rfc{1894}}.
253+
in \rfc{1894}.}.
253254

254255
The \class{Generator} class has no differences in its public
255256
interface. There is a new class in the \refmodule{email.Generator}

0 commit comments

Comments
 (0)