From: Fred Drake Date: Sat, 11 Apr 1998 13:51:05 +0000 (+0000) Subject: Hmmm... better add some \label macros for logical addressing while I'm at it. X-Git-Tag: v1.5.1~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7dba8e2ab456971b52a42e23088000f38c3f776d;p=python Hmmm... better add some \label macros for logical addressing while I'm at it. --- diff --git a/Doc/lib/libimaplib.tex b/Doc/lib/libimaplib.tex index a9b0df58f7..73baddc945 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 a9b0df58f7..73baddc945 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: