HomeSort by relevance Sort by last modified time
    Searched refs:rcpttos (Results 1 - 10 of 10) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtpd.py 305 def process_message(self, peer, mailfrom, rcpttos, data):
314 rcpttos is a list of raw addresses the client wishes to deliver the
332 def process_message(self, peer, mailfrom, rcpttos, data):
346 def process_message(self, peer, mailfrom, rcpttos, data):
356 refused = self._deliver(mailfrom, rcpttos, data)
360 def _deliver(self, mailfrom, rcpttos, data):
367 refused = s.sendmail(mailfrom, rcpttos, data)
380 for r in rcpttos:
386 def process_message(self, peer, mailfrom, rcpttos, data):
395 for rcpt in rcpttos
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtpd.py 305 def process_message(self, peer, mailfrom, rcpttos, data):
314 rcpttos is a list of raw addresses the client wishes to deliver the
332 def process_message(self, peer, mailfrom, rcpttos, data):
346 def process_message(self, peer, mailfrom, rcpttos, data):
356 refused = self._deliver(mailfrom, rcpttos, data)
360 def _deliver(self, mailfrom, rcpttos, data):
367 refused = s.sendmail(mailfrom, rcpttos, data)
380 for r in rcpttos:
386 def process_message(self, peer, mailfrom, rcpttos, data):
395 for rcpt in rcpttos
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 305 def process_message(self, peer, mailfrom, rcpttos, data):
314 rcpttos is a list of raw addresses the client wishes to deliver the
332 def process_message(self, peer, mailfrom, rcpttos, data):
346 def process_message(self, peer, mailfrom, rcpttos, data):
356 refused = self._deliver(mailfrom, rcpttos, data)
360 def _deliver(self, mailfrom, rcpttos, data):
367 refused = s.sendmail(mailfrom, rcpttos, data)
380 for r in rcpttos:
386 def process_message(self, peer, mailfrom, rcpttos, data):
395 for rcpt in rcpttos
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 305 def process_message(self, peer, mailfrom, rcpttos, data):
314 rcpttos is a list of raw addresses the client wishes to deliver the
332 def process_message(self, peer, mailfrom, rcpttos, data):
346 def process_message(self, peer, mailfrom, rcpttos, data):
356 refused = self._deliver(mailfrom, rcpttos, data)
360 def _deliver(self, mailfrom, rcpttos, data):
367 refused = s.sendmail(mailfrom, rcpttos, data)
380 for r in rcpttos:
386 def process_message(self, peer, mailfrom, rcpttos, data):
395 for rcpt in rcpttos
    [all...]
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 305 def process_message(self, peer, mailfrom, rcpttos, data):
314 rcpttos is a list of raw addresses the client wishes to deliver the
332 def process_message(self, peer, mailfrom, rcpttos, data):
346 def process_message(self, peer, mailfrom, rcpttos, data):
356 refused = self._deliver(mailfrom, rcpttos, data)
360 def _deliver(self, mailfrom, rcpttos, data):
367 refused = s.sendmail(mailfrom, rcpttos, data)
380 for r in rcpttos:
386 def process_message(self, peer, mailfrom, rcpttos, data):
395 for rcpt in rcpttos
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 305 def process_message(self, peer, mailfrom, rcpttos, data):
314 rcpttos is a list of raw addresses the client wishes to deliver the
332 def process_message(self, peer, mailfrom, rcpttos, data):
346 def process_message(self, peer, mailfrom, rcpttos, data):
356 refused = self._deliver(mailfrom, rcpttos, data)
360 def _deliver(self, mailfrom, rcpttos, data):
367 refused = s.sendmail(mailfrom, rcpttos, data)
380 for r in rcpttos:
386 def process_message(self, peer, mailfrom, rcpttos, data):
395 for rcpt in rcpttos
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_smtplib.py 383 def process_message(self, peer, mailfrom, rcpttos, data):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_smtplib.py 383 def process_message(self, peer, mailfrom, rcpttos, data):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 383 def process_message(self, peer, mailfrom, rcpttos, data):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 383 def process_message(self, peer, mailfrom, rcpttos, data):

Completed in 79 milliseconds