diff options
author | Barry Warsaw <barry@python.org> | 2002-10-01 15:29:09 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2002-10-01 15:29:09 (GMT) |
commit | dd868d32e0f1d947e40bb050a4be99892d62c4ea (patch) | |
tree | 1c08162adbd6ec03968a6ce8c2658f9adb4c1424 /Doc/lib/emailgenerator.tex | |
parent | 73ec98357ed11a5afb1ec403cd57089e5be39973 (diff) | |
download | cpython-dd868d32e0f1d947e40bb050a4be99892d62c4ea.zip cpython-dd868d32e0f1d947e40bb050a4be99892d62c4ea.tar.gz cpython-dd868d32e0f1d947e40bb050a4be99892d62c4ea.tar.bz2 |
nits
Diffstat (limited to 'Doc/lib/emailgenerator.tex')
-rw-r--r-- | Doc/lib/emailgenerator.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/emailgenerator.tex b/Doc/lib/emailgenerator.tex index 01c12d0..96eb268 100644 --- a/Doc/lib/emailgenerator.tex +++ b/Doc/lib/emailgenerator.tex @@ -105,13 +105,19 @@ format: \begin{itemize} \item \code{type} -- Full MIME type of the non-\mimetype{text} part + \item \code{maintype} -- Main MIME type of the non-\mimetype{text} part + \item \code{subtype} -- Sub-MIME type of the non-\mimetype{text} part + \item \code{filename} -- Filename of the non-\mimetype{text} part + \item \code{description} -- Description associated with the non-\mimetype{text} part + \item \code{encoding} -- Content transfer encoding of the non-\mimetype{text} part + \end{itemize} The default value for \var{fmt} is \code{None}, meaning |