RFC 9078: Reaction: Indicating Summary Reaction to a Message
- D. Crocker,
- R. Signes,
- N. Freed
Abstract
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.¶
Status of This Memo
This document is not an Internet Standards Track specification; it is published for examination, experimental implementation, and evaluation.¶
This document defines an Experimental Protocol for the Internet community. This document is a product of the Internet Engineering Task Force (IETF). It represents the consensus of the IETF community. It has received public review and has been approved for publication by the Internet Engineering Steering Group (IESG). Not all documents approved by the IESG are candidates for any level of Internet Standard; see Section 2 of RFC 7841.¶
Information about the current status of this document, any
errata, and how to provide feedback on it may be obtained at
https://
Copyright Notice
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://
1. Introduction
The popularity of social media has led to user comfort with easily signaling summary reactions to an author's posting, by using 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 extends this existing practice in social media and instant messaging into 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 signaling 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 Mail User Agents (MUAs) to correlate this reaction to the original message and possibly to display the information distinctively.¶
This facility defines a new MIME Content
2. Terminology
Unless provided here, terminology, architecture, and specification notation used in this document are incorporated from:¶
Syntax is specified with¶
The ABNF rule emoji-sequence is inherited from [Emoji-Seq]; details are in Section 3.¶
Normative language, per [RFC2119] and [RFC8174]:¶
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
3. Reaction Content-Disposition
A message sent as a reply MAY include a part containing:¶
If such a field is specified, the Content-Type of the part MUST be:¶
The content of this part is restricted to a single line of emoji. The [ABNF] is:¶
The part-content is either the message's single MIME body or the content portion of the first MIME multipart body part.¶
The ABNF rule emoji-sequence is inherited from [Emoji-Seq]. It defines a set of Unicode code point sequences, which must then be encoded as UTF-8. Each sequence forms a single pictograph. The BNF syntax used in [Emoji-Seq] differs from [ABNF] and MUST be interpreted as used in Unicode documentation. The referenced document describes these as sequences of code points.¶
The rule base-emojis is provided as a simple, common list, or 'vocabulary' of emojis. It was
developed from some existing practice in social networking and is intended for similar use.
However, support for it as a base vocabulary is not required. Having providers and consumers
employ a common set will facilitate user interoperabilit
The reaction emoji or emojis are linked to the current message's In-Reply-To field, which references an earlier message and provides a summary reaction to that earlier message [Mail-Fmt]. For processing details, see Section 4.¶
Reference to unallocated code points SHOULD NOT be treated as an error; the corresponding UTF-8-encoded code points SHOULD be processed using the system default method for denoting an unallocated or undisplayable code point.¶
4. Reaction Message Processing
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.¶
5. Usability Considerations
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.¶
- Creation:
- Because an email environment is different from a typical social media platform, there are significant -- and potentially challenging -- choices in the design of the user interface, to support indication of a reaction. Is the reaction to be sent only to the original author, or should it be sent to all recipients? Should the reaction always be sent in a discrete message containing only the reaction, or should the user also be able to include other message content? (Note that carriage of the reaction in a normal email message enables inclusion of this other content.)¶
- Display:
- Reaction indications might be more useful when displayed in close visual proximity to the original message, rather than merely as part of an email response thread. The handling of multiple reactions, from the same person, is also an opportunity for making a user experience design choice that could be interesting.¶
- Culture:
- The use of an image, intended to serve as a semantic signal, is determined and affected by cultural factors, which differ in complexity and nuance. It is important to remain aware that an author's intent when sending a particular emoji might not match how the recipient interprets it. Even simple, commonly used emojis can be subject to these cultural differences.¶
5.1. Example Message
A simple message exchange might be:¶
with a thumbs-up, affirmative response of:¶
The Unicode character, represented here as "{U+1F44D}" for readability, would actually be sent as the UTF-8-encoded character.¶
The example could, of course, be more elaborate, such as the first of a MIME multipart sequence.¶
5.2. Example Display
Repeating the caution that actual use of this capability requires careful usability design and testing, this section describes simple examples -- which have not been tested -- of how the reaction response might be displayed in a summary list of messages:¶
- Summary:
- Summary listings of messages in a folder include columns such as Subject, From, and Date. Another might be added to show common reactions and a count of how many of them have been received.¶
- Message:
- A complete message is often displayed with a tailored section for header fields, enhancing the format and showing only selected header fields. A pseudo-field might be added for reactions, again showing the symbol and a count.¶
6. Security Considerations
This specification employs message content that is a strict subset of existing possible
content and thus introduces no new content
This specification defines a distinct Content
7. IANA Considerations
IANA has registered the Reaction MIME Content
8. Experimental Goals
The basic, email-specific mechanics for this capability are well established and well understood. Points of concern, therefore, are:¶
So the questions to answer for this Experimental specification are:¶
Please send comments to ietf
9. Normative References
- [ABNF]
-
Crocker, D., Ed. and P. Overell, "Augmented BNF for Syntax Specifications: ABNF", STD 68, RFC 5234, DOI 10
.17487 , , <https:///RFC5234 www >..rfc -editor .org /info /rfc5234 - [Emoji-Seq]
-
Davis, M., Ed. and P. Edberg, Ed., "Unicode Technical Standard #51: Unicode Emoji", , <https://
www >..unicode .org /reports /tr51 /#def _emoji _sequence - [Mail-Arch]
-
Crocker, D., "Internet Mail Architecture", RFC 5598, DOI 10
.17487 , , <https:///RFC5598 www >..rfc -editor .org /info /rfc5598 - [Mail-Fmt]
-
Resnick, P., Ed., "Internet Message Format", RFC 5322, DOI 10
.17487 , , <https:///RFC5322 www >..rfc -editor .org /info /rfc5322 - [MIME]
-
Freed, N. and N. Borenstein, "Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies", RFC 2045, DOI 10
.17487 , , <https:///RFC2045 www >..rfc -editor .org /info /rfc2045 - [RFC2119]
-
Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10
.17487 , , <https:///RFC2119 www >..rfc -editor .org /info /rfc2119 - [RFC2183]
-
Troost, R., Dorner, S., and K. Moore, Ed., "Communicating Presentation Information in Internet Messages: The Content
-Disposition , RFC 2183, DOI 10Header Field" .17487 , , <https:///RFC2183 www >..rfc -editor .org /info /rfc2183 - [RFC8174]
-
Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10
.17487 , , <https:///RFC8174 www >..rfc -editor .org /info /rfc8174
Acknowledgements
This specification had substantive commentary on three IETF mailing lists.¶
This work began as a private exercise, in July 2020, with private discussion, for draft
In November 2020, the Dispatch mailing list <https://
A 4-week Last Call was issued on this document, January 2021, resulting in quite a bit of fresh
discussion on the last-call mailing list <https://
Readers who are interested in the details of the document's history are encouraged to peruse the archives for the three lists, searching Subject fields for "react".¶