]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Stub document for the stand-alone email package distribution.
authorFred Drake <fdrake@acm.org>
Tue, 1 Oct 2002 14:38:47 +0000 (14:38 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 1 Oct 2002 14:38:47 +0000 (14:38 +0000)
Barry, please add a reasonable abstract!

Doc/lib/mimelib.tex [new file with mode: 0644]

diff --git a/Doc/lib/mimelib.tex b/Doc/lib/mimelib.tex
new file mode 100644 (file)
index 0000000..637def6
--- /dev/null
@@ -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}