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

Method smtp_NOOP

tools/python-3.11.9-amd64/Lib/smtpd.py:431–435  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

429 self.push('250 HELP')
430
431 def smtp_NOOP(self, arg):
432 if arg:
433 self.push('501 Syntax: NOOP')
434 else:
435 self.push('250 OK')
436
437 def smtp_QUIT(self, arg):
438 # args is ignored

Callers

nothing calls this directly

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected