]> granicus.if.org Git - python/commitdiff
Add imaplib to appropriate lists.
authorFred Drake <fdrake@acm.org>
Sat, 11 Apr 1998 04:27:07 +0000 (04:27 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 11 Apr 1998 04:27:07 +0000 (04:27 +0000)
Doc/Makefile
Doc/lib.tex
Doc/lib/lib.tex
Doc/lib/libwww.tex
Doc/libwww.tex

index fcac6194f512175c534c011121c15c85c8692f4b..83be111c7210473f862b62a55e77057b545de203 100644 (file)
@@ -168,7 +168,7 @@ LIBFILES = lib.tex \
     libuserdict.tex libdis.tex libxmllib.tex libqueue.tex \
     liblocale.tex libbasehttp.tex libcopyreg.tex libsymbol.tex libtoken.tex \
     libframework.tex libminiae.tex libbinhex.tex libuu.tex libsunaudio.tex \
-    libfileinput.tex
+    libfileinput.tex libimaplib.tex
 
 # Library document
 lib.dvi: tools/indfix.py $(LIBFILES)
index a481e7f516fe7bdac00db19fb6063a12952e8025..997df9ac8830f77d2c578073afa74c25c06b3fc5 100644 (file)
@@ -155,6 +155,7 @@ add new extensions to Python and how to embed it in other applications.
 \input{libhttplib}
 \input{libftplib}
 \input{libgopherlib}
+\input{libimaplib}
 \input{libnntplib}
 \input{liburlparse}
 \input{libsgmllib}
index a481e7f516fe7bdac00db19fb6063a12952e8025..997df9ac8830f77d2c578073afa74c25c06b3fc5 100644 (file)
@@ -155,6 +155,7 @@ add new extensions to Python and how to embed it in other applications.
 \input{libhttplib}
 \input{libftplib}
 \input{libgopherlib}
+\input{libimaplib}
 \input{libnntplib}
 \input{liburlparse}
 \input{libsgmllib}
index 89799f622b98f8bf6595098dc8ea86ed92ed43e1..9494e471c1a0c900754e78f2f923134a4cdb64f9 100644 (file)
@@ -30,6 +30,9 @@ scripts.
 \item[gopherlib]
 --- Gopher protocol client (requires sockets).
 
+\item[imaplib]
+--- IMAP4 protocol client (requires sockets).
+
 \item[nntplib]
 --- NNTP protocol client (requires sockets).
 
index 89799f622b98f8bf6595098dc8ea86ed92ed43e1..9494e471c1a0c900754e78f2f923134a4cdb64f9 100644 (file)
@@ -30,6 +30,9 @@ scripts.
 \item[gopherlib]
 --- Gopher protocol client (requires sockets).
 
+\item[imaplib]
+--- IMAP4 protocol client (requires sockets).
+
 \item[nntplib]
 --- NNTP protocol client (requires sockets).