diff -r d492915cf76d Doc/library/email-examples.rst --- a/Doc/library/email-examples.rst Tue Apr 05 20:43:15 2011 -0400 +++ b/Doc/library/email-examples.rst Wed Apr 06 23:52:13 2011 +0800 @@ -1,7 +1,7 @@ .. _email-examples: -:mod:`email`: Examples ----------------------- +email Examples +-------------- Here are a few examples of how to use the :mod:`email` package to read, write, and send simple email messages, as well as more complex MIME messages. diff -r d492915cf76d Doc/library/email.charset.rst --- a/Doc/library/email.charset.rst Tue Apr 05 20:43:15 2011 -0400 +++ b/Doc/library/email.charset.rst Wed Apr 06 23:52:13 2011 +0800 @@ -1,5 +1,5 @@ -:mod:`email`: Representing character sets ------------------------------------------ +:mod:`email.charset`: Representing character sets +------------------------------------------------- .. module:: email.charset :synopsis: Character Sets diff -r d492915cf76d Doc/library/email.encoders.rst --- a/Doc/library/email.encoders.rst Tue Apr 05 20:43:15 2011 -0400 +++ b/Doc/library/email.encoders.rst Wed Apr 06 23:52:13 2011 +0800 @@ -1,5 +1,5 @@ -:mod:`email`: Encoders ----------------------- +:mod:`email.encoders`: Encoders +------------------------------- .. module:: email.encoders :synopsis: Encoders for email message payloads. diff -r d492915cf76d Doc/library/email.errors.rst --- a/Doc/library/email.errors.rst Tue Apr 05 20:43:15 2011 -0400 +++ b/Doc/library/email.errors.rst Wed Apr 06 23:52:13 2011 +0800 @@ -1,5 +1,5 @@ -:mod:`email`: Exception and Defect classes ------------------------------------------- +:mod:`email.errors`: Exception and Defect classes +------------------------------------------------- .. module:: email.errors :synopsis: The exception classes used by the email package. diff -r d492915cf76d Doc/library/email.generator.rst --- a/Doc/library/email.generator.rst Tue Apr 05 20:43:15 2011 -0400 +++ b/Doc/library/email.generator.rst Wed Apr 06 23:52:13 2011 +0800 @@ -1,5 +1,5 @@ -:mod:`email`: Generating MIME documents ---------------------------------------- +:mod:`email.generator`: Generating MIME documents +------------------------------------------------- .. module:: email.generator :synopsis: Generate flat text email messages from a message structure. diff -r d492915cf76d Doc/library/email.header.rst --- a/Doc/library/email.header.rst Tue Apr 05 20:43:15 2011 -0400 +++ b/Doc/library/email.header.rst Wed Apr 06 23:52:13 2011 +0800 @@ -1,5 +1,5 @@ -:mod:`email`: Internationalized headers ---------------------------------------- +:mod:`email.header`: Internationalized headers +---------------------------------------------- .. module:: email.header :synopsis: Representing non-ASCII headers diff -r d492915cf76d Doc/library/email.iterators.rst --- a/Doc/library/email.iterators.rst Tue Apr 05 20:43:15 2011 -0400 +++ b/Doc/library/email.iterators.rst Wed Apr 06 23:52:13 2011 +0800 @@ -1,5 +1,5 @@ -:mod:`email`: Iterators ------------------------ +:mod:`email.iterators`: Iterators +--------------------------------- .. module:: email.iterators :synopsis: Iterate over a message object tree. diff -r d492915cf76d Doc/library/email.message.rst --- a/Doc/library/email.message.rst Tue Apr 05 20:43:15 2011 -0400 +++ b/Doc/library/email.message.rst Wed Apr 06 23:52:13 2011 +0800 @@ -1,5 +1,5 @@ -:mod:`email`: Representing an email message -------------------------------------------- +:mod:`email.message`: Representing an email message +--------------------------------------------------- .. module:: email.message :synopsis: The base class representing email messages. diff -r d492915cf76d Doc/library/email.mime.rst --- a/Doc/library/email.mime.rst Tue Apr 05 20:43:15 2011 -0400 +++ b/Doc/library/email.mime.rst Wed Apr 06 23:52:13 2011 +0800 @@ -1,5 +1,5 @@ -:mod:`email`: Creating email and MIME objects from scratch ----------------------------------------------------------- +:mod:`email.mime`: Creating email and MIME objects from scratch +--------------------------------------------------------------- .. module:: email.mime :synopsis: Build MIME messages. diff -r d492915cf76d Doc/library/email.parser.rst --- a/Doc/library/email.parser.rst Tue Apr 05 20:43:15 2011 -0400 +++ b/Doc/library/email.parser.rst Wed Apr 06 23:52:13 2011 +0800 @@ -1,5 +1,5 @@ -:mod:`email`: Parsing email messages ------------------------------------- +:mod:`email.parser`: Parsing email messages +------------------------------------------- .. module:: email.parser :synopsis: Parse flat text email messages to produce a message object structure. diff -r d492915cf76d Doc/library/email.util.rst --- a/Doc/library/email.util.rst Tue Apr 05 20:43:15 2011 -0400 +++ b/Doc/library/email.util.rst Wed Apr 06 23:52:13 2011 +0800 @@ -1,5 +1,5 @@ -:mod:`email`: Miscellaneous utilities -------------------------------------- +:mod:`email.utils`: Miscellaneous utilities +------------------------------------------- .. module:: email.utils :synopsis: Miscellaneous email package utilities.