Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_smtpd.py51 channel = smtpd.SMTPChannel(server, conn, addr, decode_data=True)
100 channel = smtpd.SMTPChannel(server, conn, addr, decode_data=True)
116 channel = smtpd.SMTPChannel(server, conn, addr)
133 channel = smtpd.SMTPChannel(server, conn, addr, enable_SMTPUTF8=True)
150 channel = smtpd.SMTPChannel(server, conn, addr, enable_SMTPUTF8=True)
209 channel = smtpd.SMTPChannel(server, conn, addr)
218 channel = smtpd.SMTPChannel(server, conn, addr)
246 channel = smtpd.SMTPChannel(server, conn, addr, decode_data=True)
262 channel = smtpd.SMTPChannel(server, conn, addr)
283 channel = smtpd.SMTPChannel(serve
[all...]
H A Dtest_smtplib.py41 smtpd.SMTPChannel.handle_expt = handle_expt
247 # Capture SMTPChannel debug output
363 # (this behavior is specific to smtpd.SMTPChannel)
821 class SimSMTPChannel(smtpd.SMTPChannel):
/third_party/python/Lib/
H A Dsmtpd.py84 "SMTPChannel", "SMTPServer", "DebuggingServer", "PureProxy",
122 class SMTPChannel(asynchat.async_chat): class
194 warn("Access to __server attribute on SMTPChannel is deprecated, "
199 warn("Setting __server attribute on SMTPChannel is deprecated, "
205 warn("Access to __line attribute on SMTPChannel is deprecated, "
210 warn("Setting __line attribute on SMTPChannel is deprecated, "
216 warn("Access to __state attribute on SMTPChannel is deprecated, "
221 warn("Setting __state attribute on SMTPChannel is deprecated, "
227 warn("Access to __greeting attribute on SMTPChannel is deprecated, "
232 warn("Setting __greeting attribute on SMTPChannel i
[all...]

Completed in 5 milliseconds