Home
last modified time | relevance | path

Searched refs:SMTPUTF8 (Results 1 – 24 of 24) sorted by relevance

/third_party/curl/tests/data/
Dtest96814 CAPA SMTPUTF8
36 SMTP VRFY with SMTPUTF8 support
48 VRFY Användaren SMTPUTF8
Dtest96915 CAPA SMTPUTF8
35 SMTP mailing list EXPN (CUSTOMREQUEST) with SMTPUTF8 support
47 EXPN Friends SMTPUTF8
Dtest96714 CAPA SMTPUTF8
39 SMTP external VRFY with SMTPUTF8 support
51 VRFY Användaren@xn--4cab6c.se SMTPUTF8
Dtest96613 CAPA SMTPUTF8
35 SMTP with SMTPUTF8 support - UTF-8 based recipient
53 MAIL FROM:<sender@example.com> SMTPUTF8
Dtest96513 CAPA SMTPUTF8
35 SMTP with SMTPUTF8 support - UTF-8 based sender
53 MAIL FROM:<Avsändaren@xn--4cab6c.se> SMTPUTF8
Dtest96132 SMTP external VRFY without SMTPUTF8 support - UTF-8 based recipient (host part only)
Dtest95731 SMTP VRFY without SMTPUTF8 support - UTF-8 based recipient (local part only)
Dtest95831 SMTP external VRFY without SMTPUTF8 support - UTF-8 based recipient (local part only)
Dtest96433 SMTP external VRFY without SMTPUTF8 support (IDN Enabled) - UTF-8 based recipient (host part only)
Dtest96031 SMTP without SMTPUTF8 support - UTF-8 based recipient (host part only)
Dtest95630 SMTP without SMTPUTF8 support - UTF-8 based recipient (local part only)
Dtest95934 SMTP without SMTPUTF8 support - UTF-8 based sender (host part only)
Dtest95533 SMTP without SMTPUTF8 support - UTF-8 based sender (local part only)
Dtest96232 SMTP without SMTPUTF8 support - UTF-8 based sender (host part only)
Dtest96332 SMTP without SMTPUTF8 support (IDN Enabled) - UTF-8 based recipient (host part only)
/third_party/python/Doc/library/
Dsmtpd.rst29 SMTPUTF8 extensions.
53 *enable_SMTPUTF8* determines whether the ``SMTPUTF8`` extension (as defined
55 When ``True``, ``SMTPUTF8`` is accepted as a parameter to the ``MAIL``
89 ``['BODY=8BITMIME', 'SMTPUTF8']``).
177 *enable_SMTPUTF8* determines whether the ``SMTPUTF8`` extension (as defined
Dsmtplib.rst71 The SMTPUTF8 extension (:rfc:`6531`) is now supported.
476 If ``SMTPUTF8`` is included in *mail_options*, and the server supports it,
498 ``SMTPUTF8`` was given in the *mail_options* but is not supported by the
508 ``SMTPUTF8`` support added, and :exc:`SMTPNotSupportedError` may be
509 raised if ``SMTPUTF8`` is specified but the server does not support it.
538 non-ASCII characters and the server does not advertise ``SMTPUTF8`` support,
542 ``SMTPUTF8`` and ``BODY=8BITMIME`` are added to *mail_options*.
547 Support for internationalized addresses (``SMTPUTF8``).
Demail.policy.rst394 the ``SMTPUTF8`` extension (:rfc:`6531`).
532 .. data:: SMTPUTF8
/third_party/python/Lib/email/
Dpolicy.py224 SMTPUTF8 = SMTP.clone(utf8=True) variable
/third_party/python/Lib/test/test_email/
Dtest_generator.py291 g = BytesGenerator(s, policy=policy.SMTPUTF8)
Dtest_policy.py52 email.policy.SMTPUTF8: make_defaults(policy_defaults,
/third_party/python/Misc/NEWS.d/
D3.5.0b1.rst402 smtplib now supports RFC 6531 (SMTPUTF8).
D3.5.0a1.rst2681 Added support for RFC 6531 (SMTPUTF8) in smtpd.
/third_party/python/Doc/whatsnew/
D3.5.rst1114 ``SMTPUTF8`` extension. (Contributed by R. David Murray in
1684 The :class:`~smtpd.SMTPServer` class now also supports the ``SMTPUTF8``
1686 ``SMTPUTF8 BODY=8BITMIME`` on the ``MAIL`` command, they are passed to
1689 ``process_message`` method to correctly handle the ``SMTPUTF8`` data.
1710 support :rfc:`6531` (SMTPUTF8).