TOC |
|
This document proposes a syntax and semantics as an extension of the Internet Message Format (e-mail message) allowing a Sending User of an e-mail message to express his or her preference for how the message content is to be handled by the Receiving Users. For this purpose, semantics of sets of different character combinations ("Privicons") are described. These can syntactically be integrated either in the first-line of the body, in the subject line and/or in a dedicated header of any e-mail message. The Privicons icon set consists of 6 different icons. They'll be machine readable. The Privicons concept is partly borrowing its approach from the concept of emoticons. For example, to express that the content may be forwarded and even be published, the Sending User could use the Privicon "[>]", which may be followed by an additional explanations, such as "please share".
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 http://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 January 7, 2011.
Copyright (c) 2010 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 (http://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.
1.
Introduction
1.1.
Overview
1.2.
Relations to other standards
1.3.
Terminology and Conventions
2.
Syntax
2.1.
Definitions
2.2.
First-Line(s) of Message body
2.3.
Subject Line
2.4.
Header
2.5.
Footer
2.6.
Authoritative or Parsing order - Conflicts
2.7.
Syntax error
2.8.
HTML-Messages
3.
Semantics
3.1.
Privicons
3.1.1.
[X] Keep secret
3.1.2.
[/] Don't print
3.1.3.
[=] Delete after reading/I days
3.1.4.
[-] No attribution
3.1.5.
[o] Keep internal
3.1.6.
[>] Please share
3.2.
Multiple Privicons
4.
IANA Considerations
5.
Security Considerations
6.
Acknowledgements
7.
Normative References
Appendix A.
Example e-mail message
Appendix B.
Informative example requirements for MUAs
B.1.
User agent behaviour
B.1.1.
Terms
B.1.2.
[X] Keep secret
B.1.3.
[/] Don't print
B.1.4.
[=] Delete after reading/X days
B.1.5.
[-] No attribution
B.1.6.
[o] Keep internal
B.1.7.
[>] Please share
B.2.
Confirmation/Affirmation of preferences
B.3.
Transparency - optional
§
Authors' Addresses
TOC |
TOC |
Privicons describes a vocabulary of icons as an extension of the Internet Message Format (e-mail message) for users to indicate how their e-mail message should be treated. The icons are based on ASCII symbols so that they can appear as embedded graphics or plain text and include a variety of instructions such as "don't print," "internal use only," and "confidential". It is partly borrowing its approach from the concept of emoticons. For example to express, that the content can be forwarded and even be published, the Sending User could use the Privicon "[>]", which may be followed by an additional explanations, such as "please share".
This document proposes a syntax (Syntax) and semantics (Semantics) allowing a Sending User of an e-mail message to express his or her preference for how the e-mail message content is to be handled by the Receiving Users. For this purpose semantics of sets of different character combinations ("Privicons") are described. These can syntactically be integrated either in the first-line of the body, in the subject line and/or in a dedicated header of any e-mail message. The Privicons icon set has 6 different icons. They'll be machine readable.
Importantly, all requests transmitted by Privicons can be overridden by the user: The approach is grounded in reminder over hard-coded solutions that indiscriminately restrict speech. So the icons are merely asking the Receiving User of an e-mail to follow the Sending User's preference. Other than DRM oriented approaches, Privicons embraces the concept of code-based norms approach. This means, that the approach relies on social norms to be followed by the Receiving User, rather than technical enforcement mechanisms. However, technical means may be used to support this (for an example specifications see example e-mail message (Informative example requirements for MUAs)).
Note: The specific character combinations for each Privicon is currently undergoing user testing, it therefore might and will most certainly change during the progression of this draft.
TOC |
This specification extends [RFC5322] (Resnick, P., Ed., “Internet Message Format,” October 2008.) - Internet Message Format by defining certain syntax for the first-line(s) of the body, the subject line and an additional header field.
TOC |
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC2119] (Bradner, S., “Key words for use in RFCs to Indicate Requirement Levels,” March 1997.).
TOC |
In this section the syntax if the Privicon e-mail extension is defined. For semantics (Semantics) please see next section. A User can indicate a Privacy Preference as lined out below in the following ways:
A e-mail message fully compliant with this RFC will be called a Privicon Message, it
The following section describes how the Privicon status of an e-mail message is determined, in regard to the privacy preferences described in Overview (Overview)
TOC |
- element1 | element2
- Elements separated by a bar ("|") are alternatives, e.g., "yes | no" will accept yes or no.
- "literal"
- Quotation marks surround literal text. Unless stated otherwise, the text is case-insensitive.
- whitespace
- " "
- whatever
- Some arbitrary text.
- date
- Will be substituted by a "full-date", [RFC3339] (Klyne, G., Ed. and C. Newman, “Date and Time on the Internet: Timestamps,” July 2002.).
- privicon
- = ("[X]"|"[/]"|"[=]"|"[=0]"|"[=I]"|"[=date]"|"[-]"|"[o]"|"[>]") - the Privicon token. It contains all valid Privicons, the Privicon icon set.
- I
- I will be substituted by an integer number >= 0.
- description
- Contains the description of the Privicon as defined in Semantics (Semantics).
- subject
- Is the e-mail message subject field, see [RFC5322] (Resnick, P., Ed., “Internet Message Format,” October 2008.).
- CRLF
- Is the carriage return/line feed pair written in this document as "CRLF". A line is a series of characters that is delimited with the two characters carriage-return and line-feed; that is, the carriage return (CR) character (ASCII value 13) followed immediately by the line feed (LF) character (ASCII value 10), as described in section2.1 in [RFC5322] (Resnick, P., Ed., “Internet Message Format,” October 2008.)
TOC |
An indication of the Privacy Preference can be given in the first line of the body of an e-mail message.
The expression MUST be followed by a text giving a short explanation the meaning of the expressions. It is RECOMMENDED to use the following text, although localization into other languages are also encouraged, albeit not lined out in this document.
- firstLine
- = privicon whitespace "-" whitespace description
For example:
- [X] - Keep secret
- [/] - Don't print
- [=] - Delete after reading
- [=0] - Delete after reading
- [=I] - Delete after I days
- [-] - No attribution
- [o] - Keep internal
- [>] - Please share
After a this first-line, a second line, with an additional privacy preference may follow if the combination (Multiple Privicons) is permitted.
TOC |
An indication of the Privacy Preference can be given in the beginning of a subject line of an e-mail message using the following Expression:
- privicon whitespace subject
or
- whatever whitespace privicon whitespace subject
For example:
- [X] This is the subject of the e-mail message
- [/] This is the subject of the e-mail message
- [=] This is the subject of the e-mail message
- [=4] This is the subject of the e-mail message
- [=1980-01-01] This is the subject of the e-mail message
- [-] This is the subject of the e-mail message
- [o] This is the subject of the e-mail message
- [>] This is the subject of the e-mail message
or
- Re: [X] This is the subject of the e-mail message
- Fwd: [/] This is the subject of the e-mail message
TOC |
An indication of the Privacy Preference MAY be given in the header of an e-mail message, for this purpose the following field is defined, extending in section 3.6 in [RFC5322] (Resnick, P., Ed., “Internet Message Format,” October 2008.) the field definition, thereof.
- priviconfield
- = "Privicon:" whitespace privicon CRLF
The possible values of the Privicon token are described in Definitions (Definitions)
TOC |
Separated by --
The Footer MAY be located within the signature as described in section 4.3 in [RFC3676] (Gellens, R., “The Text/Plain Format and DelSp Parameters,” February 2004.) . It contains a paragraph, that describes what the Sending User of the e-mail message intended when she chooses the selected Privicon.
A clarification MAY be added that a conflict between header and first-line would lead to the first-line to be authoritative.
- footer
- = CRLF "-- " CRLF footertext
- footertext
- = firstline CRLF description
For example:
- --
- [X] - Keep secret
- The "Keep secret" Privicon asks the Receiving User to keep the received e-mail message secret.
Note: Footnote may violates [RFC1855] (Hambridge, S., “Netiquette Guidelines,” October 1995.) Page4 - do not use more than 4 lines signature.
The Footnote is just informative not authoritative
TOC |
When parsed, the authoritative order of the different elements is as follows:
If only one Privicon is found it has always the same meaning, no matter if it is defined in first-line in body, subject or header.
TOC |
After syntax error, the most restrictive case is assumed
For example "Delete after ??? days" will be transformed into "Delete immediately")
TOC |
Note for Editor: This section is just a placeholder
TOC |
TOC |
The Privicons icon set has 6 different icons. The meaning of the icons will be described in this section. It is important, that Privicons always just meant do be a nice way of asking somebody to do something.
TOC |
The "Keep secret" Privicon asks the Receiving User to keep the received e-mail message secret.
TOC |
The "Don't print" Privicon asks the Receiving User to not print the received e-mail message.
TOC |
The "Delete after reading/I days" Privicon asks the Receiving User to delete the e-mail message no later than a specified period of time. There are three different cases:
I stands for an integer number >= 0.
TOC |
The "No attribution" Privicon asks the Receiving User to not attribute, name or mention the original Sending User of the e-mail message in any kind. At the same time the Receiving User may quote, follow or paraphrase the content, facts and opinions voiced in the original e-mail message. In other words the Receiving User is free to use the information received, but neither the identity nor the affiliation of the Sending User may be revealed.
TOC |
The "Keep internal" Privicon asks the Receiving User to present this e-mail message only to those people that are common friends, or otherwise part of a group of people are in a relation to both the Sending User and the Receiving User. Note that the judgement, whether a person belongs to this group is solely upon the Receiving User unless otherwise indicated by the Sending User. The "Keep internal" just indicates, that a Receiving User should give some further thought on who she is sending the e-mail message to, and that the Sending User does not want the e-mail message to be forwarded arbitrarily.
TOC |
The "Please share" Privicon asks the Receiving User to share this e-mail message with everyone as she likes. It may be supplemented by further instructions on licensing for clarifying the copyright status.
TOC |
- Possible:
- Y
- Impossible:
- N
- Subject to discussion:
- ?
- Does not apply:
- X
As secondary option, potentially, and if first preference is overruled:
[X] | [/] | [=] | [-] | [o] | [>] | |
---|---|---|---|---|---|---|
[X] | X | Y | Y | ? | ? | N |
[/] | Y | X | Y | Y | Y | Y |
[=] | Y | Y | X | ? | ? | N |
[-] | ? | Y | N | X | Y | Y |
[o] | ? | N | N | Y | X | N |
[>] | N | Y | N | Y | N | X |
Table 1: Matrix of all combinations of Privicons |
TOC |
This document makes no request of IANA.
Note to RFC Editor: this section may be removed on publication as an RFC.
TOC |
The extensions to the e-mail message Format described in this document does not change the fundamental nature of the SMTP service and hence does not create any new security exposures in and of itself.
TOC |
In alphabetical order:
Andreas M. Brændhaugen, Designer, San Francisco
Laurent Bussard, European Microsoft Innovation Center
Ryan Calo, Stanford University
Alissa Cooper, Oxford Internet Institute
Ethan Forrest, Stanford University
Marit Hansen, Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein
Ulrich Pinsdorf, European Microsoft Innovation Center
Thomas Rössler, W3C
Max Senges, Google Inc.
Hannes Tschofenig, Nokia Siemens Networks
TOC |
[RFC1855] | Hambridge, S., “Netiquette Guidelines,” RFC 1855, October 1995 (TXT). |
[RFC2119] | Bradner, S., “Key words for use in RFCs to Indicate Requirement Levels,” BCP 14, RFC 2119, March 1997 (TXT, HTML, XML). |
[RFC3339] | Klyne, G., Ed. and C. Newman, “Date and Time on the Internet: Timestamps,” RFC 3339, July 2002 (TXT, HTML, XML). |
[RFC3461] | Moore, K., “Simple Mail Transfer Protocol (SMTP) Service Extension for Delivery Status Notifications (DSNs),” RFC 3461, January 2003 (TXT). |
[RFC3676] | Gellens, R., “The Text/Plain Format and DelSp Parameters,” RFC 3676, February 2004 (TXT). |
[RFC5321] | Klensin, J., “Simple Mail Transfer Protocol,” RFC 5321, October 2008 (TXT). |
[RFC5322] | Resnick, P., Ed., “Internet Message Format,” RFC 5322, October 2008 (TXT, HTML, XML). |
TOC |
Message-ID: <4C3203D3.60109@datenschutzzentrum.de> Date: Mon, 05 Jul 2010 23:59:00 +0200 From: Ulrich Koenig <ULD61@datenschutzzentrum.de> Organization: Unabhaengiges Landeszentrum fuer Datenschutz Schleswig-Holstein To: Jan Schallaboeck <uld62@datenschutzzentrum.de> Subject: [<] last update for privicons RFC Privicon: [<] Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable [<] Please share Hey Jan, please check the IETF Website for our Privicons RFC! ;) best Uli --=20 [<] Please share The "Please share" Privicon asks the Receiving User to share this e-mail message with everyone she likes.
Example of an e-mail message using a Privicon |
TOC |
TOC |
An e-mail message user agent implementing this RFC MUST enable the user at any time to overrule the received Privicon. The user SHOULD also be able to set a default for always overruling in her client.
If the user agent displays an e-mail message that contains one or more Privicons it SHOULD display the icon and its meaning in a salient way. If the icon is displayed by the user agent it MAY hide the Privicon in Subject and Body of the e-mail message. The user agent MAY localise the explaining text.
TOC |
- confirm
- a confirm pop-up or any other visible notion that yields active interaction by the user (i.e. clicking a button).
- inform
- a pop-up, or any other visible notion, that SHOULD yield confirmation. such informations should be on on default, but can be turned of in the preferences, either in general or on a case by case basis.
- User Agent Preferences
- to be defined
TOC |
The "Keep secret" Privicon asks the Receiving User to keep the received e-mail message secret.
TOC |
If the Receiving User wants to forward or reply-to the e-mail message to a third person, that is not the original Sending User, than the Receiving User MUST be informed, that she is going to violate the included Privicon and she MUST confirm that she is willing to do this before the e-mail message is send. If the Receiving User forwards or replies the e-mail message, the Sending User MAY also gets a copy via blind carbon copy.
TOC |
If the Receiving User wants to save the e-mail message to the hard disk, the Receiving User SHOULD be warned that she is going to violate the included Privicon.
TOC |
TOC |
If the Receiving User wants to print the e-mail message, she MUST be informed, that she is going to violate the included Privicon and she MUST confirm that she is willing to do this before printing is started.
TOC |
TOC |
If the Receiving User closes the e-mail message, she MUST be informed, the the e-mail message SHOULD be deleted after X days.
The client MUST request confirmation of the user, whenever she closes the e-mail message to delete the e-mail message immediately.
Note: if e-mail messages are displayed in list mode, then the warning is to be raised, when opening the next e-mail message.
Option a) delete after reading
The above confirmation must ask the user, whether
Option b) delete after X days
TOC |
Indicate preferences for the above options (3a/b) on defaults: a) likewise b)on delete after X days, always a)delete now, delete after X days automatically, ask me in X days.
Deletion can either mean:
TOC |
TOC |
If the Receiving User wants to forward or reply to a third person or store the e-mail message, she MUST be informed, that the Sending User doesn't want to be mentioned and MUST confirm that she is willing to overrule the Sending Users wish or remove any occurrence of the Sending User in the e-mail message (Header and Body). The removal of the Sending User MAY be done by the user agent automatically.
TOC |
If the e-mail message is forwarded/replied to a third person the Sending User MAY get a copy via blind carbon copy.
TOC |
If the Receiving User has defined what "internal" means to her, the following rules in the "Keep internal" subsection only apply if at least one of the Receiving Users are not part of her internal definition.
If the Receiving User wants to forward or reply the e-mail message to a third person, the user MUST be informed that she she SHOULD check if the third person is really part of the group that the Sending User intended to be internal and MUST confirm that she really to send this e-mail message.
If forward/reply: carbon copy to original Sending User
TOC |
The client SHOULD notice the user, that the content of the e-mail message can be published. If the the Sending User has transmitted a license for publishing the content, it SHOULD also be displayed.
TOC |
Note, this may be for further versions, but might yield legal implications: Before opening the e-mail message containing a Privicon, the User Agent SHOULD inform the user what the user is asked to do with the option to reject the e-mail message. To reject an e-mail message means the Sending User is notified, that the e-mail message is rejected and has been deleted at User Agent's side before reading. Not to reject the e-mail message does not mean that the receiving user accepts the requested conditions, see [RFC3461] (Moore, K., “Simple Mail Transfer Protocol (SMTP) Service Extension for Delivery Status Notifications (DSNs),” January 2003.).
TOC |
If a user forwards or replies an e-mail message to a third person, the original Sending User will get a copy via carbon copy/ blind carbon copy by default.
TOC |
Ulrich König | |
Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein | |
Holstenstr. 98 | |
Kiel, Schleswig-Holstein 24103 | |
Germany | |
Phone: | +49-431-988-1220 |
Fax: | +49-431-988-1223 |
Email: | rfc@ulikoenig.com |
URI: | https://www.datenschutzzentrum.de |
Jan Schallaböck | |
Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein | |
Holstenstr. 98 | |
Kiel, Schleswig-Holstein 24103 | |
Germany | |
Phone: | +49-431-988-1220 |
Fax: | +49-431-988-1223 |
Email: | uld62@datenschutzzentrum.de |
URI: | https://www.datenschutzzentrum.de |