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

Method smtp_RSET

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

Source from the content-addressed store, hash-verified

603 self.push('250 OK')
604
605 def smtp_RSET(self, arg):
606 if arg:
607 self.push('501 Syntax: RSET')
608 return
609 self._set_rset_state()
610 self.push('250 OK')
611
612 def smtp_DATA(self, arg):
613 if not self.seen_greeting:

Callers

nothing calls this directly

Calls 2

pushMethod · 0.95
_set_rset_stateMethod · 0.95

Tested by

no test coverage detected