<?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-02" 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="July" day="29"/>

    
    <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:</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 that also provide IMAP <xref target="RFC3501"/> access to the same mail store, 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-02</strong></t>

<t><list style="symbols">
  <t>Removed the duplicated description of the IMAP ACL "a" right mapping from the paragraph introducing the <spanx style="verb">mayShare</spanx> property, keeping a single description in the property definition itself and moving the IMAP <xref target="RFC3501"/> reference there.</t>
</list></t>

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

<t><list style="symbols">
  <t>Republished with no substantive changes.</t>
</list></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:
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
f/S7IF+KLgAA

-->

</rfc>

