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

Method verify

tools/python-3.11.9-amd64/Lib/smtplib.py:585–588  ·  view source on GitHub ↗

SMTP 'verify' command -- checks for address validity.

(self, address)

Source from the content-addressed store, hash-verified

583 return (code, msg)
584
585 def verify(self, address):
586 """SMTP 'verify' command -- checks for address validity."""
587 self.putcmd("vrfy", _addr_only(address))
588 return self.getreply()
589 # a.k.a.
590 vrfy = verify
591

Callers

nothing calls this directly

Calls 3

putcmdMethod · 0.95
getreplyMethod · 0.95
_addr_onlyFunction · 0.85

Tested by

no test coverage detected