<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.34 (Ruby 3.3.8) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-ietf-jmap-mail-sharing-01" category="std" consensus="true" submissionType="IETF" updates="RFC8621" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="JMAP Mail Sharing">JMAP Mail Sharing</title>

    <author initials="M." surname="De Gennaro" fullname="Mauro De Gennaro">
      <organization abbrev="Stalwart Labs">Stalwart Labs LLC</organization>
      <address>
        <postal>
          <street>1309 Coffeen Avenue, Suite 1200</street>
          <city>Sheridan</city>
          <region>WY</region>
          <code>82801</code>
          <country>USA</country>
        </postal>
        <email>mauro@stalw.art</email>
        <uri>https://stalw.art</uri>
      </address>
    </author>

    <date year="2026" month="May" day="27"/>

    
    <workgroup>JMAP</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<?line 38?>

<t>This document specifies an extension to the JSON Meta Application Protocol (JMAP) for Mail to enable sharing of mailboxes between users. Building upon the JMAP Sharing framework defined in <xref target="RFC9670"/>, this specification extends the Mailbox data type defined in <xref target="RFC8621"/> with properties necessary to configure and manage access permissions for shared mailboxes. The extension introduces a new capability that indicates server support for mailbox sharing and defines the additional properties required to share mailboxes with other principals, including the ability to control which users may access a mailbox and what permissions they possess.</t>



    </abstract>



  </front>

  <middle>


<?line 42?>

<section anchor="introduction"><name>Introduction</name>

<t>JMAP (<xref target="RFC8620"/> — JSON Meta Application Protocol) is a generic protocol for synchronizing data, such as mail, calendars or contacts, between a client and a server. It is optimized for mobile and web environments, and aims to provide a consistent interface to different data types.</t>

<t><xref target="RFC8621"/> defines JMAP for Mail, which provides a data model for accessing, organizing, and managing email messages and mailboxes. The specification enables clients to efficiently synchronize mail data with servers and includes support for mailbox hierarchies, message threading, and various mail operations.</t>

<t><xref target="RFC9670"/> subsequently standardized JMAP Sharing, which defines a framework for sharing data between users in collaborative environments. The specification introduces the Principal data type to represent entities (individuals, teams, or resources) and establishes a consistent model for defining shared access to data through the use of access control properties.</t>

<t>However, <xref target="RFC8621"/> was published prior to the standardization of the JMAP Sharing framework in <xref target="RFC9670"/>, and therefore does not incorporate the sharing model into the Mailbox data type. This creates a gap in the ability to share mailboxes using the standardized JMAP sharing mechanisms.</t>

<t>This document bridges that gap by defining how the Mailbox object defined in <xref target="RFC8621"/> is extended to support the sharing framework established in <xref target="RFC9670"/>. This extension enables users to share their mailboxes with other principals using a consistent sharing model that can be applied uniformly across different JMAP data types. The specification defines the necessary properties, permissions, and capability advertisements to enable interoperable mailbox sharing implementations.</t>

<section anchor="notational-conventions"><name>Notational Conventions</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="addition-to-the-capabilities-object"><name>Addition to the Capabilities Object</name>

<t>The capabilities object is returned as part of the JMAP Session object; see <xref section="2" sectionFormat="of" target="RFC8620"/>. This document defines one additional capability URI.</t>

<section anchor="urnietfparamsjmapmailshare"><name>urn:ietf:params:jmap:mail:share</name>

<t>This capability indicates server support for sharing mailboxes as defined in this specification. When a server advertises this capability, it signifies that the Mailbox data type has been extended with the sharing properties defined in <xref section="4" sectionFormat="of" target="RFC9670"/> and that clients may use these properties to configure mailbox sharing with other principals.</t>

<t>The value of this property in the JMAP Session "capabilities" property is an empty object.</t>

<t>The value of this property in an account's "accountCapabilities" property is an empty object.</t>

</section>
</section>
</section>
<section anchor="mailbox-sharing"><name>Mailbox Sharing</name>

<t>According to <xref section="4" sectionFormat="of" target="RFC9670"/>, shareable data types <bcp14>MUST</bcp14> define three specific properties to participate in the JMAP sharing framework: <spanx style="verb">isSubscribed</spanx>, <spanx style="verb">myRights</spanx>, and <spanx style="verb">shareWith</spanx>. These properties enable users to control whether they wish to see shared data, understand what permissions they have, and configure who the data is shared with, respectively.</t>

<t>In addition to these three properties, shareable data types <bcp14>SHOULD</bcp14> define a permission within the rights object that indicates whether a user has the authority to share the object with others. This permission controls access to modifying the <spanx style="verb">shareWith</spanx> property.</t>

<t>The Mailbox object defined in <xref section="2" sectionFormat="of" target="RFC8621"/> already includes the <spanx style="verb">isSubscribed</spanx> and <spanx style="verb">myRights</spanx> properties, as mailbox subscription and access control were integral features of the original mail specification. However, the specification did not include the <spanx style="verb">shareWith</spanx> property or define a permission for sharing rights.</t>

<t>This specification extends the JMAP Mailbox object defined in <xref target="RFC8621"/> to include the <spanx style="verb">shareWith</spanx> property as defined below:</t>

<dl>
  <dt><strong>shareWith</strong>: <spanx style="verb">Id[MailboxRights]|null</spanx> (default: null)</dt>
  <dd>
    <t>This is a map configuring who the mailbox is shared with, or null if it is not shared with anyone. Each key in the map is the id of a Principal with whom the mailbox is shared. The value for each key is the set of access rights that Principal has for the mailbox. The account id for the Principals may be found in the <spanx style="verb">urn:ietf:params:jmap:principals:owner</spanx> capability of the Account to which the mailbox belongs. The Principal to which this mailbox belongs <bcp14>MUST NOT</bcp14> be in the map. The property may only be modified if the user has the mayShare right.</t>
  </dd>
</dl>

<t>This specification also extends the JMAP MailboxRights object defined in <xref section="2" sectionFormat="of" target="RFC8621"/> to include the <spanx style="verb">mayShare</spanx> property as defined below. For servers that also support IMAP <xref target="RFC3501"/>, this property corresponds to the IMAP ACL "a" right as defined in <xref target="RFC4314"/>:</t>

<dl newline="true">
  <dt><strong>mayShare</strong>: <spanx style="verb">Boolean</spanx></dt>
  <dd>
    <t>The user may modify the <spanx style="verb">shareWith</spanx> property for this mailbox. For servers supporting IMAP access to the same data, this corresponds to the IMAP ACL "a" right defined in <xref target="RFC4314"/>, which grants the ability to administer access control lists.</t>
  </dd>
</dl>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>All security considerations described in <xref target="RFC8621"/> and <xref target="RFC9670"/> apply to this specification. Additional considerations specific to mailbox sharing are detailed below.</t>

<section anchor="access-control-enforcement"><name>Access Control Enforcement</name>

<t>Servers implementing this specification <bcp14>MUST</bcp14> strictly enforce access controls when sharing mailboxes. When a user has access to a shared mailbox, the server <bcp14>MUST</bcp14> ensure that the user can only perform operations permitted by their assigned rights. As specified in <xref section="9.5" sectionFormat="of" target="RFC8621"/>, servers <bcp14>MUST</bcp14> treat any data the user does not have permission to access as if it did not exist. This principle extends to shared mailboxes: a user with partial access to an account <bcp14>MUST NOT</bcp14> be able to infer the existence of mailboxes or messages they do not have permission to access.</t>

</section>
<section anchor="interaction-with-imap-acls"><name>Interaction with IMAP ACLs</name>

<t>Servers that provide both JMAP and IMAP <xref target="RFC3501"/> access to the same mail store should carefully consider the interaction between JMAP sharing permissions and IMAP ACLs <xref target="RFC4314"/>. The mapping between JMAP MailboxRights and IMAP ACL rights must be consistent and clearly documented. When a mailbox is shared through either interface, the permissions <bcp14>MUST</bcp14> be properly reflected in the other interface to prevent security vulnerabilities arising from inconsistent access control enforcement.</t>

<t>Particular attention must be paid to the <spanx style="verb">mayShare</spanx> right and IMAP ACL "a" right mapping. Servers <bcp14>MUST</bcp14> ensure that granting the <spanx style="verb">mayShare</spanx> permission through JMAP correctly corresponds to granting the "a" right in IMAP, and vice versa. Any discrepancies in permission semantics between the two protocols could lead to privilege escalation or unintended access.</t>

</section>
<section anchor="unauthorized-sharing"><name>Unauthorized Sharing</name>

<t>As noted in <xref section="6.2" sectionFormat="of" target="RFC9670"/>, sharing data with another user can allow an attacker who gains transitory access to an account to establish persistent access by configuring sharing with an attacker-controlled principal. Servers implementing mailbox sharing <bcp14>SHOULD</bcp14> consider requiring additional authentication or confirmation when sharing permissions are modified, particularly when adding new principals to the <spanx style="verb">shareWith</spanx> map or granting elevated permissions such as <spanx style="verb">mayShare</spanx>.</t>

<t>Servers <bcp14>MAY</bcp14> implement audit logging of sharing configuration changes to enable detection of unauthorized modifications. Administrators <bcp14>SHOULD</bcp14> be provided with tools to monitor and review sharing configurations across accounts.</t>

</section>
<section anchor="information-disclosure-through-error-messages"><name>Information Disclosure Through Error Messages</name>

<t>Servers must be cautious not to leak information about the existence of mailboxes or their sharing status through error messages. When a user attempts to access or modify a mailbox they do not have permission to access, the server <bcp14>SHOULD</bcp14> return the same error response as it would if the mailbox did not exist, rather than indicating that access was denied. This prevents users from enumerating shared mailboxes they do not have access to.</t>

<t>Similarly, when a user attempts to share a mailbox with a principal they do not have permission to share with, error messages should not reveal whether such restrictions exist or details about the target principal.</t>

</section>
<section anchor="resource-exhaustion"><name>Resource Exhaustion</name>

<t>Servers <bcp14>SHOULD</bcp14> implement limits on the number of principals with whom a single mailbox may be shared to prevent resource exhaustion attacks. Servers <bcp14>MAY</bcp14> also implement rate limiting on sharing configuration changes to mitigate denial-of-service attacks through excessive modifications to sharing permissions.</t>

<t>As described in <xref section="6.3" sectionFormat="of" target="RFC9670"/>, servers should be prepared to handle scenarios where users create many sharing-related state changes, which could generate numerous ShareNotification objects. Servers <bcp14>SHOULD</bcp14> implement appropriate resource limits and notification coalescing strategies.</t>

</section>
<section anchor="privilege-escalation"><name>Privilege Escalation</name>

<t>Servers <bcp14>MUST</bcp14> ensure that users cannot escalate their own privileges through manipulation of sharing permissions. For example, a user who has been granted limited access to a mailbox <bcp14>MUST NOT</bcp14> be able to grant themselves additional permissions by modifying the <spanx style="verb">shareWith</spanx> property unless they have been explicitly granted the <spanx style="verb">mayShare</spanx> right.</t>

<t>The owner of a mailbox (the Principal associated with the account containing the mailbox) always has implicit full rights to the mailbox. This ownership <bcp14>MUST NOT</bcp14> be transferable through the sharing mechanism, and the owner <bcp14>MUST NOT</bcp14> appear in the <spanx style="verb">shareWith</spanx> map.</t>

</section>
</section>
<section anchor="iana-considerations"><name>IANA considerations</name>

<section anchor="jmap-capability-registration-for-mailshare"><name>JMAP Capability Registration for "mail:share"</name>

<t>IANA will register the "mail:share" JMAP Capability as follows:</t>

<t><strong>Capability Name:</strong> urn:ietf:params:jmap:mail:share<br />
<strong>Specification document:</strong> this document<br />
<strong>Intended use:</strong> common<br />
<strong>Change Controller:</strong> IETF<br />
<strong>Security and privacy considerations:</strong> this document, <xref target="security-considerations"></xref></t>

</section>
</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">



<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="RFC8621">
  <front>
    <title>The JSON Meta Application Protocol (JMAP) for Mail</title>
    <author fullname="N. Jenkins" initials="N." surname="Jenkins"/>
    <author fullname="C. Newman" initials="C." surname="Newman"/>
    <date month="August" year="2019"/>
    <abstract>
      <t>This document specifies a data model for synchronising email data with a server using the JSON Meta Application Protocol (JMAP). Clients can use this to efficiently search, access, organise, and send messages, and to get push notifications for fast resynchronisation when new messages are delivered or a change is made in another client.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8621"/>
  <seriesInfo name="DOI" value="10.17487/RFC8621"/>
</reference>
<reference anchor="RFC9670">
  <front>
    <title>JSON Meta Application Protocol (JMAP) Sharing</title>
    <author fullname="N. Jenkins" initials="N." role="editor" surname="Jenkins"/>
    <date month="November" year="2024"/>
    <abstract>
      <t>This document specifies a data model for sharing data between users using the JSON Meta Application Protocol (JMAP). Future documents can reference this document when defining data types to support a consistent model of sharing.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9670"/>
  <seriesInfo name="DOI" value="10.17487/RFC9670"/>
</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="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 title='Informative References' anchor="sec-informative-references">



<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>



    </references>

</references>


<?line 160?>

<section anchor="changes"><name>Changes</name>

<t>[[This section to be removed by RFC Editor]]</t>

<t><strong>draft-ietf-jmap-mail-sharing-00</strong></t>

<t><list style="symbols">
  <t>Initial version</t>
</list></t>

</section>


  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA5Vaa5Ibx5H+36coD3+YnADGMxQtk1iHbWg4Wo2DQ3I5ZCgU
JMNT6C4AZTW6equ6AcI2I3wIH8Bn2aPsSTYf9eoGyNEqQhKmH1WZX2Z++aie
TqdFp7tazcSfb+avxY3UtbhdS6ubVSEXC6u2x+5UpmzkBl6qrFx2U6265fSv
G9lON/DU1PFT0/OLwvWLjXZOm+btvoXnr6/efl+UslMrY/cz4bqq6NsK/nYz
8eb7y6ffPr4ozMKZWuGlQrd2Jjrbu+7x+fmz88fFz2q/M7aChZpO2UZ10+co
QeE62VR/kbVpYJO9cgU89fPKmr5l8YtWz8T7zpQT4YztrFo6+LXf4I+PRSH7
bm3srBDTQsA/ugFxbs7EcyX+UzWNtIYus8o3srdmfMvY1UzcdrLeSduJF3Lh
xIsXl3QroDi4S3ccyKG6mbj45vyZuDTLpVKNmG9V06uJuO11p8QF6E3PlroD
vG7XyupKNnTJqhXgOhM//sRPmAqke/r4KcDOf/dNhyC/u53TBYXGmYkNyv8n
h9KcgTh0q7cAz7rrWjf7zW/SraIxdiM7vVUAjbfPeTDUebx0kWxHl559+zt+
Cn/wpSffXDyZhR9FoZvlaOVvfnvOy+CPophOpwAcACRLEOPtWjsBPtdvVNMJ
16pSL7VyQjZCfepUg/4lOiO6tRJ/vn31UtyoTop529YafA1vvrYGjG9q8RC9
4ZGA7dmj4S3VyEWthPdaYZYCgVqYT7DDQnU7tErvlHVn4rte1xU+1Le4I26H
seHDQiwteAh6nqjUUjeqAk8Sf/+7R+Lz5wm8App4BbxopEHlaLUb3lhAREjR
QcQcLIQof/4sdrpbi9aaVtkOkWhUqZyTdo8KlaZZ6lVvFQBUgTKNXMHPEp8Q
8IIPSEcgoNaqShqfibcgR0JVgw+Zqi8RbdhlJ0rZyoWuwR1BYtnBAxVqAvcB
oq2CFfu2hRCj1f2yEVuUhzVifWVVaQRB1rkyVv13r1Eq0IXkywxCiht418Ib
uil1K2sIZfhV92QZWjYISFiAArXYrXW5ZjPCavsAh4wiomg7VChHCBbbi9Y4
B8+esVdudFXVqigeIAURNKhAUZAjPAw2AmOL//3nv+7xxkdCowgr1UBYlwgB
OykZZt+Ua2sa/TfUCh0CCKsHHaQjmSdgiRocR4JC8DjqCbECUASXlaKsNcYL
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
MtM0f0A6IWop/g+liiiRii0AAA==

-->

</rfc>

