MCPcopy Index your code
hub / github.com/python/cpython / EmailMessage

Class EmailMessage

Lib/email/message.py:1212–1217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1210
1211
1212class EmailMessage(MIMEPart):
1213
1214 def set_content(self, *args, **kw):
1215 super().set_content(*args, **kw)
1216 if 'MIME-Version' not in self:
1217 self['MIME-Version'] = '1.0'

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…