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

Method __init__

tools/python-3.11.9-amd64/Lib/smtpd.py:739–742  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

737
738class PureProxy(SMTPServer):
739 def __init__(self, *args, **kwargs):
740 if 'enable_SMTPUTF8' in kwargs and kwargs['enable_SMTPUTF8']:
741 raise ValueError("PureProxy does not support SMTPUTF8.")
742 super(PureProxy, self).__init__(*args, **kwargs)
743
744 def process_message(self, peer, mailfrom, rcpttos, data):
745 lines = data.split('\n')

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected