HomeSort by: relevance | last modified time | path
    Searched refs:SMTP (Results 1 - 5 of 5) sorted by relevancy

  /src/external/ibm-public/postfix/dist/mantools/
make_soho_readme 52 Postfix SMTP client</a></li>
  /src/external/ibm-public/postfix/dist/conf/
postfix-tls-script 14 # opportunistic TLS in the Postfix SMTP client or server, and
15 # manages Postfix SMTP server private keys and certificates.
19 # Enable opportunistic TLS in the Postfix SMTP client, if all
20 # SMTP client TLS settings are at their default values.
32 # and enable opportunistic TLS in the Postfix SMTP server,
33 # if all SMTP server TLS settings are at their default values.
138 # SMTP server on host \fIhostname\fR with keys from any of
155 # Exit with status 0 (success) if all SMTP client TLS settings are
162 # Exit with status 0 (success) if all SMTP server TLS settings are
181 # Enable additional Postfix SMTP client logging of TLS activity
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/scan-view/share/
Reporter.py 83 return [TextParameter(x) for x in ['To', 'From', 'SMTP Server', 'SMTP Port']]
137 s = smtplib.SMTP(host=parameters.get('SMTP Server'),
138 port=parameters.get('SMTP Port'))
142 raise ReportFailure('Unable to send message via SMTP.')
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
curl.d 20 SMTP) )
93 $(TR $(TDNW $(LREF SMTP)) $(TD `SMTP` struct for advanced usage))
148 Authors: Jonas Drewsen. Some of the SMTP code contributed by Jimmy Cao.
1868 really be in the HTTP/FTP/SMTP structs but the documentation tool does not
1870 in this template is copied into each of HTTP/FTP/SMTP below.
3719 * Basic SMTP protocol support.
3726 * auto smtp = SMTP("smtps://smtp.gmail.com")
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/Reviewing/
find_interesting_reviews.py 605 s = smtplib.SMTP()

Completed in 29 milliseconds