HomeSort by relevance Sort by last modified time
    Searched defs:rcpt (Results 1 - 15 of 15) sorted by null

  /external/curl/lib/
smtp.h 43 SMTP_RCPT, /* RCPT TO */
57 struct curl_slist *rcpt; /* Recipient list */ member in struct:SMTP
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtplib.py 11 extensions are NOT the same thing as the option keywords for the RCPT
21 HELO EHLO MAIL RCPT DATA
38 # Better RFC 821 compliance (MAIL and RCPT, and CRLF in data)
465 def rcpt(self, recip, options=[]): member in class:SMTP
466 """SMTP 'rcpt' command -- indicates 1 recipient for this mail."""
470 self.putcmd("rcpt", "TO:%s%s" % (quoteaddr(recip), optionlist))
655 all the rcpt commands.
718 (code, resp) = self.rcpt(each, rcpt_options)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtplib.py 11 extensions are NOT the same thing as the option keywords for the RCPT
21 HELO EHLO MAIL RCPT DATA
38 # Better RFC 821 compliance (MAIL and RCPT, and CRLF in data)
475 def rcpt(self, recip, options=[]): member in class:SMTP
476 """SMTP 'rcpt' command -- indicates 1 recipient for this mail."""
480 self.putcmd("rcpt", "TO:%s%s" % (quoteaddr(recip), optionlist))
665 all the rcpt commands.
728 (code, resp) = self.rcpt(each, rcpt_options)
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtplib.py 11 extensions are NOT the same thing as the option keywords for the RCPT
21 HELO EHLO MAIL RCPT DATA
38 # Better RFC 821 compliance (MAIL and RCPT, and CRLF in data)
475 def rcpt(self, recip, options=[]): member in class:SMTP
476 """SMTP 'rcpt' command -- indicates 1 recipient for this mail."""
480 self.putcmd("rcpt", "TO:%s%s" % (quoteaddr(recip), optionlist))
665 all the rcpt commands.
728 (code, resp) = self.rcpt(each, rcpt_options)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 11 extensions are NOT the same thing as the option keywords for the RCPT
21 HELO EHLO MAIL RCPT DATA
38 # Better RFC 821 compliance (MAIL and RCPT, and CRLF in data)
475 def rcpt(self, recip, options=[]): member in class:SMTP
476 """SMTP 'rcpt' command -- indicates 1 recipient for this mail."""
480 self.putcmd("rcpt", "TO:%s%s" % (quoteaddr(recip), optionlist))
665 all the rcpt commands.
728 (code, resp) = self.rcpt(each, rcpt_options)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 11 extensions are NOT the same thing as the option keywords for the RCPT
21 HELO EHLO MAIL RCPT DATA
38 # Better RFC 821 compliance (MAIL and RCPT, and CRLF in data)
475 def rcpt(self, recip, options=[]): member in class:SMTP
476 """SMTP 'rcpt' command -- indicates 1 recipient for this mail."""
480 self.putcmd("rcpt", "TO:%s%s" % (quoteaddr(recip), optionlist))
665 all the rcpt commands.
728 (code, resp) = self.rcpt(each, rcpt_options)
  /external/python/cpython2/Lib/
smtplib.py 11 extensions are NOT the same thing as the option keywords for the RCPT
21 HELO EHLO MAIL RCPT DATA
38 # Better RFC 821 compliance (MAIL and RCPT, and CRLF in data)
483 def rcpt(self, recip, options=[]): member in class:SMTP
484 """SMTP 'rcpt' command -- indicates 1 recipient for this mail."""
488 self.putcmd("rcpt", "TO:%s%s" % (quoteaddr(recip), optionlist))
678 all the rcpt commands.
741 (code, resp) = self.rcpt(each, rcpt_options)
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 

Completed in 292 milliseconds