summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/mimelib.tex29
1 files changed, 29 insertions, 0 deletions
diff --git a/Doc/lib/mimelib.tex b/Doc/lib/mimelib.tex
new file mode 100644
index 0000000..637def6
--- /dev/null
+++ b/Doc/lib/mimelib.tex
@@ -0,0 +1,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}