Home
last modified time | relevance | path

Searched refs:SMTP (Results 1 – 25 of 70) sorted by relevance

123

/third_party/python/Doc/library/
Dsmtplib.rst1 :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 …]
Dsmtpd.rst1 :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
Demail.rst16 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)
Demail.policy.rst393 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/
Dtest_smtplib.py165 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 …]
Dtest_smtpnet.py34 server = smtplib.SMTP(self.testServer, self.remotePort)
/third_party/python/Doc/includes/
Demail-dir.py13 from email.policy import SMTP
70 fp.write(msg.as_bytes(policy=SMTP))
72 with smtplib.SMTP('localhost') as s:
Demail-simple.py20 s = smtplib.SMTP('localhost')
Demail-mime.py28 with smtplib.SMTP('localhost') as s:
Demail-alternative.py55 with smtplib.SMTP('localhost') as s:
/third_party/libwebsockets/minimal-examples/api-tests/api-test-smtp_client/
DREADME.md3 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/
Dpolicy.py222 SMTP = default.clone(linesep='\r\n') variable
224 SMTPUTF8 = SMTP.clone(utf8=True)
/third_party/python/Misc/NEWS.d/
D3.5.0b4.rst227 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/
Dtest_generator.py130 g = self.genclass(s, policy=policy.SMTP)
139 g = self.genclass(s, policy=policy.SMTP)
312 g = BytesGenerator(s, policy=policy.SMTP)
Dtest_inversion.py33 m = message_from_bytes(msg, policy=policy.SMTP)
/third_party/python/Lib/
Dsmtplib.py190 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/
DREADME.OpenSource9 …TPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTM…
/third_party/libwebsockets/minimal-examples/api-tests/
DREADME.md11 api-test-smtp_client|SMTP client for sending emails
/third_party/libwebsockets/minimal-examples/abstract/protocols/smtp-client/
DREADME.md23 [2019/04/17 05:12:06:5293] USER: LWS API selftest: SMTP client
/third_party/skia/third_party/externals/microhttpd/m4/
Dlibcurl.m461 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/
Dmsg_15.txt2 …dk (195.41.46.149) by mail.groupcare.dk (LSMTP for Windows NT v1.1b) with SMTP id <0.0014F8A2@mail…
/third_party/lwip/
DFEATURES11 …TTP server (HTTPS via altcp), HTTP(S) client (since v2.1.0), SNTP client, SMTP client (SMTPS via a…
/third_party/libwebsockets/lib/abstract/
DREADME.md42 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/
D0bsd-mckusick.txt8 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/
DREADME.md75 * [`ssl/ssl_mail_client.c`](ssl/ssl_mail_client.c): a simple SMTP-over-TLS or SMTP-STARTTLS client.…

123