File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- :mod: `email `: Representing character sets
2- -----------------------------------------
1+ :mod: `email.charset `: Representing character sets
2+ -------------------------------------------------
33
44.. module :: email.charset
55 :synopsis: Character Sets
Original file line number Diff line number Diff line change 1- :mod: `email `: Encoders
2- ----------------------
1+ :mod: `email.encoders `: Encoders
2+ -------------------------------
33
44.. module :: email.encoders
55 :synopsis: Encoders for email message payloads.
Original file line number Diff line number Diff line change 1- :mod: `email `: Exception and Defect classes
2- ------------------------------------------
1+ :mod: `email.errors `: Exception and Defect classes
2+ -------------------------------------------------
33
44.. module :: email.errors
55 :synopsis: The exception classes used by the email package.
Original file line number Diff line number Diff line change 1- :mod: `email `: Generating MIME documents
2- ---------------------------------------
1+ :mod: `email.generator `: Generating MIME documents
2+ -------------------------------------------------
33
44.. module :: email.generator
55 :synopsis: Generate flat text email messages from a message structure.
Original file line number Diff line number Diff line change 1- :mod: `email `: Internationalized headers
2- ---------------------------------------
1+ :mod: `email.header `: Internationalized headers
2+ ----------------------------------------------
33
44.. module :: email.header
55 :synopsis: Representing non-ASCII headers
Original file line number Diff line number Diff line change 44.. module :: email.headerregistry
55 :synopsis: Automatic Parsing of headers based on the field name
66
7+ ..
moduleauthor ::
R. David Murray <[email protected] > 8+ ..
sectionauthor ::
R. David Murray <[email protected] > 9+
10+
711.. note ::
812
913 The headerregistry module has been included in the standard library on a
Original file line number Diff line number Diff line change 1- :mod: `email `: Iterators
2- -----------------------
1+ :mod: `email.iterators `: Iterators
2+ ---------------------------------
33
44.. module :: email.iterators
55 :synopsis: Iterate over a message object tree.
Original file line number Diff line number Diff line change 1- :mod: `email `: Representing an email message
2- -------------------------------------------
1+ :mod: `email.message `: Representing an email message
2+ ---------------------------------------------------
33
44.. module :: email.message
55 :synopsis: The base class representing email messages.
Original file line number Diff line number Diff line change 1- :mod: `email `: Creating email and MIME objects from scratch
2- ----------------------------------------------------------
1+ :mod: `email.mime `: Creating email and MIME objects from scratch
2+ ---------------------------------------------------------------
33
44.. module :: email.mime
55 :synopsis: Build MIME messages.
Original file line number Diff line number Diff line change 1- :mod: `email `: Parsing email messages
2- ------------------------------------
1+ :mod: `email.parser `: Parsing email messages
2+ -------------------------------------------
33
44.. module :: email.parser
55 :synopsis: Parse flat text email messages to produce a message object structure.
You can’t perform that action at this time.
0 commit comments