summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-11 13:51:05 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-11 13:51:05 (GMT)
commit7dba8e2ab456971b52a42e23088000f38c3f776d (patch)
treed6c27350b48ac348e2fe2210ed5de224cb34b622
parent2a374559674af52e212a6968f37324fb0e2ea442 (diff)
downloadcpython-7dba8e2ab456971b52a42e23088000f38c3f776d.zip
cpython-7dba8e2ab456971b52a42e23088000f38c3f776d.tar.gz
cpython-7dba8e2ab456971b52a42e23088000f38c3f776d.tar.bz2
Hmmm... better add some \label macros for logical addressing while I'm at it.
-rw-r--r--Doc/lib/libimaplib.tex2
-rw-r--r--Doc/libimaplib.tex2
2 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libimaplib.tex b/Doc/lib/libimaplib.tex
index a9b0df5..73baddc 100644
--- a/Doc/lib/libimaplib.tex
+++ b/Doc/lib/libimaplib.tex
@@ -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:
diff --git a/Doc/libimaplib.tex b/Doc/libimaplib.tex
index a9b0df5..73baddc 100644
--- a/Doc/libimaplib.tex
+++ b/Doc/libimaplib.tex
@@ -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: