Documented smtplib, multifile
diff --git a/Doc/lib/libwww.tex b/Doc/lib/libwww.tex
index 1a92fdf..143b15d 100644
--- a/Doc/lib/libwww.tex
+++ b/Doc/lib/libwww.tex
@@ -39,6 +39,9 @@
 \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 @@
 \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.