Searched refs:SMTP (Results 1 - 8 of 8) sorted by relevance

/external/autotest/client/common_lib/
H A Dmail_unittest.py15 # we define our needed mock SMTP
16 class SMTP: class in inherits:
44 self.cached_SMTP = mail.smtplib.SMTP
45 mail.smtplib.SMTP = SMTP
50 mail.smtplib.SMTP = self.cached_SMTP
H A Dmail.py37 server = smtplib.SMTP("localhost")
/external/curl/lib/
H A Dsmtp.h29 * SMTP unique setup
50 /* This SMTP struct is used in the Curl_easy. All SMTP data that is
54 struct SMTP { struct
80 /* this is the 5-bytes End-Of-Body marker for SMTP */
H A Dsmtp.c21 * RFC1870 SMTP Service Extension for Message Size
24 * RFC3207 SMTP over TLS
28 * RFC4954 SMTP Authentication
29 * RFC5321 SMTP protocol
31 * Draft SMTP URL Interface <draft-earhart-url-smtp-00.txt>
111 * SMTP protocol handler.
115 "SMTP", /* scheme */
163 * HTTP-proxyed SMTP protocol handler.
167 "SMTP", /* scheme */
241 * Checks for an ending SMTP statu
[all...]
/external/curl/tests/
H A Dserverhelp.pm108 ($proto =~ /^(((FTP|HTTP|HTTP\/2|IMAP|POP3|SMTP|HTTP-PIPE)S?)|(TFTP|SFTP|SOCKS|SSH|RTSP|GOPHER|HTTPTLS))$/));
/external/toolchain-utils/cros_utils/
H A Demail_sender.py4 """Utilities to send email either through SMTP or SendGMR."""
20 """Utility class to send email through SMTP or SendGMR."""
77 # Send the message via our own SMTP server, but don't include the
79 s = smtplib.SMTP('localhost')
/external/clang/tools/scan-view/share/
H A DReporter.py80 return map(lambda x:TextParameter(x),['To', 'From', 'SMTP Server', 'SMTP Port'])
134 s = smtplib.SMTP(host=parameters.get('SMTP Server'),
135 port=parameters.get('SMTP Port'))
139 raise ReportFailure('Unable to send message via SMTP.')
/external/toolchain-utils/crb/
H A Dcrb_driver.py252 # Send the message via our own SMTP server, but don't include the
254 s = smtplib.SMTP('localhost')

Completed in 264 milliseconds