summaryrefslogtreecommitdiffstats
path: root/Doc/lib/mimelib.tex
blob: 637def6905a48625bbbbdcb6e8e2e723aa6e7360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\documentclass{howto}

\title{email Package Reference}
\author{Barry Warsaw}
\authoraddress{\email{barry@zope.com}}

\date{\today}
\release{2.4}			% software release, not documentation
\setreleaseinfo{}		% empty for final release
\setshortversion{2.4}		% major.minor only for software

\begin{document}

\maketitle

\begin{abstract}
  The \module{email} package can be used to handle email.
\end{abstract}

% The ugly "%begin{latexonly}" pseudo-environment supresses the table
% of contents for HTML generation.
%
%begin{latexonly}
\tableofcontents
%end{latexonly}

\input{email}

\end{document}