mirror of https://github.com/python/cpython.git
Added pointer on POP3 variations.
This commit is contained in:
parent
ceb9b7c700
commit
ab78beca2f
|
@ -127,6 +127,10 @@ otherwise result is list \code{(\var{response}, ['mesgnum uid', ...],
|
||||||
|
|
||||||
\begin{seealso}
|
\begin{seealso}
|
||||||
\seemodule{imap}{The standard Python IMAP module.}
|
\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}
|
\end{seealso}
|
||||||
|
|
||||||
\subsection{POP3 Example \label{pop3-example}}
|
\subsection{POP3 Example \label{pop3-example}}
|
||||||
|
|
Loading…
Reference in New Issue