MCPcopy Index your code
hub / github.com/python/cpython / poplib.py

File poplib.py

Lib/poplib.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""A POP3 client class.
2
3Based on the J. Myers POP3 draft, Jan. 96
4"""

Callers

nothing calls this directly

Calls 9

POP3Class · 0.85
userMethod · 0.80
pass_Method · 0.80
appendMethod · 0.45
getwelcomeMethod · 0.45
listMethod · 0.45
statMethod · 0.45
retrMethod · 0.45
quitMethod · 0.45

Tested by

no test coverage detected