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

  /external/valgrind/main/nightly/bin/
nightly 96 rm -rf sendmail.log unchanged.log valgrind-old valgrind-new
266 # Use the conf/<tag>.sendmail script to email the results.
267 conf/$TAG.sendmail \
270 diffs.txt > sendmail.log 2>&1
  /external/chromium_org/chrome/test/functional/
chromeos_txt_msg_functional.py 58 mail_server.sendmail(sender, recipients, msg.as_string())
test_utils.py 141 def SendMail(send_from, send_to, subject, text, smtp, file_to_send=None):
173 smtp_obj.sendmail(send_from, send_to, msg.as_string())
  /external/chromium_org/media/tools/bug_hunter/
bug_hunter_unittest.py 159 def sendmail(self, sender_email_address, receivers_email_addresses, member in class:MockSmtp
bug_hunter.py 357 smtp_obj.sendmail(sender_email_address, receivers_email_address,
  /external/clang/tools/scan-view/
Reporter.py 136 s.sendmail(msg['From'], msg['To'], msg.as_string())
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 45 if [ -f /usr/sbin/sendmail ]; then
46 MAIL_AGENT="/usr/sbin/sendmail -oi -t"
48 MAIL_AGENT="/usr/lib/sendmail -oi -t"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 19 This is Sendmail version 8.8.4
26 sendmail-bugs@sendmail.org.
108 SMTP.sendmail() returns.
224 method called 'sendmail' that will do an entire mail transaction.
653 def sendmail(self, from_addr, to_addrs, msg, mail_options=[], member in class:SMTP
700 >>> s.sendmail("me@my.org",tolist,msg)
835 # Test the sendmail method, which tests most of the others.
857 server.sendmail(fromaddr, toaddrs, msg)
smtpd.py 367 refused = s.sendmail(mailfrom, rcpttos, data)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 19 This is Sendmail version 8.8.4
26 sendmail-bugs@sendmail.org.
108 SMTP.sendmail() returns.
224 method called 'sendmail' that will do an entire mail transaction.
653 def sendmail(self, from_addr, to_addrs, msg, mail_options=[], member in class:SMTP
700 >>> s.sendmail("me@my.org",tolist,msg)
835 # Test the sendmail method, which tests most of the others.
857 server.sendmail(fromaddr, toaddrs, msg)
smtpd.py 367 refused = s.sendmail(mailfrom, rcpttos, data)
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers.py 476 smtp_obj.sendmail(sender_email_address, receivers_email_addresses,
  /external/iputils/
tftpd.c 215 { "mail", validate_user, sendmail, recvmail, 1 },
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 367 refused = s.sendmail(mailfrom, rcpttos, data)
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 367 refused = s.sendmail(mailfrom, rcpttos, data)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 230 smtp.sendmail('John', 'Sally', m)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 230 smtp.sendmail('John', 'Sally', m)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py     [all...]

Completed in 3099 milliseconds