Added pointer on POP3 variations.

This commit is contained in:
Eric S. Raymond 2001-01-11 10:22:34 +00:00
parent ceb9b7c700
commit ab78beca2f
1 changed files with 4 additions and 0 deletions

View 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}}