Hmmm... better add some \label macros for logical addressing while I'm at it.

This commit is contained in:
Fred Drake 1998-04-11 13:51:05 +00:00
parent 2a37455967
commit 7dba8e2ab4
2 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,7 @@ The following utility functions are defined:
\subsection{IMAP4 Objects}
\label{imap4-objects}
All IMAP4rev1 commands are represented by methods of the same name,
either upper-case or lower-case.
@ -203,6 +204,7 @@ each command.
\subsection{IMAP4 Example}
\label{imap4-example}
Here is a minimal example (without error checking) that opens a
mailbox and retrieves and prints all messages:

View File

@ -63,6 +63,7 @@ The following utility functions are defined:
\subsection{IMAP4 Objects}
\label{imap4-objects}
All IMAP4rev1 commands are represented by methods of the same name,
either upper-case or lower-case.
@ -203,6 +204,7 @@ each command.
\subsection{IMAP4 Example}
\label{imap4-example}
Here is a minimal example (without error checking) that opens a
mailbox and retrieves and prints all messages: