MCPcopy 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'''SMTP/ESMTP client class.
2
3This should follow RFC 821 (SMTP), RFC 1869 (ESMTP), RFC 2554 (SMTP
4Authentication) and RFC 2487 (Secure SMTP over TLS).

Callers

nothing calls this directly

Calls 10

promptFunction · 0.85
SMTPClass · 0.85
sendmailMethod · 0.80
compileMethod · 0.45
digestMethod · 0.45
appendMethod · 0.45
splitMethod · 0.45
readlineMethod · 0.45
set_debuglevelMethod · 0.45
quitMethod · 0.45

Tested by

no test coverage detected