diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-01-11 10:22:34 (GMT) |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-01-11 10:22:34 (GMT) |
commit | ab78beca2fb7842f0419d0dc34874a2d30b7467b (patch) | |
tree | 746912550f663d2b42adcfae2da991dbb85163a6 /Doc/lib/libpoplib.tex | |
parent | ceb9b7c700978a9ec875ebaa41a439e3578aba25 (diff) | |
download | cpython-ab78beca2fb7842f0419d0dc34874a2d30b7467b.zip cpython-ab78beca2fb7842f0419d0dc34874a2d30b7467b.tar.gz cpython-ab78beca2fb7842f0419d0dc34874a2d30b7467b.tar.bz2 |
Added pointer on POP3 variations.
Diffstat (limited to 'Doc/lib/libpoplib.tex')
-rw-r--r-- | Doc/lib/libpoplib.tex | 4 |
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}} |