Internet-Draft | react | January 2021 |
Crocker, et al. | Expires 19 July 2021 | [Page] |
The popularity of social media has led to user comfort with easily signaling basic reactions to an author's posting, such as with a 'thumbs up' or 'smiley' graphic. This specification permits a similar facility for Internet Mail.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 19 July 2021.¶
Copyright (c) 2021 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.¶
The popularity of social media has led to user comfort with easily signaling summary reactions to an author's posting, by marking basic emoji graphics, such as with a 'thumbs up', 'heart', or 'smiley' indication. Sometimes the permitted repertoire is constrained to a small set and sometimes a more extensive range of indicators is supported.¶
This specification defines a similar facility for Internet Mail.¶
While it is already possible to include symbols and graphics as part of an email reply's content, there has not been an established means of signalling the semantic substance that such data are to be taken as a summary 'reaction' to the original message. That is, a mechanism to identify symbols as specifically providing a summary reaction to the cited message, rather than merely being part of the free text in the body of a response. Such a structured use of the symbol(s) allows recipient MUAs to correlate this reaction to the original message and possibly to display the information distinctively.¶
This facility defines a new MIME Content-Disposition, to be used in conjunction with the In-Reply-To header field, to specify that a part of a message containing one or more emojis be treated as a summary reaction to a previous message.¶
Unless provided here, terminology, architecture and specification used in this document are incorporated from [Mail-Arch], [Mail-Fmt], [MIME], and [ABNF]. The ABNF rule Emoji-Seq is inherited from [Emoji-Seq].¶
Discussion of this specification should take place on the ietf-822@ietf.org mailing list.¶
Normative language, per [RFC8174]:¶
A message sent as a reply MAY include a part containing:¶
Content-Disposition: Reaction¶
If such a field is specified the content-type of the part MUST be:¶
Content-Type: text/plain; charset=utf-8¶
The content of this part is restricted to single line of emoji. The [ABNF] is:¶
part-content = emoji *(lwsp emoji) CRLF emoji = emoji_sequence emoji_sequence = { defined in [Emoji-Seq] } base-emojis = thumbs-up / thumbs-down / grinning-face / frowning-face / crying-face thumbs-up = {U+1F44D} thumbs-down = {U+1F44E} grinning-face = {U+1F600} frowning-face = {U+2639} crying-face = {U+1F622}¶
The rule emoji_sequence is inherited from [Emoji-Seq]. It permits one or more bytes to form a single presentation image.¶
The emoji(s) express a recipient's summary reaction to the specific message referenced by the accompanying In-Reply-To header field. [Mail-Fmt].¶
Reference to unallocated code points SHOULD NOT be treated as an error; associated bytes SHOULD be processed using the system default method for denoting an unallocated or undisplayable code point.¶
The presentation aspects of reaction processing are necessarily MUA-specific and beyond the scope of this specification. In terms of the message itself, a recipient MUA that supports this mechanism operates as follows:¶
Again, the handling of a message that has been successfully processed is MUA-specific and beyond the scope of this specification.¶
This specification defines a mechanism for the structuring and carriage of information. It does not define any user-level details of use. However the design of the user-level mechanisms associated with this facility is paramount. This section discusses some issues to consider.¶
A simple message exchange might be:¶
To: recipient@example.com From: author@example.com Date: Today, 29 February 2021 00:00:00 -800 Message-id: 12345@example.com Subject: Meeting Can we chat at 1pm pacific, today?¶
with a thumbs-up, affirmative response of:¶
To: author@example.com From: recipient@example.com Date: Today, 29 February 2021 00:00:10 -800 Message-id: 12345@example.com Subject: Meeting Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=utf-8 Content-Disposition: Reaction {U+1F44E}¶
It could, of course, be more elaborate, such as the first of a MIME multipart sequence.¶
Repeating the caution that actual use of this capability requires careful usability design and testing, this section offers simple examples -- which have not been tested -- of how the reaction response might be displayed in a summary list of messages :¶
This specification employs message content that is a strict subset of existing content, and thus introduces no new content-specific security considerations.¶
This specification defines a distinct label for specialized message content. Processing that handles the content differently from other content in the message body might introduce vulnerabilities.¶
The React MIME Content-Disposition parameter is registered, per [RFC2183]¶
The basic, email-specific mechanics for this capability are well-established and well-understood. Points of concern, therefore, are with market interest and with usability. So the questions to answer, while the header field has experimental status are:¶
This specification has been discussed in the ietf-822 mailing list. Active commentary and suggestions were offered by: Nathaniel Borenstein, Richard Clayton, Ned Freed, Bron Gondwana, Valdis Klētnieks, John Levine, Brandon Long, Keith Moore, Pete Resnick, Michael Richardson, Alessandro Vesely¶