Home
last modified time | relevance | path

Searched refs:PureProxy (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Dsmtpd.py20 Use `classname' as the concrete SMTP proxy class. Uses `PureProxy' by
58 # PureProxy - Proxies all messages to a real smtpd which does final
84 "SMTPChannel", "SMTPServer", "DebuggingServer", "PureProxy",
738 class PureProxy(SMTPServer): class
741 raise ValueError("PureProxy does not support SMTPUTF8.")
742 super(PureProxy, self).__init__(*args, **kwargs)
785 classname = 'PureProxy'

Completed in 2 milliseconds