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

Skip to content

Commit d16b5ab

Browse files
committed
Markup consistency nits that Guido didn't check. ;-)
1 parent 5f7a28c commit d16b5ab

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/lib/libimaplib.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ \subsection{IMAP4 Objects \label{imap4-objects}}
9191
either upper-case or lower-case.
9292

9393
All arguments to commands are converted to strings, except for
94-
AUTHENTICATE, and the last argument to APPEND which is passed as
95-
an IMAP4 literal. If necessary (the string contains
96-
IMAP4 protocol-sensitive characters and isn't enclosed with either parentheses or
97-
double quotes) each string is quoted. However, the \var{password}
98-
argument to the LOGIN command is always quoted.
94+
\samp{AUTHENTICATE}, and the last argument to \samp{APPEND} which is
95+
passed as an IMAP4 literal. If necessary (the string contains IMAP4
96+
protocol-sensitive characters and isn't enclosed with either
97+
parentheses or double quotes) each string is quoted. However, the
98+
\var{password} argument to the \samp{LOGIN} command is always quoted.
9999

100100
Each command returns a tuple: \code{(\var{type}, [\var{data},
101101
...])} where \var{type} is usually \code{'OK'} or \code{'NO'},
@@ -172,7 +172,7 @@ \subsection{IMAP4 Objects \label{imap4-objects}}
172172
\end{methoddesc}
173173

174174
\begin{methoddesc}{noop}{}
175-
Send NOOP to server.
175+
Send \samp{NOOP} to server.
176176
\end{methoddesc}
177177

178178
\begin{methoddesc}{open}{host, port}

0 commit comments

Comments
 (0)