diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-09 13:55:06 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-09 13:55:06 (GMT) |
commit | 223395c0a0d3e71a9059b0bd3a487fdcd7113ae6 (patch) | |
tree | 1689068e2f28403aa434f08ad272672b27731194 /Doc/libundoc.tex | |
parent | c2c07fa10ce1d5d636ababe380d830dfecef43cf (diff) | |
download | cpython-223395c0a0d3e71a9059b0bd3a487fdcd7113ae6.zip cpython-223395c0a0d3e71a9059b0bd3a487fdcd7113ae6.tar.gz cpython-223395c0a0d3e71a9059b0bd3a487fdcd7113ae6.tar.bz2 |
Added imaplib.
Diffstat (limited to 'Doc/libundoc.tex')
-rw-r--r-- | Doc/libundoc.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index ae94a97..b7daaf3 100644 --- a/Doc/libundoc.tex +++ b/Doc/libundoc.tex @@ -36,6 +36,9 @@ Fredrik Lundh is working on this one! \section{Stuff useful to a lot of people, including the CGI crowd} \begin{description} +\item[imaplib.py] +--- IMAP4 client class by Pier Lauder. + \item[MimeWriter.py] --- Generic MIME writer |