MCPcopy Index your code
hub / github.com/RustPython/RustPython / 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 12

lenFunction · 0.85
SMTPClass · 0.85
sendmailMethod · 0.80
promptFunction · 0.70
printFunction · 0.50
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