MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / smtpd.py

File smtpd.py

tools/python-3.11.9-amd64/Lib/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 8

_deprecatedFunction · 0.90
DevnullClass · 0.85
parseargsFunction · 0.85
__import__Function · 0.85
rfindMethod · 0.80
loopMethod · 0.80
printFunction · 0.50
exitMethod · 0.45

Tested by

no test coverage detected