Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ EmailMessage
Class
EmailMessage
tools/python-3.11.9-amd64/Lib/email/message.py:1196–1201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1194
1195
1196
class
EmailMessage(MIMEPart):
1197
1198
def
set_content(self, *args, **kw):
1199
super().set_content(*args, **kw)
1200
if
'MIME-Version'
not in self:
1201
self[
'MIME-Version'
] =
'1.0'
Callers
1
emit
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected