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

File smtpd.py

Lib/test/support/smtpd.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#! /usr/bin/env python3
2"""An RFC 5321 smtp proxy with optional RFC 1870 and RFC 6531 extensions.
3
4Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]

Callers

nothing calls this directly

Calls 6

DevnullClass · 0.85
parseargsFunction · 0.85
__import__Function · 0.85
rfindMethod · 0.45
exitMethod · 0.45
loopMethod · 0.45

Tested by

no test coverage detected