Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ smtplib.py
File
smtplib.py
Lib/smtplib.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
''
&
#x27;SMTP/ESMTP client class.
2
3
This should follow RFC 821 (SMTP), RFC 1869 (ESMTP), RFC 2554 (SMTP
4
Authentication) and RFC 2487 (Secure SMTP over TLS).
Callers
nothing calls this directly
Calls
10
prompt
Function · 0.85
SMTP
Class · 0.85
sendmail
Method · 0.80
compile
Method · 0.45
digest
Method · 0.45
append
Method · 0.45
split
Method · 0.45
readline
Method · 0.45
set_debuglevel
Method · 0.45
quit
Method · 0.45
Tested by
no test coverage detected