/third_party/python/Doc/library/ |
D | smtplib.rst | 1 :mod:`smtplib` --- SMTP protocol client 5 :synopsis: SMTP protocol client (requires sockets). 12 pair: SMTP; protocol 17 The :mod:`smtplib` module defines an SMTP client session object that can be used 18 to send mail to any internet machine with an SMTP or ESMTP listener daemon. For 19 details of SMTP and ESMTP operation, consult :rfc:`821` (Simple Mail Transfer 20 Protocol) and :rfc:`1869` (SMTP Service Extensions). 23 .. class:: SMTP(host='', port=0, local_hostname=None[, timeout], source_address=None) 25 An :class:`SMTP` instance encapsulates an SMTP connection. It has methods 26 that support a full repertoire of SMTP and ESMTP operations. If the optional [all …]
|
D | smtpd.rst | 1 :mod:`smtpd` --- SMTP Server 5 :synopsis: A SMTP server implementation in Python. 14 This module offers several classes to implement SMTP (email) servers. 26 interaction behaviour with SMTP clients. 40 *localaddr*. It will treat *remoteaddr* as an upstream SMTP relayer. Both 60 *decode_data* specifies whether the data portion of the SMTP transaction 106 managing SMTP clients. 169 between the server and a single SMTP client. 184 *decode_data* specifies whether the data portion of the SMTP transaction
|
D | email.rst | 16 specifically *not* designed to do any sending of email messages to SMTP 55 to serialize it using standard SMTP settings when sending it to an email 136 SMTP (Simple Mail Transport Protocol) client 152 SMTP server framework (primarily useful for testing)
|
D | email.policy.rst | 393 formatted in this way may be passed to SMTP servers that support 525 .. data:: SMTP 534 The same as ``SMTP`` except that :attr:`~EmailPolicy.utf8` is ``True``. 536 words in the headers. Should only be used for SMTP transmission if the 538 :meth:`smtplib.SMTP.send_message` method handles this automatically). 544 ``SMTP`` except that ``max_line_length`` is set to ``None`` (unlimited).
|
/third_party/python/Lib/test/ |
D | test_smtplib.py | 165 client = smtplib.SMTP 284 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', 292 smtp = smtplib.SMTP(self.host, self.port, local_hostname='localhost', 305 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', 313 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', 322 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', 331 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', 341 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', 350 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', 362 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', [all …]
|
D | test_smtpnet.py | 34 server = smtplib.SMTP(self.testServer, self.remotePort)
|
/third_party/python/Doc/includes/ |
D | email-dir.py | 13 from email.policy import SMTP 70 fp.write(msg.as_bytes(policy=SMTP)) 72 with smtplib.SMTP('localhost') as s:
|
D | email-simple.py | 20 s = smtplib.SMTP('localhost')
|
D | email-mime.py | 28 with smtplib.SMTP('localhost') as s:
|
D | email-alternative.py | 55 with smtplib.SMTP('localhost') as s:
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-smtp_client/ |
D | README.md | 3 Performs unit tests on the lws SMTP client abstract protocol 28 [2019/06/28 21:56:41:0711] USER: LWS API selftest: SMTP client unit tests
|
/third_party/python/Lib/email/ |
D | policy.py | 222 SMTP = default.clone(linesep='\r\n') variable 224 SMTPUTF8 = SMTP.clone(utf8=True)
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0b4.rst | 227 SMTP.auth() and SMTP.login() now support RFC 4954's optional 228 initial-response argument to the SMTP AUTH command.
|
/third_party/python/Lib/test/test_email/ |
D | test_generator.py | 130 g = self.genclass(s, policy=policy.SMTP) 139 g = self.genclass(s, policy=policy.SMTP) 312 g = BytesGenerator(s, policy=policy.SMTP)
|
D | test_inversion.py | 33 m = message_from_bytes(msg, policy=policy.SMTP)
|
/third_party/python/Lib/ |
D | smtplib.py | 190 class SMTP: class 1014 class SMTP_SSL(SMTP): 1050 SMTP.__init__(self, host, port, local_hostname, timeout, 1068 class LMTP(SMTP): 1137 server = SMTP('localhost')
|
/third_party/curl/ |
D | README.OpenSource | 9 …TPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTM…
|
/third_party/libwebsockets/minimal-examples/api-tests/ |
D | README.md | 11 api-test-smtp_client|SMTP client for sending emails
|
/third_party/libwebsockets/minimal-examples/abstract/protocols/smtp-client/ |
D | README.md | 23 [2019/04/17 05:12:06:5293] USER: LWS API selftest: SMTP client
|
/third_party/skia/third_party/externals/microhttpd/m4/ |
D | libcurl.m4 | 61 AH_TEMPLATE([LIBCURL_PROTOCOL_SMTP],[Defined if libcurl supports SMTP]) 216 # RTSP, IMAP, POP3 and SMTP were added in 219 _libcurl_protocols="$_libcurl_protocols RTSP IMAP POP3 SMTP"
|
/third_party/python/Lib/test/test_email/data/ |
D | msg_15.txt | 2 …dk (195.41.46.149) by mail.groupcare.dk (LSMTP for Windows NT v1.1b) with SMTP id <0.0014F8A2@mail…
|
/third_party/lwip/ |
D | FEATURES | 11 …TTP server (HTTPS via altcp), HTTP(S) client (since v2.1.0), SNTP client, SMTP client (SMTPS via a…
|
/third_party/libwebsockets/lib/abstract/ |
D | README.md | 42 lws SMTP client support has been rewritten to use the new scheme, 170 See the SMTP client api test for an example of how to use.
|
/third_party/toybox/www/ |
D | 0bsd-mckusick.txt | 8 Received: by 2002:ab0:208c:0:0:0:0:0 with SMTP id r12csp943206uak; 11 X-Received: by 2002:a17:902:16a4:: with SMTP id h33-v6mr26279849plh.3.1539798983448;
|
/third_party/mbedtls/programs/ |
D | README.md | 75 * [`ssl/ssl_mail_client.c`](ssl/ssl_mail_client.c): a simple SMTP-over-TLS or SMTP-STARTTLS client.…
|