<?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.17 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-extra-6855bis-02" category="std" consensus="true" submissionType="IETF" xml:lang="en" version="3">
  <!-- xml2rfc v2v3 conversion 3.21.0 -->
  <front>
    <title abbrev="UTF8=ACCEPT">IMAP Support for UTF-8</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-extra-6855bis-02"/>
    <author initials="P." surname="Resnick" fullname="Pete Resnick">
      <organization>Qualcomm Incorporated</organization>
      <address>
        <postal>
          <street>5775 Morehouse Drive</street>
          <city>San Diego</city>
          <code>CA 92121-1714</code>
          <country>US</country>
        </postal>
        <email>presnick@qualcomm.com</email>
      </address>
    </author>
    <author initials="C." surname="Newman" fullname="Chris Newman">
      <organization>Oracle</organization>
      <address>
        <postal>
          <street>800 Royal Oaks</street>
          <city>Monrovia,</city>
          <code>AA 91016</code>
          <country>US</country>
        </postal>
        <email>chris.newman@oracle.com</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>
    <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>
    <date year="2024" month="June" day="28"/>
    <area>Applications</area>
    <workgroup>EXTRA</workgroup>
    <keyword>IMAP</keyword>
    <abstract>
      <?line 70?>

<t>This specification extends the Internet Message Access Protocol
(IMAP4rev1, RFC 3501) to support UTF-8 encoded international
characters in user names, mail addresses, and message headers.  This
specification replaces RFC 6855. This specification does not extend
IMAP4rev2 <xref target="RFC9051"/>, since that protocol includes everything in this
extension.</t>
    </abstract>
  </front>
  <middle>
    <?line 79?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This specification forms part of the Email Address
Internationalization protocols described in the Email Address
Internationalization Framework document <xref target="RFC6530"/>.  It extends IMAP
[RFC3501}} to permit UTF-8 <xref target="RFC3629"/> in headers, as described in
"Internationalized Email Headers" <xref target="RFC6532"/>.  It also adds a
mechanism to support mailbox names using the UTF-8 charset.  This
specification creates two new IMAP capabilities to allow servers to
advertise these new extensions.</t>
      <t>This specification assumes that the IMAP server will be operating in
a fully internationalized environment, i.e., one in which all clients
accessing the server will be able to accept non-ASCII message header
fields and other information, as specified in Section 3.  At least
during a transition period, that assumption will not be realistic for
many environments; the issues involved are discussed in Section 7
below.</t>
      <t>This specification replaces an earlier, experimental approach to the
same problem <xref target="RFC5738"/> as well as <xref target="RFC6855"/>.</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="utf8accept-imap-capability-and-utf-8-in-imap-quoted-strings">
      <name>"UTF8=ACCEPT" IMAP Capability and UTF-8 in IMAP Quoted-Strings</name>
      <t>The "UTF8=ACCEPT" capability indicates that the server supports the
ability to open mailboxes containing internationalized messages with
the "SELECT" and "EXAMINE" commands, and the server can provide UTF-8
responses to the "LIST" and "LSUB" commands.  This capability also
affects other IMAP extensions that can return mailbox names or their
prefixes, such as NAMESPACE <xref target="RFC2342"/> and ACL <xref target="RFC4314"/>.</t>
      <t>The "UTF8=ONLY" capability, described in Section 6, implies the
"UTF8=ACCEPT" capability.  A server is said to support "UTF8=ACCEPT"
if it advertises either "UTF8=ACCEPT" or "UTF8=ONLY".</t>
      <t>A client <bcp14>MUST</bcp14> use the "ENABLE" command <xref target="RFC5161"/> with the
"UTF8=ACCEPT" option (defined in Section 4 below) to indicate to the
server that the client accepts UTF-8 in quoted-strings and supports
the "UTF8=ACCEPT" extension.  The "ENABLE UTF8=ACCEPT" command is
only valid in the authenticated state.</t>
      <t>The IMAP base specification <xref target="RFC3501"/> forbids the use of 8-bit
characters in atoms or quoted-strings.  Thus, a UTF-8 string can only
be sent as a literal.  This can be inconvenient from a coding
standpoint, and unless the server offers IMAP non-synchronizing
literals <xref target="RFC2088"/>, this requires an extra round trip for each UTF-8
string sent by the client.  When the IMAP server supports
"UTF8=ACCEPT", it supports UTF-8 in quoted-strings with the following
syntax:</t>
      <t>quoted        =/ DQUOTE *uQUOTED-CHAR DQUOTE
          ; QUOTED-CHAR is not modified, as it will affect
          ; other RFC 3501 ABNF non-terminals.</t>
      <t>uQUOTED-CHAR  = QUOTED-CHAR / UTF8-2 / UTF8-3 / UTF8-4</t>
      <t>UTF8-2        =   &lt;Defined in Section 4 of RFC 3629&gt;</t>
      <t>UTF8-3        =   &lt;Defined in Section 4 of RFC 3629&gt;</t>
      <t>UTF8-4        =   &lt;Defined in Section 4 of RFC 3629&gt;</t>
      <t>When this extended quoting mechanism is used by the client, the
server <bcp14>MUST</bcp14> reject, with a "BAD" response, any octet sequences with
the high bit set that fail to comply with the formal syntax
requirements of UTF-8 <xref target="RFC3629"/>.  The IMAP server <bcp14>MUST NOT</bcp14> send UTF-8
in quoted-strings to the client unless the client has indicated
support for that syntax by using the "ENABLE UTF8=ACCEPT" command.</t>
      <t>If the server supports "UTF8=ACCEPT", the client <bcp14>MAY</bcp14> use extended
quoted syntax with any IMAP argument that permits a string (including
astring and nstring).  However, if characters outside the US-ASCII
repertoire are used in an inappropriate place, the results would be
the same as if other syntactically valid but semantically invalid
characters were used.  Specific cases where UTF-8 characters are
permitted or not permitted are described in the following paragraphs.</t>
      <t>All IMAP servers that support "UTF8=ACCEPT" <bcp14>SHOULD</bcp14> accept UTF-8 in
mailbox names, and those that also support the Mailbox International
Naming Convention described in RFC 3501, Section 5.1.3, <bcp14>MUST</bcp14> accept
UTF8-quoted mailbox names and convert them to the appropriate
internal format.  Mailbox names <bcp14>MUST</bcp14> comply with the Net-Unicode
Definition (<xref target="RFC5198"/>, Section 2) with the specific exception that
they <bcp14>MUST NOT</bcp14> contain control characters (U+0000-U+001F and U+0080-U+
009F), a delete character (U+007F), a line separator (U+2028), or a
paragraph separator (U+2029).</t>
      <t>Once an IMAP client has enabled UTF-8 support with the "ENABLE
UTF8=ACCEPT" command, it <bcp14>MUST NOT</bcp14> issue a "SEARCH" command that
contains a charset specification.  If an IMAP server receives such a
"SEARCH" command in that situation, it <bcp14>SHOULD</bcp14> reject the command with
a "BAD" response (due to the conflicting charset labels).</t>
    </section>
    <section anchor="append-command">
      <name>"APPEND" Command</name>
      <t>If the server supports "UTF8=ACCEPT", then the server accepts UTF-8
headers in the "APPEND" command message argument.</t>
      <t>If an IMAP server supports "UTF8=ACCEPT" and the IMAP client has not
issued the "ENABLE UTF8=ACCEPT" command, the server <bcp14>MUST</bcp14> reject, with
a "NO" response, an "APPEND" command that includes any 8-bit
character in message header fields.</t>
    </section>
    <section anchor="login-command-and-utf-8">
      <name>"LOGIN" Command and UTF-8</name>
      <t>This specification does not extend the IMAP "LOGIN" command <xref target="RFC3501"/>
to support UTF-8 usernames and passwords.  Whenever a client needs to
use UTF-8 usernames or passwords, it <bcp14>MUST</bcp14> use the IMAP "AUTHENTICATE"
command, which is already capable of passing UTF-8 usernames and
credentials.</t>
      <t>Although using the IMAP "AUTHENTICATE" command in this way makes it
syntactically legal to have a UTF-8 username or password, there is no
guarantee that the user provisioning system utilized by the IMAP
server will allow such identities.  This is an implementation
decision and may depend on what identity system the IMAP server is
configured to use.</t>
    </section>
    <section anchor="fetch-bodystructure-and-messageglobal">
      <name>FETCH BODYSTRUCTURE and message/global</name>
      <t><xref target="RFC9051"/> section 7.5.2 treats message/global like message/rfc,
which means that for some messages, the response to FETCH
BODYSTRUCTURE varies depending on whether IMAP4rev1 or IMAP4rev2 is
in use.</t>
      <t><xref target="RFC6855"/> does not extend <xref target="RFC3501"/> in this respect. This document
extends the media-message ABNF production to match <xref target="RFC9051"/>.</t>
      <t>media-message   = DQUOTE "MESSAGE" DQUOTE SP
                     DQUOTE ("RFC822" / "GLOBAL") DQUOTE</t>
      <t>When IMAP4rev1 and UTF8=ACCEPT has been enabled, the server <bcp14>MAY</bcp14> treat
message/global like message/rfc822 when computing the body structure,
but <bcp14>MAY</bcp14> also treat it as described in <xref target="RFC3501"/>. Clients <bcp14>MUST</bcp14> accept
both cases.</t>
      <t>When IMAP4rev2 and UTF8=ACCEPT are in use, the server <bcp14>MUST</bcp14> behave as
described in <xref target="RFC9051"/>.</t>
    </section>
    <section anchor="utf8only-capability">
      <name>"UTF8=ONLY" Capability</name>
      <t>The "UTF8=ONLY" capability indicates that the server supports
"UTF8=ACCEPT" (see Section 4) and that it requires support for UTF-8
from clients.  In particular, this means that the server will send
UTF-8 in quoted-strings, and it will not accept the older
international mailbox name convention (modified UTF-7 <xref target="RFC3501"/>).
Because these are incompatible changes to IMAP, explicit server
announcement and client confirmation is necessary: clients <bcp14>MUST</bcp14> use
the "ENABLE UTF8=ACCEPT" command before using this server.  A server
that advertises "UTF8=ONLY" will reject, with a "NO [CANNOT]"
response <xref target="RFC5530"/>, any command that might require UTF-8 support and
is not preceded by an "ENABLE UTF8=ACCEPT" command.</t>
      <t>IMAP clients that find support for a server that announces
"UTF8=ONLY" problematic are encouraged to at least detect the
announcement and provide an informative error message to the
end-user.</t>
      <t>Because the "UTF8=ONLY" server capability includes support for
"UTF8=ACCEPT", the capability string will include, at most, one of
those and never both.  For the client, "ENABLE UTF8=ACCEPT" is always
used -- never "ENABLE UTF8=ONLY".</t>
    </section>
    <section anchor="dealing-with-legacy-clients">
      <name>Dealing with Legacy Clients</name>
      <t>In most situations, it will be difficult or impossible for the
implementer or operator of an IMAP (or POP) server to know whether
all of the clients that might access it, or the associated mail store
more generally, will be able to support the facilities defined in
this document.  In almost all cases, servers that conform to this
specification will have to be prepared to deal with clients that do
not enable the relevant capabilities.  Unfortunately, there is no
completely satisfactory way to do so other than for systems that wish
to receive email that requires SMTPUTF8 capabilities to be sure that
all components of those systems -- including IMAP and other clients
selected by users -- are upgraded appropriately.</t>
      <t>When a message that requires SMTPUTF8 is encountered and the client
does not enable UTF-8 capability, choices available to the server
include hiding the problematic message(s), creating in-band or
out-of-band notifications or error messages, or somehow trying to
create a surrogate of the message with the intention of providing
useful information to that client about what has occurred.  Such
surrogate messages cannot be actual substitutes for the original
message: they will almost always be impossible to reply to (either at
all or without loss of information) and the new header fields or
specialized constructs for server-client communications may go beyond
the requirements of current email specifications (e.g., <xref target="RFC5322"/>).
Consequently, such messages may confuse some legacy mail user agents
(including IMAP clients) or not provide expected information to
users.  There are also trade-offs in constructing surrogates of the
original message between accepting complexity and additional
computation costs in order to try to preserve as much information as
possible (for example, in "Post-Delivery Message Downgrading for
Internationalized Email Messages" <xref target="RFC6857"/>) and trying to minimize
those costs while still providing useful information (for example, in
"Simplified POP and IMAP Downgrading for Internationalized Email"
<xref target="RFC6858"/>).</t>
      <t>Implementations that choose to perform downgrading <bcp14>SHOULD</bcp14> use one of
the standardized algorithms provided in RFC 6857 or RFC 6858.
Getting downgrade algorithms right, and minimizing the risk of
operational problems and harm to the email system, is tricky and
requires careful engineering.  These two algorithms are well
understood and carefully designed.</t>
      <t>Because such messages are really surrogates of the original ones, not
really "downgraded" ones (although that terminology is often used for
convenience), they inevitably have relationships to the originals
that the IMAP specification <xref target="RFC3501"/> did not anticipate.  This
brings up two concerns in particular: First, digital signatures
computed over and intended for the original message will often not be
applicable to the surrogate message, and will often fail signature
verification.  (It will be possible for some digital signatures to be
verified, if they cover only parts of the original message that are
not affected in the creation of the surrogate.)  Second, servers that
may be accessed by the same user with different clients or methods
(e.g., POP or webmail systems in addition to IMAP or IMAP clients
with different capabilities) will need to exert extreme care to be
sure that UIDVALIDITY <xref target="RFC3501"/> behaves as the user would expect.
Those issues may be especially sensitive if the server caches the
surrogate message or computes and stores it when the message arrives
with the intent of making either form available depending on client
capabilities.  Additionally, in order to cope with the case when a
server compliant with this extension returns the same UIDVALIDITY to
both legacy and "UTF8=ACCEPT"-aware clients, a client upgraded from
being non-"UTF8=ACCEPT"-aware <bcp14>MUST</bcp14> discard its cache of messages
downloaded from the server.</t>
      <t>The best (or "least bad") approach for any given environment will
depend on local conditions, local assumptions about user behavior,
the degree of control the server operator has over client usage and
upgrading, the options that are actually available, and so on.  It is
impossible, at least at the time of publication of this
specification, to give good advice that will apply to all situations,
or even particular profiles of situations, other than "upgrade legacy
clients as soon as possible".</t>
    </section>
    <section anchor="issues-with-utf-8-header-mailstore">
      <name>Issues with UTF-8 Header Mailstore</name>
      <t>When an IMAP server uses a mailbox format that supports UTF-8 headers
and it permits selection or examination of that mailbox without
issuing "ENABLE UTF8=ACCEPT" first, it is the responsibility of the
server to comply with the IMAP base specification <xref target="RFC3501"/> and the
Internet Message Format <xref target="RFC5322"/> with respect to all header
information transmitted over the wire.  The issue of handling
messages containing non-ASCII characters in legacy environments is
discussed in Section 7.</t>
    </section>
    <section anchor="IANA">
      <name>IANA Considerations</name>
      <t>the "IMAP 4 Capabilities" registry contains a number of references to
RFC6855. IANA, please change them to point to this document instead of
RFC6855. The affected references are:</t>
      <ul spacing="normal">
        <li>
          <t>UTF8=ACCEPT</t>
        </li>
        <li>
          <t>UTF8=ALL (OBSOLETE)</t>
        </li>
        <li>
          <t>UTF8=APPEND (OBSOLETE)</t>
        </li>
        <li>
          <t>UTF8=ONLY</t>
        </li>
        <li>
          <t>UTF8=USER (OBSOLETE)</t>
        </li>
      </ul>
    </section>
    <section anchor="SECURITY">
      <name>Security Considerations</name>
      <t>The security considerations of UTF-8 <xref target="RFC3629"/> and SASLprep
<xref target="RFC4013"/> apply to this specification, particularly with respect to
use of UTF-8 in usernames and passwords.  Otherwise, this is not
believed to alter the security considerations of IMAP.</t>
      <t>Special considerations, some of them with security implications, occur
if a server that conforms to this specification is accessed by a
client that does not, as well as in some more complex situations in
which a given message is accessed by multiple clients that might use
different protocols and/or support different capabilities.  Those
issues are discussed in Section 7.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <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="RFC3501">
          <front>
            <title>INTERNET MESSAGE ACCESS PROTOCOL - VERSION 4rev1</title>
            <author fullname="M. Crispin" initials="M." surname="Crispin"/>
            <date month="March" year="2003"/>
            <abstract>
              <t>The Internet Message Access Protocol, Version 4rev1 (IMAP4rev1) allows a client to access and manipulate electronic mail messages on a server. IMAP4rev1 permits manipulation of mailboxes (remote message folders) in a way that is functionally equivalent to local folders. IMAP4rev1 also provides the capability for an offline client to resynchronize with the server. IMAP4rev1 includes operations for creating, deleting, and renaming mailboxes, checking for new messages, permanently removing messages, setting and clearing flags, RFC 2822 and RFC 2045 parsing, searching, and selective fetching of message attributes, texts, and portions thereof. Messages in IMAP4rev1 are accessed by the use of numbers. These numbers are either message sequence numbers or unique identifiers. IMAP4rev1 supports a single server. A mechanism for accessing configuration information to support multiple IMAP4rev1 servers is discussed in RFC 2244. IMAP4rev1 does not specify a means of posting mail; this function is handled by a mail transfer protocol such as RFC 2821. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3501"/>
          <seriesInfo name="DOI" value="10.17487/RFC3501"/>
        </reference>
        <reference anchor="RFC3629">
          <front>
            <title>UTF-8, a transformation format of ISO 10646</title>
            <author fullname="F. Yergeau" initials="F." surname="Yergeau"/>
            <date month="November" year="2003"/>
            <abstract>
              <t>ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems. The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8, the object of this memo. UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. This memo obsoletes and replaces RFC 2279.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="63"/>
          <seriesInfo name="RFC" value="3629"/>
          <seriesInfo name="DOI" value="10.17487/RFC3629"/>
        </reference>
        <reference anchor="RFC4013">
          <front>
            <title>SASLprep: Stringprep Profile for User Names and Passwords</title>
            <author fullname="K. Zeilenga" initials="K." surname="Zeilenga"/>
            <date month="February" year="2005"/>
            <abstract>
              <t>This document describes how to prepare Unicode strings representing user names and passwords for comparison. The document defines the "SASLprep" profile of the "stringprep" algorithm to be used for both user names and passwords. This profile is intended to be used by Simple Authentication and Security Layer (SASL) mechanisms (such as PLAIN, CRAM-MD5, and DIGEST-MD5), as well as other protocols exchanging simple user names and/or passwords. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4013"/>
          <seriesInfo name="DOI" value="10.17487/RFC4013"/>
        </reference>
        <reference anchor="RFC5161">
          <front>
            <title>The IMAP ENABLE Extension</title>
            <author fullname="A. Gulbrandsen" initials="A." role="editor" surname="Gulbrandsen"/>
            <author fullname="A. Melnikov" initials="A." role="editor" surname="Melnikov"/>
            <date month="March" year="2008"/>
            <abstract>
              <t>Most IMAP extensions are used by the client when it wants to and the server supports it. However, a few extensions require the server to know whether a client supports that extension. The ENABLE extension allows an IMAP client to say which extensions it supports. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5161"/>
          <seriesInfo name="DOI" value="10.17487/RFC5161"/>
        </reference>
        <reference anchor="RFC5198">
          <front>
            <title>Unicode Format for Network Interchange</title>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <author fullname="M. Padlipsky" initials="M." surname="Padlipsky"/>
            <date month="March" year="2008"/>
            <abstract>
              <t>The Internet today is in need of a standardized form for the transmission of internationalized "text" information, paralleling the specifications for the use of ASCII that date from the early days of the ARPANET. This document specifies that format, using UTF-8 with normalization and specific line-ending sequences. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5198"/>
          <seriesInfo name="DOI" value="10.17487/RFC5198"/>
        </reference>
        <reference anchor="RFC5322">
          <front>
            <title>Internet Message Format</title>
            <author fullname="P. Resnick" initials="P." role="editor" surname="Resnick"/>
            <date month="October" year="2008"/>
            <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) 2822, which itself superseded 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. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5322"/>
          <seriesInfo name="DOI" value="10.17487/RFC5322"/>
        </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="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="RFC2088">
          <front>
            <title>IMAP4 non-synchronizing literals</title>
            <author fullname="J. Myers" initials="J." surname="Myers"/>
            <date month="January" year="1997"/>
            <abstract>
              <t>The Internet Message Access Protocol [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2088"/>
          <seriesInfo name="DOI" value="10.17487/RFC2088"/>
        </reference>
        <reference anchor="RFC2342">
          <front>
            <title>IMAP4 Namespace</title>
            <author fullname="M. Gahrns" initials="M." surname="Gahrns"/>
            <author fullname="C. Newman" initials="C." surname="Newman"/>
            <date month="May" year="1998"/>
            <abstract>
              <t>This document defines a NAMESPACE command that allows a client to discover the prefixes of namespaces used by a server for personal mailboxes, other users' mailboxes, and shared mailboxes. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2342"/>
          <seriesInfo name="DOI" value="10.17487/RFC2342"/>
        </reference>
        <reference anchor="RFC4314">
          <front>
            <title>IMAP4 Access Control List (ACL) Extension</title>
            <author fullname="A. Melnikov" initials="A." surname="Melnikov"/>
            <date month="December" year="2005"/>
            <abstract>
              <t>The Access Control List (ACL) extension (RFC 2086) of the Internet Message Access Protocol (IMAP) permits mailbox access control lists to be retrieved and manipulated through the IMAP protocol.</t>
              <t>This document is a revision of RFC 2086. It defines several new access control rights and clarifies which rights are required for different IMAP commands. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4314"/>
          <seriesInfo name="DOI" value="10.17487/RFC4314"/>
        </reference>
        <reference anchor="RFC5530">
          <front>
            <title>IMAP Response Codes</title>
            <author fullname="A. Gulbrandsen" initials="A." surname="Gulbrandsen"/>
            <date month="May" year="2009"/>
            <abstract>
              <t>IMAP responses consist of a response type (OK, NO, BAD), an optional machine-readable response code, and a human-readable text.</t>
              <t>This document collects and documents a variety of machine-readable response codes, for better interoperation and error reporting. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5530"/>
          <seriesInfo name="DOI" value="10.17487/RFC5530"/>
        </reference>
        <reference anchor="RFC5738">
          <front>
            <title>IMAP Support for UTF-8</title>
            <author fullname="P. Resnick" initials="P." surname="Resnick"/>
            <author fullname="C. Newman" initials="C." surname="Newman"/>
            <date month="March" year="2010"/>
            <abstract>
              <t>This specification extends the Internet Message Access Protocol version 4rev1 (IMAP4rev1) to support UTF-8 encoded international characters in user names, mail addresses, and message headers. This document defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5738"/>
          <seriesInfo name="DOI" value="10.17487/RFC5738"/>
        </reference>
        <reference anchor="RFC6855">
          <front>
            <title>IMAP Support for UTF-8</title>
            <author fullname="P. Resnick" initials="P." role="editor" surname="Resnick"/>
            <author fullname="C. Newman" initials="C." role="editor" surname="Newman"/>
            <author fullname="S. Shen" initials="S." role="editor" surname="Shen"/>
            <date month="March" year="2013"/>
            <abstract>
              <t>This specification extends the Internet Message Access Protocol (IMAP) to support UTF-8 encoded international characters in user names, mail addresses, and message headers. This specification replaces RFC 5738.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6855"/>
          <seriesInfo name="DOI" value="10.17487/RFC6855"/>
        </reference>
        <reference anchor="RFC6857">
          <front>
            <title>Post-Delivery Message Downgrading for Internationalized Email Messages</title>
            <author fullname="K. Fujiwara" initials="K." surname="Fujiwara"/>
            <date month="March" year="2013"/>
            <abstract>
              <t>The Email Address Internationalization (SMTPUTF8) extension to SMTP allows Unicode characters encoded in UTF-8 and outside the ASCII repertoire in mail header fields. Upgraded POP and IMAP servers support internationalized messages. If a POP or IMAP client does not support Email Address Internationalization, a POP or IMAP server cannot deliver internationalized messages to the client and cannot remove the message. To avoid that situation, this document describes a mechanism for converting internationalized messages into the traditional message format. As part of the conversion process, message elements that require internationalized treatment are recoded or removed, and receivers are able to recognize that they received messages containing such elements, even if they cannot process the internationalized elements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6857"/>
          <seriesInfo name="DOI" value="10.17487/RFC6857"/>
        </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="RFC8620">
          <front>
            <title>The JSON Meta Application Protocol (JMAP)</title>
            <author fullname="N. Jenkins" initials="N." surname="Jenkins"/>
            <author fullname="C. Newman" initials="C." surname="Newman"/>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document specifies a protocol for clients to efficiently query, fetch, and modify JSON-based data objects, with support for push notification of changes and fast resynchronisation and for out-of- band binary data upload/download.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8620"/>
          <seriesInfo name="DOI" value="10.17487/RFC8620"/>
        </reference>
        <reference anchor="RFC9051">
          <front>
            <title>Internet Message Access Protocol (IMAP) - Version 4rev2</title>
            <author fullname="A. Melnikov" initials="A." role="editor" surname="Melnikov"/>
            <author fullname="B. Leiba" initials="B." role="editor" surname="Leiba"/>
            <date month="August" year="2021"/>
            <abstract>
              <t>The Internet Message Access Protocol Version 4rev2 (IMAP4rev2) allows a client to access and manipulate electronic mail messages on a server. IMAP4rev2 permits manipulation of mailboxes (remote message folders) in a way that is functionally equivalent to local folders. IMAP4rev2 also provides the capability for an offline client to resynchronize with the server.</t>
              <t>IMAP4rev2 includes operations for creating, deleting, and renaming mailboxes; checking for new messages; removing messages permanently; setting and clearing flags; parsing per RFCs 5322, 2045, and 2231; searching; and selective fetching of message attributes, texts, and portions thereof. Messages in IMAP4rev2 are accessed by the use of numbers. These numbers are either message sequence numbers or unique identifiers.</t>
              <t>IMAP4rev2 does not specify a means of posting mail; this function is handled by a mail submission protocol such as the one specified in RFC 6409.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9051"/>
          <seriesInfo name="DOI" value="10.17487/RFC9051"/>
        </reference>
      </references>
    </references>
    <?line 378?>

<section anchor="design-rationale">
      <name>Design Rationale</name>
      <t>This non-normative section discusses the reasons behind some of the
design choices in this specification.</t>
      <t>The "UTF8=ONLY" mechanism simplifies diagnosis of interoperability
problems when legacy support goes away.  In the situation where
backwards compatibility is not working anyway, the non-conforming
"just-send-UTF-8 IMAP" has the advantage that it might work with some
legacy clients.  However, the difficulty of diagnosing
interoperability problems caused by a "just-send-UTF-8 IMAP" mechanism
is the reason the "UTF8=ONLY" capability mechanism was chosen.</t>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>This document is an almost unchanged copy of <xref target="RFC6855"/>, which was
written by Pete Resnick, Chris Newman and Sean Shen. Sean has since
changed jobs and the current authors do not have a new email address
for him. We cannot be sure that he would approve of the changes in
this document, so we did not list him as author, but do gratefully
acknowledge his work on <xref target="RFC6855"/>. Jiankang Yao replaces him.</t>
      <t>The next paragraph is a straight copy of the acknowlegements in
<xref target="RFC6855"/>:</t>
      <t>The authors wish to thank the participants of the EAI working group
for their contributions to this document, with particular thanks to
Harald Alvestrand, David Black, Randall Gellens, Arnt Gulbrandsen,
Kari Hurtta, John Klensin, Xiaodong Lee, Charles Lindsey, Alexey
Melnikov, Subramanian Moonesamy, Shawn Steele, Daniel Taharlev, and
Joseph Yee for their specific contributions to the discussion.</t>
    </section>
    <section anchor="changes-since-rfc-6855">
      <name>Changes since RFC 6855</name>
      <t>This non-normative section describes the changes made since
<xref target="RFC6855"/>.</t>
      <section anchor="append-utf8">
        <name>APPEND UTF8</name>
        <t>This document removes APPEND's UTF8 data item, making the UTF8-related
syntax compatible with IMAP4rev2 as defined by <xref target="RFC9051"/> and making
it simpler for clients to support IMAP4rev1 and IMAP4rev2 with the
same code.</t>
        <t>IMAP4rev2 <xref target="RFC9051"/> provides roughly the same abilities as
<xref target="RFC6855"/> but does not include APPEND's UTF8 item. None of
<xref target="RFC6855"/>, IMAP4rev2 or JMAP <xref target="RFC8620"/> specify any way to learn
whether a particular message was stored using the UTF8 data item. As
of today, an IMAP client cannot learn whether a particular message was
stored using the UTF8 data item, nor would it be able to trust that
information even if IMAP4rev1/2 were extended to provide that
information.</t>
        <t>In July 2023, one of the authors found only one IMAP client that uses
the UTF8 data item, and that client uses it incorrectly (it sends the
data item for all messages if the server supports UTF8=ACCEPT, without
regard to whether a particular message includes any UTF8 at all).</t>
        <t>For these reasons, it was judged best to revise <xref target="RFC6855"/> and adopt
the same syntax as IMAP4rev2.</t>
      </section>
      <section anchor="fetch-bodystructure">
        <name>FETCH BODYSTRUCTURE</name>
        <t><xref target="RFC6532"/> defines a new MIME type, message/global, which is
substantially like message/rfc822 except that the submessage may
(also) use the syntax defined in <xref target="RFC6532"/>. <xref target="RFC3501"/> and
<xref target="RFC9051"/> define a FETCH item to return the MIME structure of a
message, which servers usually compute once and store.</t>
        <t>None of the RFCs point out to implementers that IMAP4rev1 and
IMAP4rev2 are slighly different, so storing the BODYSTRUCTURE in the
way servers and clients often do can easily lead to problems.</t>
        <t>This document makes the syntax optional, making it simple for server
authors to implement this extension correctly. This implies that
clients need to parse and handle both varieties, which they need to do
anyway if they want to support both IMAP4rev1 and IMAP4rev2.</t>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA51c6XYbN5b+j6fAMD9G6iEZSZZt2b2FluRYaW0RpenO9Okz
B6wCSUTFAlOLFHYfv8s8yzzZ3A0oFEUn3eNzEpVqw8Vdv7uURqORqhtT5v9t
Cl/a97qpWqvcuqKjujk6OHh3cKQy07zXdZOrup2tXF07XzabNdx+cX7/UZnK
mvd6sl4XDm6Ea7V6XrzX53+5v5solfusNCu4N6/MvBk528xH9uemMqM3J69f
z1w9ggVU45oC33c1udXTdr32VaPnvtIP9x9HJ8rMZpV9eo+/nfx+cnp6fnuv
ClPCIrZUj8/vldYjelaZtln66r0aaV701jZW39m6dNkj3OUreOb71hSZX630
RZn5CpYyjc3hYt1U1sJGX799+1pf+coufVtbfVa5JwuXM9ds3uupKfWZswuP
Z3wOS5xO9Lujw6PD0eHbw2M625ZNBbc+TOE3uzKueK/XFdPwzU+y+Bj+F6k8
XVau1tf2eWXKQOVNZbLCJmSdHBzoO78xhb4xj3Uk6MqXlX9yZhgJmgBBhweH
b75ES4arjUta7RtPy/So+c6Z8hG4q38wPlBzen19cZoQc+3Hx3rqgdv6GP77
r6UvF4vWlFlb6indEwn8YN2PrlxE8g4PDg7fHaTEnS5daTr6Nsb/+PhNVgK/
xlkZyZpUZaO/bYtZBfpa28ioi9PJ9XVC2hvgUpnrW+/g/mm2bGGb5VB/yMf6
sCMKtLu2RZ1Qddyj6YMtFq5ddVQZWP6bRbf8eA16MS69Uqr01QoU/8miIt59
PD06PHwnh69eHxyGwzdH4ezxweErOXx9+OYwHr47CYevjo7k8M3rVwfdIZxV
rpxvL3hwEp48enUcnjx+dXgc3te95PXbV+FeNMDu8G13GG44eXMUHnt38Bro
VKPRSJsZsNpkjVL3S1Dbem0zNxfT12DaFvijm6UF+2psVdpGX9m6NgurJ1kG
R/q28o3PfKH20GaPwbQPh7iGRm7t68brWlwAmT8YOcoo147eR+uYQmVLg1TY
qoYLGiy1IkWphxoFpk2eg83V+DsITK+EhKU1OTwy1hqJV33iK7suDJBIxCB3
xnrHFnMPd5S+kb2qsIkj/Y9/CKc+fx7q2pWZBT6YBqyfNwyEZkWbw+P2yVab
BvR+gcQ3SAq9DV3rmNm8cnkODkB9hXysfN5muPpOpqM+1HptgGN+Tqw/Jx5M
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

-->

</rfc>
