Searched defs:mailfrom (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/Lib/ |
| D | smtpd.py | 674 def process_message(self, peer, mailfrom, rcpttos, data, **kwargs): argument 727 def process_message(self, peer, mailfrom, rcpttos, data, **kwargs): argument 744 def process_message(self, peer, mailfrom, rcpttos, data): argument 758 def _deliver(self, mailfrom, rcpttos, data): argument
|
| /third_party/python/Lib/test/ |
| D | test_smtplib.py | 1019 def process_message(self, peer, mailfrom, rcpttos, data): argument 1371 def process_message(self, peer, mailfrom, rcpttos, data, mail_options=None, argument
|
| D | test_smtpd.py | 26 def process_message(self, peer, mailfrom, rcpttos, data, **kw): argument
|
| D | test_logging.py | 845 def process_message(self, peer, mailfrom, rcpttos, data): argument
|