summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-10-01 14:38:47 (GMT)
committerFred Drake <fdrake@acm.org>2002-10-01 14:38:47 (GMT)
commitc61617320f1142be0a0d4407c4095f12dcbce209 (patch)
treee374d0538387cb6e4a7644aef6f983d12c72497b /Doc/lib
parent6516e14968a5d55d80737d4f19c9dde219200120 (diff)
downloadcpython-c61617320f1142be0a0d4407c4095f12dcbce209.zip
cpython-c61617320f1142be0a0d4407c4095f12dcbce209.tar.gz
cpython-c61617320f1142be0a0d4407c4095f12dcbce209.tar.bz2
Stub document for the stand-alone email package distribution.
Barry, please add a reasonable abstract!
Diffstat (limited to 'Doc/lib')
-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}