From: Eric S. Raymond Date: Thu, 11 Jan 2001 10:22:34 +0000 (+0000) Subject: Added pointer on POP3 variations. X-Git-Tag: v2.1a1~335 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab78beca2fb7842f0419d0dc34874a2d30b7467b;p=python Added pointer on POP3 variations. --- diff --git a/Doc/lib/libpoplib.tex b/Doc/lib/libpoplib.tex index 7e3780b66f..89e7e0c841 100644 --- a/Doc/lib/libpoplib.tex +++ b/Doc/lib/libpoplib.tex @@ -127,6 +127,10 @@ otherwise result is list \code{(\var{response}, ['mesgnum uid', ...], \begin{seealso} \seemodule{imap}{The standard Python IMAP module.} + \seetitle{http://www.tuxedo.org/~esr/fetchail/fetchmail-FAQ.html}{ + The FAQ for the fetchmail POP/IMAP client collects information + on POP3 server variations and RFC noncompliance that may be + useful if you need to write an application based on poplib.} \end{seealso} \subsection{POP3 Example \label{pop3-example}}