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

Method expn

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

SMTP 'expn' command -- expands a mailing list.

(self, address)

Source from the content-addressed store, hash-verified

590 vrfy = verify
591
592 def expn(self, address):
593 """SMTP 'expn' command -- expands a mailing list."""
594 self.putcmd("expn", _addr_only(address))
595 return self.getreply()
596
597 # some useful methods
598

Callers

nothing calls this directly

Calls 3

putcmdMethod · 0.95
getreplyMethod · 0.95
_addr_onlyFunction · 0.85

Tested by

no test coverage detected