@@ -91,11 +91,11 @@ \subsection{IMAP4 Objects \label{imap4-objects}}
9191either upper-case or lower-case.
9292
9393All 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
100100Each 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