]> granicus.if.org Git - python/commitdiff
Documented smtplib, multifile
authorGuido van Rossum <guido@python.org>
Sun, 28 Jun 1998 17:58:06 +0000 (17:58 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 28 Jun 1998 17:58:06 +0000 (17:58 +0000)
Doc/lib/libwww.tex

index 1a92fdf2e6e1bf24e7c54f022e7a68c5c15e1ab2..143b15dae3842f5d9258a3149ab6da7c4b24fbcc 100644 (file)
@@ -39,6 +39,9 @@ scripts.
 \item[nntplib]
 --- NNTP protocol client (requires sockets).
 
+\item[smtplib]
+--- SMTP protocol client (requires sockets).
+
 \item[urlparse]
 --- Parse a URL string into a tuple (addressing scheme identifier, network
 location, path, parameters, query string, fragment identifier).
@@ -61,6 +64,9 @@ location, path, parameters, query string, fragment identifier).
 \item[mimetools]
 --- Tools for parsing MIME style message bodies.
 
+\item[multifile]
+--- Make each part of a MIME multipart message ``feel'' like a regular file.
+
 \item[binhex]
 --- Encode and decode files in binhex4 format.