Searched refs:SMTPUTF8 (Results 1 – 24 of 24) sorted by relevance
14 CAPA SMTPUTF836 SMTP VRFY with SMTPUTF8 support48 VRFY Användaren SMTPUTF8
15 CAPA SMTPUTF835 SMTP mailing list EXPN (CUSTOMREQUEST) with SMTPUTF8 support47 EXPN Friends SMTPUTF8
14 CAPA SMTPUTF839 SMTP external VRFY with SMTPUTF8 support51 VRFY Användaren@xn--4cab6c.se SMTPUTF8
13 CAPA SMTPUTF835 SMTP with SMTPUTF8 support - UTF-8 based recipient53 MAIL FROM:<sender@example.com> SMTPUTF8
13 CAPA SMTPUTF835 SMTP with SMTPUTF8 support - UTF-8 based sender53 MAIL FROM:<Avsändaren@xn--4cab6c.se> SMTPUTF8
32 SMTP external VRFY without SMTPUTF8 support - UTF-8 based recipient (host part only)
31 SMTP VRFY without SMTPUTF8 support - UTF-8 based recipient (local part only)
31 SMTP external VRFY without SMTPUTF8 support - UTF-8 based recipient (local part only)
33 SMTP external VRFY without SMTPUTF8 support (IDN Enabled) - UTF-8 based recipient (host part only)
31 SMTP without SMTPUTF8 support - UTF-8 based recipient (host part only)
30 SMTP without SMTPUTF8 support - UTF-8 based recipient (local part only)
34 SMTP without SMTPUTF8 support - UTF-8 based sender (host part only)
33 SMTP without SMTPUTF8 support - UTF-8 based sender (local part only)
32 SMTP without SMTPUTF8 support - UTF-8 based sender (host part only)
32 SMTP without SMTPUTF8 support (IDN Enabled) - UTF-8 based recipient (host part only)
29 SMTPUTF8 extensions.53 *enable_SMTPUTF8* determines whether the ``SMTPUTF8`` extension (as defined55 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
71 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 the508 ``SMTPUTF8`` support added, and :exc:`SMTPNotSupportedError` may be509 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``).
394 the ``SMTPUTF8`` extension (:rfc:`6531`).532 .. data:: SMTPUTF8
224 SMTPUTF8 = SMTP.clone(utf8=True) variable
291 g = BytesGenerator(s, policy=policy.SMTPUTF8)
52 email.policy.SMTPUTF8: make_defaults(policy_defaults,
402 smtplib now supports RFC 6531 (SMTPUTF8).
2681 Added support for RFC 6531 (SMTPUTF8) in smtpd.
1114 ``SMTPUTF8`` extension. (Contributed by R. David Murray in1684 The :class:`~smtpd.SMTPServer` class now also supports the ``SMTPUTF8``1686 ``SMTPUTF8 BODY=8BITMIME`` on the ``MAIL`` command, they are passed to1689 ``process_message`` method to correctly handle the ``SMTPUTF8`` data.1710 support :rfc:`6531` (SMTPUTF8).