]> granicus.if.org Git - python/commitdiff
Added pointer on POP3 variations.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 11 Jan 2001 10:22:34 +0000 (10:22 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 11 Jan 2001 10:22:34 +0000 (10:22 +0000)
Doc/lib/libpoplib.tex

index 7e3780b66f0a16a02d59e826f2b6014bff2a977f..89e7e0c8419bb7bfce83a35baeb2173dee65fe6c 100644 (file)
@@ -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}}