Commit 5ca90330 authored by Fred Drake's avatar Fred Drake

Index the RFC822 reference (some other RFC references were alreaddy indexed).

Add index reference to mailbox module; also remove comment that it's
undocumented (it has been).
parent b5323999
...@@ -8,9 +8,11 @@ This module defines a class, \code{Message}, which represents a ...@@ -8,9 +8,11 @@ This module defines a class, \code{Message}, which represents a
collection of ``email headers'' as defined by the Internet standard collection of ``email headers'' as defined by the Internet standard
RFC 822. It is used in various contexts, usually to read such headers RFC 822. It is used in various contexts, usually to read such headers
from a file. from a file.
\index{RFC!822}
(Note that there's a separate, currently undocumented, module to read Note that there's a separate module to read \UNIX{}, MH, and MMDF
Unix style mailbox files: \code{mailbox}.) style mailbox files: \code{mailbox}.
\refstmodindex{mailbox}
A \code{Message} instance is instantiated with an open file object as A \code{Message} instance is instantiated with an open file object as
parameter. The optional \code{seekable} parameter indicates if the parameter. The optional \code{seekable} parameter indicates if the
......
...@@ -8,9 +8,11 @@ This module defines a class, \code{Message}, which represents a ...@@ -8,9 +8,11 @@ This module defines a class, \code{Message}, which represents a
collection of ``email headers'' as defined by the Internet standard collection of ``email headers'' as defined by the Internet standard
RFC 822. It is used in various contexts, usually to read such headers RFC 822. It is used in various contexts, usually to read such headers
from a file. from a file.
\index{RFC!822}
(Note that there's a separate, currently undocumented, module to read Note that there's a separate module to read \UNIX{}, MH, and MMDF
Unix style mailbox files: \code{mailbox}.) style mailbox files: \code{mailbox}.
\refstmodindex{mailbox}
A \code{Message} instance is instantiated with an open file object as A \code{Message} instance is instantiated with an open file object as
parameter. The optional \code{seekable} parameter indicates if the parameter. The optional \code{seekable} parameter indicates if the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment