<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.43 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-mailmaint-smtputf8-syntax-05" category="std" consensus="true" submissionType="IETF" xml:lang="en" updates="6532" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title>SMTPUTF8 Email Addresses</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-mailmaint-smtputf8-syntax-05"/>
    <author initials="A." surname="Gulbrandsen" fullname="Arnt Gulbrandsen">
      <organization>ICANN</organization>
      <address>
        <postal>
          <street>6 Rond Point Schumann, Bd. 1</street>
          <city>Brussels</city>
          <code>1040</code>
          <country>Belgium</country>
        </postal>
        <email>arnt@gulbrandsen.priv.no</email>
      </address>
    </author>
    <author initials="J." surname="Yao" fullname="Jiankang Yao">
      <organization>CNNIC</organization>
      <address>
        <postal>
          <street>No.4 South 4th Zhongguancun Street</street>
          <city>Beijing</city>
          <code>100190</code>
          <country>China</country>
        </postal>
        <email>yaojk@cnnic.cn</email>
      </address>
    </author>
    <date year="2026" month="September" day="10"/>
    <area>Applications and Real-Time</area>
    <workgroup>mailmaint</workgroup>
    <keyword>email</keyword>
    <abstract>
      <?line 61?>

<t>RFC 6532 extends the internet email format to allow UTF8 in many
contexts. This document restricts the set of allowed addresses in
header fields slightly, and thereby simplifies use of these addresses.</t>
      <t>This is one of a pair of documents. This one is simple to implement
and contains only globally viable rules. Its companion has more
complex rules, takes regional usage into account, and describes
addresses that can be read by some community and cut-and-pasted in
some locale.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Mail Maintenance Working Group mailing list (mailmaint@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/mailmaint/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/arnt/mailmaint-smtputf8"/>.</t>
    </note>
  </front>
  <middle>
    <?line 73?>

<section anchor="introduction">
      <name>Introduction</name>
      <t><xref target="RFC6530"/>-<xref target="RFC6533"/> and <xref target="RFC6854"/>-<xref target="RFC6858"/> extend various
aspects of the email system to support non-ASCII both in localparts
and domain parts. In addition, some email software supports unicode in
domain parts by using encoded domain parts in the SMTP transaction
("RCPT TO:<eref target="mailto:info@xn--dmi-0na.fo">info@xn--dmi-0na.fo</eref>") and presenting the unicode version
(dømi.fo in this case) in the user interface.</t>
      <t>The email address syntax extension is in <xref target="RFC6532"/>, and allows
almost all UTF8 strings as localparts. While this certainly allows
everything users want to use, it is also flexible enough to allow many
things that users and implementers find surprising and sometimes
worrying. For example, the domain extracted by code may not match that
shown to users on-screen.</t>
    </section>
    <section anchor="requirements-language">
      <name>Requirements Language</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

</section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>Script, in this document, refers to the unicode script property (see
<xref target="UAX24"/>). Each code point is assigned to one script ("a" is Latin),
except that some are assigned to "Common" or a few other special
values. Fraktur and /etc/rc.local aren't scripts in this document, but
Latin is.</t>
      <t>Latin refers to those code points that have the script property "Latin"
in Unicode. Orléans in France and Münster in Germany both have Latin
names in this document. It also refers to combinations of those code
points and combining characters, and to strings that contain no code
points from other scripts.</t>
      <t>Han, Cyrillic etc. refer to those code points that have the respective
script property in Unicode, as well as to strings that contain no code
points from other scripts.</t>
      <t>ASCII refers to the first 128 code points within unicode, which
includes the letters A-Z but not É or Ü. It also refers to strings
that contain only ASCII code points.</t>
      <t>Non-ASCII refers to unicode code points except the first 128, and also
to strings that contain at least one such code point.</t>
      <t>By way of example, the address info@dømi.fo is latin and non-ASCII,
its localpart is latin and ASCII, and its domain part is latin and
non-ASCII. 中国 is a Han string in this document, but 阿Q正传 is
neither a Latin string nor a Han string, because it contains a Latin Q
and three Han code points.</t>
      <t>The term a-label is defined in <xref target="RFC5890"/> section 2.3.2.1.</t>
      <t>PRECIS is described in <xref target="RFC8264"/>, and the IdentifierClass in section
4.2 of that document.</t>
    </section>
    <section anchor="rules">
      <name>Rules</name>
      <t>The following three rules apply to the
<xref target="I-D.ietf-emailcore-rfc5322bis"/> mailbox production, as indirectly
extended by <xref target="RFC6532"/>.</t>
      <ol spacing="normal" type="1"><li>
          <t>An atom in an address <bcp14>MUST NOT</bcp14> be an a-label (e.g. xn--dmi-0na).</t>
        </li>
        <li>
          <t>An address <bcp14>MUST</bcp14> contain only code points that the PRECIS
IdentifierClass treats as valid, and " ". Where the IdentifierClass
requires a contextual rule, the address <bcp14>MUST</bcp14> satisfy that rule
(<xref target="RFC5892"/> Appendix A).</t>
        </li>
        <li>
          <t>An address <bcp14>MUST NOT</bcp14> contain more than one script, when ASCII is
disregarded. (For example: In the word Orléans, Orl and ans are ASCII
and é is non-ASCII. The single é is in a single script, so the word
contains only one script.)</t>
        </li>
      </ol>
    </section>
    <section anchor="examples">
      <name>Examples</name>
      <t>example@example.com is permitted, because 1) it does not contain any
a-label, 2) it consists entirely of permissible code points and 3) it
contains no non-ASCII code points at all.</t>
      <t>The address dømi@dømi.fo is permitted, because 1) it does not contain
any a-label, 2) the IdentifierClass permits every code point in it and
3) it consists entirely of 'Latin' and 'Common' code points (and ./@).</t>
      <t>The address U+200E '@' U+200F '.' U+200E is not permitted, because 2)
the IdentifierClass disallows U+200E and U+200F as ignorable code
points.</t>
      <t>The address 'admin' U+3164 '@example.com' is not permitted for the
same reason. U+3164 HANGUL FILLER renders as nothing at all, so the
address looks exactly like admin@example.com. U+0640 ARABIC TATWEEL is
disallowed too, although it is a letter by category: it only elongates
the preceding letter, and would let one address be spelled in any
number of ways.</t>
      <t>阿Q正传@阿Q正传.example is permitted because it contains ASCII and Han,
dømi@dømi.fo is legal because it contains ASCII and Latin, but
阿Q正传@dømi.fo is not, because it contains both Han (阿) and Latin
non-ASCII (ø).</t>
    </section>
    <section anchor="IANA">
      <name>IANA Considerations</name>
      <t>This document does not require any actions from the IANA.</t>
    </section>
    <section anchor="SECURITY">
      <name>Security Considerations</name>
      <t>When a program renders a non-ASCII email address string on-screen or
stores it as a string (e.g. in a system log file), the address shown
to the eventual human may not be as intended. One possible way to
diminish the risk is to replace impermissible code points with U+FFFD,
REPLACEMENT CHARACTER. There are also other options.</t>
      <t>The rules in this document permit a number of code points that can
make an address difficult to cut and paste.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="I-D.ietf-emailcore-rfc5322bis">
          <front>
            <title>Internet Message Format</title>
            <author fullname="Pete Resnick" initials="P." surname="Resnick">
              <organization>Episteme Technology Consulting LLC</organization>
            </author>
            <date day="13" month="June" year="2024"/>
            <abstract>
              <t>   This document specifies the Internet Message Format (IMF), a syntax
   for text messages that are sent between computer users, within the
   framework of "electronic mail" messages.  This specification is a
   revision of Request For Comments (RFC) 5322, itself a revision of
   Request For Comments (RFC) 2822, all of which supersede Request For
   Comments (RFC) 822, "Standard for the Format of ARPA Internet Text
   Messages", updating it to reflect current practice and incorporating
   incremental changes that were specified in other RFCs.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-emailcore-rfc5322bis-12"/>
        </reference>
        <reference anchor="RFC5890">
          <front>
            <title>Internationalized Domain Names for Applications (IDNA): Definitions and Document Framework</title>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <date month="August" year="2010"/>
            <abstract>
              <t>This document is one of a collection that, together, describe the protocol and usage context for a revision of Internationalized Domain Names for Applications (IDNA), superseding the earlier version. It describes the document collection and provides definitions and other material that are common to the set. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5890"/>
          <seriesInfo name="DOI" value="10.17487/RFC5890"/>
        </reference>
        <reference anchor="RFC5892">
          <front>
            <title>The Unicode Code Points and Internationalized Domain Names for Applications (IDNA)</title>
            <author fullname="P. Faltstrom" initials="P." role="editor" surname="Faltstrom"/>
            <date month="August" year="2010"/>
            <abstract>
              <t>This document specifies rules for deciding whether a code point, considered in isolation or in context, is a candidate for inclusion in an Internationalized Domain Name (IDN).</t>
              <t>It is part of the specification of Internationalizing Domain Names in Applications 2008 (IDNA2008). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5892"/>
          <seriesInfo name="DOI" value="10.17487/RFC5892"/>
        </reference>
        <reference anchor="RFC6365">
          <front>
            <title>Terminology Used in Internationalization in the IETF</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <date month="September" year="2011"/>
            <abstract>
              <t>This document provides a list of terms used in the IETF when discussing internationalization. The purpose is to help frame discussions of internationalization in the various areas of the IETF and to help introduce the main concepts to IETF participants. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="166"/>
          <seriesInfo name="RFC" value="6365"/>
          <seriesInfo name="DOI" value="10.17487/RFC6365"/>
        </reference>
        <reference anchor="RFC6530">
          <front>
            <title>Overview and Framework for Internationalized Email</title>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <author fullname="Y. Ko" initials="Y." surname="Ko"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>Full use of electronic mail throughout the world requires that (subject to other constraints) people be able to use close variations on their own names (written correctly in their own languages and scripts) as mailbox names in email addresses. This document introduces a series of specifications that define mechanisms and protocol extensions needed to fully support internationalized email addresses. These changes include an SMTP extension and extension of email header syntax to accommodate UTF-8 data. The document set also includes discussion of key assumptions and issues in deploying fully internationalized email. This document is a replacement for RFC 4952; it reflects additional issues identified since that document was published. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6530"/>
          <seriesInfo name="DOI" value="10.17487/RFC6530"/>
        </reference>
        <reference anchor="RFC6532">
          <front>
            <title>Internationalized Email Headers</title>
            <author fullname="A. Yang" initials="A." surname="Yang"/>
            <author fullname="S. Steele" initials="S." surname="Steele"/>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>Internet mail was originally limited to 7-bit ASCII. MIME added support for the use of 8-bit character sets in body parts, and also defined an encoded-word construct so other character sets could be used in certain header field values. However, full internationalization of electronic mail requires additional enhancements to allow the use of Unicode, including characters outside the ASCII repertoire, in mail addresses as well as direct use of Unicode in header fields like "From:", "To:", and "Subject:", without requiring the use of complex encoded-word constructs. This document specifies an enhancement to the Internet Message Format and to MIME that allows use of Unicode in mail addresses and most header field content.</t>
              <t>This specification updates Section 6.4 of RFC 2045 to eliminate the restriction prohibiting the use of non-identity content-transfer- encodings on subtypes of "message/". [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6532"/>
          <seriesInfo name="DOI" value="10.17487/RFC6532"/>
        </reference>
        <reference anchor="RFC8264">
          <front>
            <title>PRECIS Framework: Preparation, Enforcement, and Comparison of Internationalized Strings in Application Protocols</title>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="M. Blanchet" initials="M." surname="Blanchet"/>
            <date month="October" year="2017"/>
            <abstract>
              <t>Application protocols using Unicode code points in protocol strings need to properly handle such strings in order to enforce internationalization rules for strings placed in various protocol slots (such as addresses and identifiers) and to perform valid comparison operations (e.g., for purposes of authentication or authorization). This document defines a framework enabling application protocols to perform the preparation, enforcement, and comparison of internationalized strings ("PRECIS") in a way that depends on the properties of Unicode code points and thus is more agile with respect to versions of Unicode. As a result, this framework provides a more sustainable approach to the handling of internationalized strings than the previous framework, known as Stringprep (RFC 3454). This document obsoletes RFC 7564.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8264"/>
          <seriesInfo name="DOI" value="10.17487/RFC8264"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC3490">
          <front>
            <title>Internationalizing Domain Names in Applications (IDNA)</title>
            <author fullname="P. Faltstrom" initials="P." surname="Faltstrom"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="A. Costello" initials="A." surname="Costello"/>
            <date month="March" year="2003"/>
            <abstract>
              <t>Until now, there has been no standard method for domain names to use characters outside the ASCII repertoire. This document defines internationalized domain names (IDNs) and a mechanism called Internationalizing Domain Names in Applications (IDNA) for handling them in a standard fashion. IDNs use characters drawn from a large repertoire (Unicode), but IDNA allows the non-ASCII characters to be represented using only the ASCII characters already allowed in so-called host names today. This backward-compatible representation is required in existing protocols like DNS, so that IDNs can be introduced with no changes to the existing infrastructure. IDNA is only meant for processing domain names, not free text. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3490"/>
          <seriesInfo name="DOI" value="10.17487/RFC3490"/>
        </reference>
        <reference anchor="RFC5891">
          <front>
            <title>Internationalized Domain Names in Applications (IDNA): Protocol</title>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <date month="August" year="2010"/>
            <abstract>
              <t>This document is the revised protocol definition for Internationalized Domain Names (IDNs). The rationale for changes, the relationship to the older specification, and important terminology are provided in other documents. This document specifies the protocol mechanism, called Internationalized Domain Names in Applications (IDNA), for registering and looking up IDNs in a way that does not require changes to the DNS itself. IDNA is only meant for processing domain names, not free text. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5891"/>
          <seriesInfo name="DOI" value="10.17487/RFC5891"/>
        </reference>
        <reference anchor="RFC6533">
          <front>
            <title>Internationalized Delivery Status and Disposition Notifications</title>
            <author fullname="T. Hansen" initials="T." role="editor" surname="Hansen"/>
            <author fullname="C. Newman" initials="C." surname="Newman"/>
            <author fullname="A. Melnikov" initials="A." surname="Melnikov"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>Delivery status notifications (DSNs) are critical to the correct operation of an email system. However, the existing Draft Standards (RFC 3461, RFC 3464, RFC 6522) are presently limited to ASCII text in the machine-readable portions of the protocol. This specification adds a new address type for international email addresses so an original recipient address with non-ASCII characters can be correctly preserved even after downgrading. This also provides updated content return media types for delivery status notifications and message disposition notifications to support use of the new address type.</t>
              <t>This document extends RFC 3461, RFC 3464, RFC 3798, and RFC 6522. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6533"/>
          <seriesInfo name="DOI" value="10.17487/RFC6533"/>
        </reference>
        <reference anchor="RFC6854">
          <front>
            <title>Update to Internet Message Format to Allow Group Syntax in the "From:" and "Sender:" Header Fields</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="March" year="2013"/>
            <abstract>
              <t>The Internet Message Format (RFC 5322) allows "group" syntax in some email header fields, such as "To:" and "CC:", but not in "From:" or "Sender:". This document updates RFC 5322 to relax that restriction, allowing group syntax in those latter fields, as well as in "Resent-From:" and "Resent-Sender:", in certain situations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6854"/>
          <seriesInfo name="DOI" value="10.17487/RFC6854"/>
        </reference>
        <reference anchor="RFC6858">
          <front>
            <title>Simplified POP and IMAP Downgrading for Internationalized Email</title>
            <author fullname="A. Gulbrandsen" initials="A." surname="Gulbrandsen"/>
            <date month="March" year="2013"/>
            <abstract>
              <t>This document specifies a method for IMAP and POP servers to serve internationalized messages to conventional clients. The specification is simple, easy to implement, and provides only rudimentary results.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6858"/>
          <seriesInfo name="DOI" value="10.17487/RFC6858"/>
        </reference>
        <reference anchor="UAX24" target="https://unicode.org/reports/tr24">
          <front>
            <title>Unicode Script Property</title>
            <author initials="K." surname="Whistler" fullname="Ken Whistler">
              <organization/>
            </author>
            <date year="2025" month="July" day="31"/>
          </front>
        </reference>
        <reference anchor="UMLAUT" target="https://en.wikipedia.org/wiki/Metal_umlaut">
          <front>
            <title>Metal Umlaut</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="TYPE_EMAIL" target="https://html.spec.whatwg.org/multipage/input.html#email-state-(type=email)">
          <front>
            <title>WHATWG input type=email</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
      </references>
    </references>
    <?line 208?>

<section anchor="testing">
      <name>Testing</name>
      <t>This is a set of test addresses in JSON format.</t>
      <t>Below is a verbatim copy of
https://github.com/arnt/mailmaint-smtputf8/tests.json as it was
on (date here). It contains a number of strange and unusual code points, so
cutting and pasting this may not work. Rather, it is recommended to
either use the rfcstrip tool or download the tests using a command
such as curl
https://github.com/arnt/mailmaint-smtputf8/tests.json &gt;
tests.json.</t>
      <t>Note to IETF reviewers: The tests will be included here shortly before
publication (and after IETF Last Call).</t>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors wish to thank John C. Klensin, (your name here, please)</t>
      <t>(Wow, the ack section is already outdated)</t>
      <t>Dømi.fo and 例子.中国 are reserved by nic.fo and CNNIC for use in
examples and documentation.</t>
      <t>阿Q正传 is a famous Chinese novella, 阿Q is the main character.</t>
    </section>
    <section anchor="instructions-to-the-rfc-editor">
      <name>Instructions to the RFC editor</name>
      <t>Please remove all mentions of the Protocol Police before publication
(including this sentence).</t>
      <t>Please remove the Open Issues section.</t>
    </section>
    <section anchor="open-issues">
      <name>Open issues</name>
      <ol spacing="normal" type="1"><li>
          <t>Wording to identify destiny; I think this should probably become a
proposed standard and modify a couple of RFCs, but I'm uncertain about
some details and left that open now.</t>
        </li>
        <li>
          <t>More words on the relationship between this and the
companion. There are several parallel differences, maybe this warrants
a section of its own.</t>
        </li>
        <li>
          <t>Should this even mention the requirements placed on domains by
IDNA, ICANN, web browsers and others?</t>
        </li>
        <li>
          <t><bcp14>SHOULD</bcp14> or <bcp14>MUST</bcp14> not contain a-labels?</t>
        </li>
      </ol>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
