File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -194,13 +194,19 @@ \subsection{IMAP4 Objects}
194194\end {methoddesc }
195195
196196
197- \class {IMAP4} instances have a variable \member {PROTOCOL_VERSION} that
198- is set to the most recent supported protocol in the \samp {CAPABILITY}
199- response.
197+ The following attributes are defined on instances of \class {IMAP4}:
200198
201- Finally, \class {IMAP4} instances have a variable debug which can be
202- set to an integer to turn on debugging. Values greater than 3 trace
203- each command.
199+
200+ \begin {memberdesc }{PROTOCOL_VERSION}
201+ The most recent supported protocol in the \samp {CAPABILITY}
202+ response from the server.
203+ \end {memberdesc }
204+
205+ \begin {memberdesc }{debug}
206+ Integer value to control debugging output. The initialize value is
207+ taken from the module variable \code {Debug}. Values greater than
208+ three trace each command.
209+ \end {memberdesc }
204210
205211
206212\subsection {IMAP4 Example }
Original file line number Diff line number Diff line change @@ -194,13 +194,19 @@ \subsection{IMAP4 Objects}
194194\end {methoddesc }
195195
196196
197- \class {IMAP4} instances have a variable \member {PROTOCOL_VERSION} that
198- is set to the most recent supported protocol in the \samp {CAPABILITY}
199- response.
197+ The following attributes are defined on instances of \class {IMAP4}:
200198
201- Finally, \class {IMAP4} instances have a variable debug which can be
202- set to an integer to turn on debugging. Values greater than 3 trace
203- each command.
199+
200+ \begin {memberdesc }{PROTOCOL_VERSION}
201+ The most recent supported protocol in the \samp {CAPABILITY}
202+ response from the server.
203+ \end {memberdesc }
204+
205+ \begin {memberdesc }{debug}
206+ Integer value to control debugging output. The initialize value is
207+ taken from the module variable \code {Debug}. Values greater than
208+ three trace each command.
209+ \end {memberdesc }
204210
205211
206212\subsection {IMAP4 Example }
You can’t perform that action at this time.
0 commit comments