Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8eeeae

Browse files
committed
Fix reference to the Fetchmail FAQ:
- URL was missing an "m" - markup for tilde was wrong - URL was marked as the title - actual title was omitted "make webcheck" didn't catch this; not sure why. Removed some spurious end-of-line whitespace.
1 parent edf368c commit d8eeeae

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

Doc/lib/libpoplib.tex

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ \section{\module{poplib} ---
4040

4141
\begin{seealso}
4242
\seemodule{imaplib}{The standard Python IMAP module.}
43-
\seetitle{http://www.tuxedo.org/~esr/fetchail/fetchmail-FAQ.html}{
44-
The FAQ for the fetchmail POP/IMAP client collects information
45-
on POP3 server variations and RFC noncompliance that may be
46-
useful if you need to write an application based on poplib.}
43+
\seetitle[http://www.tuxedo.org/\~{}esr/fetchmail/fetchmail-FAQ.html]
44+
{Frequently Asked Questions About Fetchmail}
45+
{The FAQ for the \program{fetchmail} POP/IMAP client collects
46+
information on POP3 server variations and RFC noncompliance
47+
that may be useful if you need to write an application based
48+
on the POP protocol.}
4749
\end{seealso}
4850

4951

@@ -105,7 +107,7 @@ \subsection{POP3 Objects \label{pop3-objects}}
105107
\begin{methoddesc}{dele}{which}
106108
Flag message number \var{which} for deletion. On most servers
107109
deletions are not actually performed until QUIT (the major exception is
108-
Eudora QPOP, which deliberately violates the RFCs by doing pending
110+
Eudora QPOP, which deliberately violates the RFCs by doing pending
109111
deletes on any disconnect).
110112
\end{methoddesc}
111113

@@ -123,7 +125,7 @@ \subsection{POP3 Objects \label{pop3-objects}}
123125

124126
\begin{methoddesc}{top}{which, howmuch}
125127
Retrieves the message header plus \var{howmuch} lines of the message
126-
after the header of message number \var{which}. Result is in form
128+
after the header of message number \var{which}. Result is in form
127129
\code{(\var{response}, ['line', ...], \var{octets})}.
128130

129131
The POP3 TOP command this method uses, unlike the RETR command,

0 commit comments

Comments
 (0)