summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-01-11 10:22:34 (GMT)
committerEric S. Raymond <esr@thyrsus.com>2001-01-11 10:22:34 (GMT)
commitab78beca2fb7842f0419d0dc34874a2d30b7467b (patch)
tree746912550f663d2b42adcfae2da991dbb85163a6 /Doc
parentceb9b7c700978a9ec875ebaa41a439e3578aba25 (diff)
downloadcpython-ab78beca2fb7842f0419d0dc34874a2d30b7467b.zip
cpython-ab78beca2fb7842f0419d0dc34874a2d30b7467b.tar.gz
cpython-ab78beca2fb7842f0419d0dc34874a2d30b7467b.tar.bz2
Added pointer on POP3 variations.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libpoplib.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libpoplib.tex b/Doc/lib/libpoplib.tex
index 7e3780b..89e7e0c 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}}