@@ -19,6 +19,7 @@ things easier.
1919
2020Here are the classes:
2121
22+ .. currentmodule :: email.mime.base
2223
2324.. class :: MIMEBase(_maintype, _subtype, **_params)
2425
@@ -39,6 +40,8 @@ Here are the classes:
3940 :mailheader: `MIME-Version ` header (always set to ``1.0 ``).
4041
4142
43+ .. currentmodule :: email.mime.nonmultipart
44+
4245.. class :: MIMENonMultipart()
4346
4447 Module: :mod: `email.mime.nonmultipart `
@@ -50,6 +53,8 @@ Here are the classes:
5053 :exc: `MultipartConversionError ` exception is raised.
5154
5255
56+ .. currentmodule :: email.mime.multipart
57+
5358.. class :: MIMEMultipart([subtype[, boundary[, _subparts[, _params]]]])
5459
5560 Module: :mod: `email.mime.multipart `
@@ -73,6 +78,8 @@ Here are the classes:
7378 dictionary.
7479
7580
81+ .. currentmodule :: email.mime.application
82+
7683.. class :: MIMEApplication(_data[, _subtype[, _encoder[, **_params]]])
7784
7885 Module: :mod: `email.mime.application `
@@ -93,6 +100,8 @@ Here are the classes:
93100 *_params * are passed straight through to the base class constructor.
94101
95102
103+ .. currentmodule :: email.mime.audio
104+
96105.. class :: MIMEAudio(_audiodata[, _subtype[, _encoder[, **_params]]])
97106
98107 Module: :mod: `email.mime.audio `
@@ -116,6 +125,8 @@ Here are the classes:
116125 *_params * are passed straight through to the base class constructor.
117126
118127
128+ .. currentmodule :: email.mime.image
129+
119130.. class :: MIMEImage(_imagedata[, _subtype[, _encoder[, **_params]]])
120131
121132 Module: :mod: `email.mime.image `
@@ -139,6 +150,8 @@ Here are the classes:
139150 *_params * are passed straight through to the :class: `MIMEBase ` constructor.
140151
141152
153+ .. currentmodule :: email.mime.message
154+
142155.. class :: MIMEMessage(_msg[, _subtype])
143156
144157 Module: :mod: `email.mime.message `
@@ -152,6 +165,8 @@ Here are the classes:
152165 :mimetype: `rfc822 `.
153166
154167
168+ .. currentmodule :: email.mime.text
169+
155170.. class :: MIMEText(_text[, _subtype[, _charset]])
156171
157172 Module: :mod: `email.mime.text `
0 commit comments