Internet Engineering Task Force (IETF) Request for Comments: 6857 Category: Standards Track March 2013 ISSN:

Size: px
Start display at page:

Download "Internet Engineering Task Force (IETF) Request for Comments: 6857 Category: Standards Track March 2013 ISSN:"

Transcription

1 Internet Engineering Task Force (IETF) K. Fujiwara Request for Comments: 6857 JPRS Category: Standards Track March 2013 ISSN: Post-Delivery Message Downgrading for Internationalized Messages Abstract The Address Internationalization (SMTPUTF8) extension to SMTP allows Unicode characters encoded in UTF-8 and outside the ASCII repertoire in mail header fields. Upgraded POP and IMAP servers support internationalized messages. If a POP or IMAP client does not support Address Internationalization, a POP or IMAP server cannot deliver internationalized messages to the client and cannot remove the message. To avoid that situation, this document describes a mechanism for converting internationalized messages into the traditional message format. As part of the conversion process, message elements that require internationalized treatment are recoded or removed, and receivers are able to recognize that they received messages containing such elements, even if they cannot process the internationalized elements. Status of This Memo This is an Internet Standards Track document. 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). Further information on Internet Standards is available in Section 2 of RFC Information about the current status of this document, any errata, and how to provide feedback on it may be obtained at Fujiwara Standards Track [Page 1]

2 Copyright Notice Copyright (c) 2013 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 ( 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. Fujiwara Standards Track [Page 2]

3 Table of Contents 1. Introduction Problem Statement Possible Solutions Approach Taken in This Specification Terminology Message Header Field Downgrading Downgrading Method for Each ABNF Element Unstructured Downgrading Word Downgrading Comment Downgrading MIME-Value Downgrading Display-Name Downgrading Domain Downgrading Group Downgrading Mailbox Downgrading Type-Addr Downgrading Encapsulation: A Last Resort Downgrading Method for Each Header Field Address Header Fields That Contain <address> Elements Non-ASCII Strings in <comment> Elements Message-ID Header Fields Received Header Field MIME Content Header Fields Non-ASCII Characters in <unstructured> Elements Non-ASCII Characters in <phrase> Elements Other Header Fields MIME Body Parts and Delivery Status Notifications MIME Body Part Header Field Downgrading Delivery Status Notification Downgrading Security Considerations Implementation Note: Encoded-Word Encoding IANA Considerations Obsolescence of Existing Downgraded-* Header Fields Registration of New Downgraded-* Header Fields Acknowledgements References Normative References Informative References Appendix A. Downgrading Example Fujiwara Standards Track [Page 3]

4 1. Introduction 1.1. Problem Statement Traditional (legacy) mail systems, which are defined by the Internet Message Format [RFC5322] and other specifications, allow only ASCII characters in mail header field values. The SMTPUTF8 extension [RFC6530] [RFC6531] [RFC6532] allows Unicode characters encoded in UTF-8 [RFC3629] in these mail header fields. "Raw non-ascii strings" refers to strings of those characters in which at least one of them is not part of the ASCII repertoire. If a header field contains non-ascii strings, a POP or IMAP server cannot deliver internationalized messages to legacy clients that do not send UTF8 commands or have UTF8 capability. Also, because they have no obvious or standardized way to explain what is going on to clients, a POP or IMAP server cannot even safely discard the message Possible Solutions There are four plausible approaches to the problem. The preferred approach depends on the particular circumstances and relationship among the delivery SMTP server, the mail store, the POP or IMAP server, and the users and their Mail User Agent (MUA) clients. The four approaches are as follows: 1. If the delivery Mail Transport Agent (MTA) has sufficient knowledge about the POP or IMAP server and the clients being used, the message may be rejected as undeliverable. 2. A new, surrogate, message may be created by downgrading the original one in the POP or IMAP server in a way that preserves maximum information at the expense of some complexity and that does not create security or operational problems in the mail system. These surrogate messages are referred to as "downgraded" in this specification and as "surrogate messages" elsewhere. 3. Some intermediate downgrading may be applied that balances additional information loss against lower complexity and greater ease of implementation. 4. The POP or IMAP server may fabricate a message that is intended to notify the client that an internationalized message is waiting but cannot be delivered until an upgraded client is available. Fujiwara Standards Track [Page 4]

5 1.3. Approach Taken in This Specification This specification describes the second of these options. It is worth noting that, at least in the general case, none of these options preserves sufficient information to guarantee that it is possible to reply to an incoming message without loss of information, so the choice may be considered one of the available "least bad" options. While this document specifies a well-designed mechanism, it is only an interim solution while clients are being upgraded [RFC6855] [RFC6856]. This message downgrading mechanism converts mail header fields to an all-ascii representation. The POP or IMAP server can use the downgrading mechanism and then deliver the internationalized message in a traditional form, which allows receivers to know whether a message is internationalized or unknown or broken. The Internationalized Mail Header specification [RFC6532] allows UTF-8 characters (see Section 2) to be used in mail header fields and MIME header fields. The Internationalized Mail Transport specification [RFC6531] allows UTF-8 characters to be used in some trace header fields. The message downgrading mechanism specified here describes the method by which internationalized messages [RFC6530] [RFC6532] are converted to traditional messages [RFC5322]. This document provides a precise definition of the minimuminformation-loss message downgrading process. Downgrading consists of the following two parts: o header field downgrading o MIME header field downgrading header field downgrading is described in Section 3. It generates ASCII-only header fields. Header fields starting with Downgraded- are introduced in Section They preserve the information that appeared in the original header fields. The definition of MIME header fields in internationalized messages is described in RFC A delivery status notification may contain non-ascii addresses. MIME header field downgrading is described in Section 4.1. Delivery status notification downgrading is described in Section 4.2. It generates ASCII-only MIME header fields. Fujiwara Standards Track [Page 5]

6 Displaying downgraded messages that originally contained internationalized header fields is out of scope of this document. A POP or IMAP client that does not support UTF8 extensions as defined for POP3 "UTF8 command" and IMAP "ENABLE UTF8=ACCEPT command" does not recognize the internationalized message format [RFC6532]. 2. Terminology 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 RFC 2119 [RFC2119]. Many of the specialized terms used in this specification are defined in other documents. They include "Overview and Framework for Internationalized " [RFC6530], the Internet Message Format specification [RFC5322], and some of the basic MIME documents [RFC2045] [RFC2183]. This specification makes extensive use of the MIME Message Header Extensions [RFC2047] and extended MIME parameter encodings [RFC2231]. For convenience, both are described as "encoded-words" or "encoded-word encoding". All of the encoded-words generated according to this specification use UTF-8 as their charset. The terms "U-label", "A-label", and "IDNA" are used as defined in the IDNA Definitions document [RFC5890]. The terms "ASCII address", "non-ascii address", "SMTPUTF8", "message", and "internationalized message" are used as defined RFC The term "non-ascii string" is used with the definition provided in the Internationalized Headers document [RFC6532]. The term "UTF-8 character" is used informally in this document to denote a Unicode character, encoded in UTF-8, outside the ASCII repertoire. Such characters are more formally described using the ABNF element <UTF8-non-ascii>, defined in RFC This document refers to the Augmented Backus-Naur Form (ABNF) [RFC5234] elements that appear in RFC 5322 and RFC RFC 5322 describes the ABNF elements <CFWS>, <comment>, <display-name>, <group>, <id-left>, <id-right>, <mailbox>, <quoted-string>, <unstructured>, and <word>. RFC 2045 describes the ABNF element <value>. Section 3.3 of the Internationalized Mail Transport specification [RFC6531] and Section 3.2 of the Internationalized Headers document [RFC6532] updated <domain> to allow non-ascii characters. Some additional terms are defined locally in-line below. Fujiwara Standards Track [Page 6]

7 3. Message Header Field Downgrading This section defines the method for converting each header field that may contain non-ascii strings into ASCII. Section 3.1 describes the methods for rewriting each ABNF element. Section 3.2 describes the methods for rewriting each header field Downgrading Method for Each ABNF Element Header field downgrading is defined below for each ABNF element. Conversion of the header field terminates when no characters other than those in the ASCII repertoire remain in the header field Unstructured Downgrading If the header field has an <unstructured> field that contains non-ascii strings, apply encoded-word encoding Word Downgrading If the header field has any <word> fields that contain non-ascii strings, apply encoded-word encoding Comment Downgrading If the header field has any <comment> fields that contain non-ascii strings, apply encoded-word encoding MIME-Value Downgrading If the header field has any <value> elements [RFC2045] that contain non-ascii strings, remove any <CFWS> that appear outside DQUOTE [RFC5234] that appear in those elements, then encode the <value> elements as extended MIME parameter encodings [RFC2231] and leave the language information empty Display-Name Downgrading If the header field has any <address> (<mailbox> or <group>) elements, and they have <display-name> elements that contain non-ascii strings, encode the <display-name> elements as encodedwords. Display-Name downgrading uses the same algorithm as Word downgrading. Fujiwara Standards Track [Page 7]

8 Domain Downgrading If the header field has any <domain> elements that contain U-labels, rewrite the non-ascii domain name into an ASCII domain name using A-labels [RFC5891] Group Downgrading <group> is defined in Section 3.4 of the Internet Message Format specification [RFC5322]. The <group> element may contain <mailbox> elements that contain non-ascii addresses. If a <group> element contains <mailbox> elements and one of those <mailbox> elements contains a non-ascii <local-part>, rewrite the <group> element as display-name " " ENCODED_WORD " :;" where the <ENCODED_WORD> is the original <group-list> encoded as encoded-words. Otherwise, the <group> element contains an ASCII-only <local-part>. If the <group> element contains non-ascii <mailbox> elements, they contain non-ascii domain names. Rewrite the non-ascii domain names into ASCII domain names using A-labels [RFC5891]. Generated <mailbox> elements contain ASCII addresses only Mailbox Downgrading If the <local-part> of the <mailbox> element contains no characters other than those in the ASCII repertoire, the <domain> element may contain non-ascii characters. Rewrite the non-ascii domain names into ASCII domain names using A-labels [RFC5891]. Otherwise, the <local-part> may contain non-ascii characters. The <local-part> that contains characters outside the ASCII repertoire has no equivalent format for ASCII addresses. The <addr-spec> element that contains non-ascii strings may appear in two forms as: "<" addr-spec ">" or addr-spec Rewrite both as: ENCODED-WORD " :;" Fujiwara Standards Track [Page 8]

9 where the <ENCODED-WORD> is the original <addr-spec> encoded as encoded-words Type-Addr Downgrading If the header field contains <utf-8-type-addr> and the <utf-8-type-addr> contains raw non-ascii strings (<UTF8-non-ascii>), it is in utf-8-address form [RFC6533]. Convert it to utf-8-addr-xtext form [RFC6533]. Comment downgrading is also performed in this case. If the address type is unrecognized and the header field contains non-ascii strings, then fall back to using Encapsulation on the entire header field as specified in Section Encapsulation: A Last Resort As a last resort, when header fields cannot be converted as discussed in the previous subsection, the fields are deleted and replaced by specialized new header fields. Those fields are defined to preserve, in encoded form, as much information as possible from the header field values of the incoming message. This mechanism is known as Encapsulation downgrading in this specification because it preserves the original information in a different form. The syntax of these new header fields is: fields =/ downgraded downgraded = "Downgraded-Message-Id:" unstructured CRLF / "Downgraded-Resent-Message-Id:" unstructured CRLF / "Downgraded-In-Reply-To:" unstructured CRLF / "Downgraded-References:" unstructured CRLF / "Downgraded-Original-Recipient:" unstructured CRLF / "Downgraded-Final-Recipient:" unstructured CRLF Applying this procedure to the "Received:" header field is prohibited. Encapsulation downgrading is allowed for "Message-ID:", "In-Reply-To:", "References:", "Original-Recipient:", and "Final-Recipient:" header fields. To preserve a header field in a Downgraded- header field: 1. Generate a new header field. * The field name is a concatenation of Downgraded- and the original field name. * The initial new field value is the original header field value. Fujiwara Standards Track [Page 9]

10 2. Treat the initial new header field value as if it were unstructured, and then apply the encoded-word encoding as necessary so that the resulting new header field value is completely in ASCII. 3. Remove the original header field Downgrading Method for Each Header Field The Mail and MIME Header Fields document [RFC4021] establishes a registry of header fields. This section describes the downgrading method for each header field listed in that registry as of the date of publication of this specification. If the entire mail header field contains no characters other than those in the ASCII repertoire, header field downgrading is not required. Each header field s downgrading method is described below Address Header Fields That Contain <address> Elements From: Sender: To: Cc: Bcc: Reply-To: Resent-From: Resent-Sender: Resent-To: Resent-Cc: Resent-Bcc: Resent-Reply-To: Return-Path: Disposition-Notification-To: If the header field contains non-ascii characters, first perform Comment downgrading and Display-Name downgrading as described in the corresponding subsections of Section 3.1. If the header field still contains non-ascii characters, complete the following two steps: 1. If the header field contains <group> elements that contain non-ascii addresses, perform Group downgrading on those elements. 2. If the header field contains <mailbox> elements that contain non-ascii addresses, perform Mailbox downgrading on those elements. Fujiwara Standards Track [Page 10]

11 This procedure may generate empty <group> elements in the "From:" and "Sender:" header fields. The Group Syntax document [RFC6854] updates the Internet Message Format specification [RFC5322] to allow (empty) <group> elements in the "From:" and "Sender:" header fields Non-ASCII Strings in <comment> Elements Date: Resent-Date: MIME-Version: Content-ID: Content-Transfer-Encoding: Content-Language: Accept-Language: Auto-Submitted: Except in comments, these header fields do not contain characters other than those in the ASCII repertoire. If the header field contains UTF-8 characters in comments, perform Comment downgrading Message-ID Header Fields Message-ID: Resent-Message-ID: In-Reply-To: References: If there are non-ascii strings in <id-left> or <id-right> elements, perform Encapsulation. Otherwise, the header field contains UTF-8 characters in comments and Comment downgrading should be performed Received Header Field Received: If <domain> elements or <mailbox> elements contain U-labels, perform Domain downgrading as specified in Section Comments may contain non-ascii strings; if so, perform Comment downgrading. After the Domain downgrading and the Comment downgrading, if the "FOR" clause contains a non-ascii <local-part>, remove the FOR clause. If the "ID" clause contains a non-ascii value, remove the ID clause. Fujiwara Standards Track [Page 11]

12 MIME Content Header Fields Content-Type: Content-Disposition: If there are non-ascii strings in <value> or <CFWS> elements, perform MIME-Value and Comment downgrading Non-ASCII Characters in <unstructured> Elements Subject: Comments: Content-Description: If non-ascii strings are present in <unstructured> elements, perform Unstructured downgrading Non-ASCII Characters in <phrase> Elements Keywords: If non-ascii strings are present in <phrase> elements, perform Word downgrading Other Header Fields Other header fields that are not covered in this document (such as implementation-specific or user-defined fields) might also contain non-ascii strings. Any header field that does not have a conversion method defined above will be in this category and treated as follows. If there are non-ascii strings present in the header fields, perform Unstructured downgrading. If the software understands the header field s structure and a downgrading algorithm other than Unstructured is applicable, that software SHOULD use that algorithm; Unstructured downgrading is used when there is no other option. Mailing list header fields (those that start in "List-") are part of this category. 4. MIME Body Parts and Delivery Status Notifications Both the MIME body part header fields [RFC2045] [RFC6532] and the contents of a delivery status notification [RFC6533] may contain non-ascii characters. Fujiwara Standards Track [Page 12]

13 4.1. MIME Body Part Header Field Downgrading RFC 6532 specifies an extension that permits MIME header fields, including body part header fields, to contain non-ascii strings. This section defines the conversion method to ASCII-only header fields for each MIME header field that contains non-ascii strings. Parse the message body s MIME structure at all levels and check each MIME header field to see whether it contains non-ascii strings. If the header field contains non-ascii strings in the header field value, the header field is a target of the MIME body part header field s downgrading. The downgrading methods used for the MIME body part header fields Content-ID, Content-Type, Content-Disposition, and Content-Description are the same as those used for the header fields of the same name described in Section Delivery Status Notification Downgrading If the message contains a delivery status notification (see Section 6 of the SMTP DSN Extension [RFC3461]), perform the following tests and conversions. If there are "Original-Recipient:" and "Final-Recipient:" header fields, and the header fields contain non-ascii strings, perform Type-Addr downgrading. 5. Security Considerations The purpose of post-delivery message downgrading is to allow POP and IMAP servers to deliver internationalized messages to traditional POP and IMAP clients and to permit the clients to display those messages. Users that receive such messages can know that they were internationalized. It does not permit receivers to read the messages in their original form and, in general, will not permit generating replies, at least without significant user intervention. After downgrading as specified in this document, the header fields of a message will contain ASCII characters only, some of them in encoded-word form. Nothing in this document or other SMTPUTF8 specifications [RFC6530] [RFC6531] alters the basic properties of MIME that allow characters outside the ASCII repertoire in encodings as specified for them. Thus, this document inherits the security considerations associated with MIME-encoded header fields as specified in RFC 2047 [RFC2047] and with UTF-8 itself as specified in RFC 3629 [RFC3629]. Rewriting header fields increases the opportunities for undetected spoofing by malicious senders. However, the rewritten header field values are preserved in equivalent MIME form or in newly defined Fujiwara Standards Track [Page 13]

14 header fields for which traditional MUAs have no special processing procedures. The techniques described here may invalidate methods that depend on digital signatures over any part of the message, which includes the top-level header fields and body part header fields. Depending on the specific message being downgraded, at least the following techniques are likely to break: DomainKeys Identified Mail (DKIM) and possibly S/MIME and Pretty Good Privacy (PGP). The downgrade mechanism SHOULD NOT remove signatures even if the signatures will fail validation after downgrading. As much of the information as possible from the original message SHOULD be preserved. In addition, MUAs may be able to use the presence of an Authentication-Results header field [RFC5451] to assess whether the digital signatures were valid before the header fields were downgraded. While information in any header field should usually be treated with some suspicion, current systems commonly employ various mechanisms and protocols to make the information more trustworthy. Information in the new Downgraded-* header fields is not inspected by traditional MUAs and may be even less trustworthy than the traditional header fields. Note that the Downgraded-* header fields could have been inserted with malicious intent (and with content unrelated to the traditional header fields); however, traditional MUAs do not evaluate Downgraded-* header fields. See the Security Considerations sections in the Group Syntax document [RFC6854] and the Internationalized Framework [RFC6530] for more discussion. 6. Implementation Note: Encoded-Word Encoding While the specification of encoded-words includes specific rules for dealing with whitespace in adjacent encoded words [RFC2047], there are a number of deployed implementations that fail to implement the algorithm correctly. As a result, whitespace behavior is somewhat unpredictable, in practice, when multiple encoded words are used. While RFC 5322 states that implementations SHOULD limit lines to 78 characters or less, implementations MAY choose to allow overly long encoded words to work around faulty implementations of encoded-words. Implementations that choose to do so SHOULD have an optional mechanism to limit line length to 78 characters. Fujiwara Standards Track [Page 14]

15 7. IANA Considerations The experimental specification from which this document was partially derived [RFC5504] specifies that no new header fields beginning with Downgraded- are to be registered. That restriction is now lifted, and this document makes a new set of registrations, replacing the experimental fields with standard ones Obsolescence of Existing Downgraded-* Header Fields The Downgraded-* header fields that were registered as experimental fields in RFC 5504 are no longer in use. IANA has changed the status from "experimental" to "obsoleted" for every name in the "Permanent Message Header Field Names" registry that began with Downgraded Registration of New Downgraded-* Header Fields The following header fields have been registered in the "Permanent Message Header Field Names" registry, in accordance with the procedures set out in the Header Field Registration document [RFC3864]. Header field name: Downgraded-Message-Id Applicable protocol: mail Status: standard Author/change controller: IETF Specification document(s): This document (Section ) Header field name: Downgraded-In-Reply-To Applicable protocol: mail Status: standard Author/change controller: IETF Specification document(s): This document (Section ) Header field name: Downgraded-References Applicable protocol: mail Status: standard Author/change controller: IETF Specification document(s): This document (Section ) Header field name: Downgraded-Original-Recipient Applicable protocol: mail Status: standard Author/change controller: IETF Specification document(s): This document (Section ) Fujiwara Standards Track [Page 15]

16 Header field name: Downgraded-Final-Recipient Applicable protocol: mail Status: standard Author/change controller: IETF Specification document(s): This document (Section ) 8. Acknowledgements This document draws heavily from the experimental in-transit message downgrading procedure described RFC The contributions of the coauthor of that earlier document, Y. Yoneya, are gratefully acknowledged. Significant comments and suggestions were received from John Klensin, Barry Leiba, Randall Gellens, Pete Resnick, Martin J. Durst, and other WG participants. 9. References 9.1. Normative References [RFC2045] Freed, N. and N. Borenstein, "Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies", RFC 2045, November [RFC2047] Moore, K., "MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text", RFC 2047, November [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March [RFC2183] Troost, R., Dorner, S., and K. Moore, "Communicating Presentation Information in Internet Messages: The Content-Disposition Header Field", RFC 2183, August [RFC2231] Freed, N. and K. Moore, "MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations", RFC 2231, November [RFC3461] Moore, K., "Simple Mail Transfer Protocol (SMTP) Service Extension for Delivery Status Notifications (DSNs)", RFC 3461, January [RFC3629] Yergeau, F., "UTF-8, a transformation format of ISO 10646", STD 63, RFC 3629, November Fujiwara Standards Track [Page 16]

17 [RFC3864] Klyne, G., Nottingham, M., and J. Mogul, "Registration Procedures for Message Header Fields", BCP 90, RFC 3864, September [RFC4021] Klyne, G. and J. Palme, "Registration of Mail and MIME Header Fields", RFC 4021, March [RFC5322] Resnick, P., Ed., "Internet Message Format", RFC 5322, October [RFC5890] Klensin, J., "Internationalized Domain Names for Applications (IDNA): Definitions and Document Framework", RFC 5890, August [RFC5891] Klensin, J., "Internationalized Domain Names in Applications (IDNA): Protocol", RFC 5891, August [RFC6530] Klensin, J. and Y. Ko, "Overview and Framework for Internationalized ", RFC 6530, February [RFC6531] Yao, J. and W. Mao, "SMTP Extension for Internationalized ", RFC 6531, February [RFC6532] Yang, A., Steele, S., and N. Freed, "Internationalized Headers", RFC 6532, February [RFC6533] Hansen, T., Newman, C., and A. Melnikov, "Internationalized Delivery Status and Disposition Notifications", RFC 6533, February [RFC6854] Leiba, B., "Update to Internet Message Format to Allow Group Syntax in the "From:" and "Sender:" Header Fields", RFC 6854, March [RFC6855] Resnick, P., Ed., Newman, C., Ed., and S. Shen, Ed., "IMAP Support for UTF-8", RFC 6855, March [RFC6856] Gellens, R., Newman, C., Yao, J., and K. Fujiwara, "Post Office Protocol Version 3 (POP3) Support for UTF-8", RFC 6856, March Fujiwara Standards Track [Page 17]

18 9.2. Informative References [RFC5234] Crocker, D. and P. Overell, "Augmented BNF for Syntax Specifications: ABNF", STD 68, RFC 5234, January [RFC5451] Kucherawy, M., "Message Header Field for Indicating Message Authentication Status", RFC 5451, April [RFC5504] Fujiwara, K. and Y. Yoneya, "Downgrading Mechanism for Address Internationalization", RFC 5504, March Fujiwara Standards Track [Page 18]

19 Appendix A. Downgrading Example This appendix shows a message downgrading example. Consider a received mail message where: o The sender address is a non-ascii address, "NON-ASCII-LOCAL@example.com". Its display-name is "DISPLAY-LOCAL". o The "To:" header field contains two non-ascii addresses, "NON-ASCII-REMOTE1@example.net" and "NON-ASCII-REMOTE2@example.com". Their display-names are "DISPLAY-REMOTE1" and "DISPLAY-REMOTE2". o The "Cc:" header field contains a non-ascii address, "NON-ASCII-REMOTE3@example.org". Its display-name is "DISPLAY-REMOTE3". o Four display-names contain non-ascii characters. o The "Subject:" header field is "NON-ASCII-SUBJECT", which contains non-ascii strings. o The "Message-Id:" header field contains "NON-ASCII-MESSAGE_ID", which contains non-ascii strings. o There is an unknown header field "X-Unknown-Header:", which contains non-ascii strings. Return-Path: <NON-ASCII-LOCAL@example.com> Received: from... by... for <NON-ASCII-REMOTE1@example.net> Received: from... by... for <NON-ASCII-REMOTE1@example.net> From: DISPLAY-LOCAL <NON-ASCII-LOCAL@example.com> To: DISPLAY-REMOTE1 <NON-ASCII-REMOTE1@example.net>, DISPLAY-REMOTE2 <NON-ASCII-REMOTE2@example.com> Cc: DISPLAY-REMOTE3 <NON-ASCII-REMOTE3@example.org> Subject: NON-ASCII-SUBJECT Date: Mon, 30 Jul :23: Message-Id: NON-ASCII-MESSAGE_ID Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Unknown-Header: NON-ASCII-CHARACTERS MAIL_BODY Figure 1: Received Message in a Maildrop Fujiwara Standards Track [Page 19]

20 The downgraded message is shown in Figure 2. "Return-Path:", "From:", "To:", and "Cc:" header fields are rewritten. "Subject:" and "X-Unknown-Header:" header fields are encoded as encoded-words. The "Message-Id:" header field is encapsulated as a "Downgraded-Message-Id:" header field. Return-Path: =?UTF-8?Q?NON-ASCII-LOCAL@example.com?= :; Received: from... by... Received: from... by... From: =?UTF-8?Q?DISPLAY-LOCAL?= =?UTF-8?Q?NON-ASCII-LOCAL@example.com?= :; To: =?UTF-8?Q?DISPLAY-REMOTE1?= =?UTF-8?Q?NON-ASCII-REMOTE1@example.net?= :;, =?UTF-8?Q?DISPLAY-REMOTE2?= Cc: =?UTF-8?Q?NON-ASCII-REMOTE2@example.com?= :;, =?UTF-8?Q?DISPLAY-REMOTE3?= =?UTF-8?Q?NON-ASCII-REMOTE3@example.org?= :; Subject: =?UTF-8?Q?NON-ASCII-SUBJECT?= Date: Mon, 30 Jul :23: Downgraded-Message-Id: =?UTF-8?Q?MESSAGE_ID?= Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Unknown-Header: =?UTF-8?Q?NON-ASCII-CHARACTERS?= MAIL_BODY Author s Address Figure 2: Downgraded Message Kazunori Fujiwara Japan Registry Services Co., Ltd. Chiyoda First Bldg. East 13F, Nishi-Kanda Chiyoda-ku, Tokyo Japan Phone: fujiwara@jprs.co.jp Fujiwara Standards Track [Page 20]

Internet Engineering Task Force (IETF) Request for Comments: 6858 March 2013 Updates: 3501 Category: Standards Track ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 6858 March 2013 Updates: 3501 Category: Standards Track ISSN: Internet Engineering Task Force (IETF) A. Gulbrandsen Request for Comments: 6858 March 2013 Updates: 3501 Category: Standards Track ISSN: 2070-1721 Simplified POP and IMAP Downgrading for Internationalized

More information

Request for Comments: 7912 Category: Informational June 2016 ISSN:

Request for Comments: 7912 Category: Informational June 2016 ISSN: Independent Submission A. Melnikov Request for Comments: 7912 Isode Ltd Category: Informational June 2016 ISSN: 2070-1721 Abstract Message Authorizing Email Header Field and Its Use for the Draft and Release

More information

Internet Engineering Task Force (IETF) Updates: 5322 March 2013 Category: Standards Track ISSN:

Internet Engineering Task Force (IETF) Updates: 5322 March 2013 Category: Standards Track ISSN: Internet Engineering Task Force (IETF) B. Leiba Request for Comments: 6854 Huawei Technologies Updates: 5322 March 2013 Category: Standards Track ISSN: 2070-1721 Abstract Update to Internet Message Format

More information

Internet Engineering Task Force (IETF) Request for Comments: 6522 STD: 73 January 2012 Obsoletes: 3462 Category: Standards Track ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 6522 STD: 73 January 2012 Obsoletes: 3462 Category: Standards Track ISSN: Internet Engineering Task Force (IETF) M. Kucherawy, Ed. Request for Comments: 6522 Cloudmark STD: 73 January 2012 Obsoletes: 3462 Category: Standards Track ISSN: 2070-1721 Abstract The Multipart/Report

More information

March Copyright (c) 2010 IETF Trust and the persons identified as the document authors. All rights reserved.

March Copyright (c) 2010 IETF Trust and the persons identified as the document authors. All rights reserved. Network Working Group Request for Comments: 5738 Updates: 3501 Category: Experimental P. Resnick Qualcomm Incorporated C. Newman Sun Microsystems March 2010 IMAP Support for UTF-8 Abstract This specification

More information

Internet Engineering Task Force (IETF) Request for Comments: ISSN: October 2012

Internet Engineering Task Force (IETF) Request for Comments: ISSN: October 2012 Internet Engineering Task Force (IETF) Request for Comments: 6758 Category: Informational ISSN: 2070-1721 A. Melnikov Isode Ltd K. Carlberg G11 October 2012 Tunneling of SMTP Message Transfer Priorities

More information

Internet Engineering Task Force (IETF) Request for Comments: 8437 Updates: 3501 August 2018 Category: Standards Track ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 8437 Updates: 3501 August 2018 Category: Standards Track ISSN: Internet Engineering Task Force (IETF) C. Newman Request for Comments: 8437 Oracle Updates: 3501 August 2018 Category: Standards Track ISSN: 2070-1721 Abstract IMAP UNAUTHENTICATE Extension for Connection

More information

Request for Comments: 7259 Category: Informational May 2014 ISSN:

Request for Comments: 7259 Category: Informational May 2014 ISSN: Independent Submission P. Saint-Andre Request for Comments: 7259 &yet Category: Informational May 2014 ISSN: 2070-1721 Abstract The Jabber-ID Header Field This document defines a header field that enables

More information

Network Working Group. Category: Experimental September Internationalized Delivery Status and Disposition Notifications

Network Working Group. Category: Experimental September Internationalized Delivery Status and Disposition Notifications Network Working Group Request for Comments: 5337 Updates: 3461, 3464, 3798 Category: Experimental C. Newman Sun Microsystems A. Melnikov, Ed. Isode Ltd September 2008 Internationalized Delivery Status

More information

Internet Engineering Task Force (IETF) Category: Experimental. February 2010

Internet Engineering Task Force (IETF) Category: Experimental. February 2010 Internet Engineering Task Force (IETF) Request for Comments: 5721 Category: Experimental ISSN: 2070-1721 R. Gellens QUALCOMM Incorporated C. Newman Sun Microsystems February 2010 POP3 Support for UTF-8

More information

Obsoletes: RFC5738 (if approved) Intended status: Standards Track. CNNIC October 22, 2012

Obsoletes: RFC5738 (if approved) Intended status: Standards Track. CNNIC October 22, 2012 Internet Engineering Task Force Internet-Draft Obsoletes: RFC5738 (if approved) Intended status: Standards Track Expires: April 25, 2013 P. Resnick, Ed. Qualcomm Incorporated C. Newman, Ed. Oracle S. Shen,

More information

Internet Engineering Task Force (IETF) Request for Comments: 5987 Category: Standards Track August 2010 ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 5987 Category: Standards Track August 2010 ISSN: Internet Engineering Task Force (IETF) J. Reschke Request for Comments: 5987 greenbytes Category: Standards Track August 2010 ISSN: 2070-1721 Abstract Character Set and Language Encoding for Hypertext

More information

Internet Engineering Task Force (IETF) September Indicating Handling States in Trace Fields

Internet Engineering Task Force (IETF) September Indicating  Handling States in Trace Fields Internet Engineering Task Force (IETF) Request for Comments: 6729 Category: Standards Track ISSN: 2070-1721 D. Crocker Brandenburg InternetWorking M. Kucherawy Cloudmark, Inc. September 2012 Indicating

More information

Internet Engineering Task Force (IETF) Request for Comments: 6266 Updates: 2616 June 2011 Category: Standards Track ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 6266 Updates: 2616 June 2011 Category: Standards Track ISSN: Internet Engineering Task Force (IETF) J. Reschke Request for Comments: 6266 greenbytes Updates: 2616 June 2011 Category: Standards Track ISSN: 2070-1721 Abstract Use of the Content-Disposition Header

More information

Internet Engineering Task Force (IETF) Request for Comments: 5983 Category: Experimental October 2010 ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 5983 Category: Experimental October 2010 ISSN: Internet Engineering Task Force (IETF) R. Gellens Request for Comments: 5983 Qualcomm Category: Experimental October 2010 ISSN: 2070-1721 Abstract Mailing Lists and Internationalized Email Addresses This

More information

Internet Engineering Task Force (IETF) Category: Standards Track ISSN: July 2012

Internet Engineering Task Force (IETF) Category: Standards Track ISSN: July 2012 Internet Engineering Task Force (IETF) A. Melnikov Request for Comments: 6657 Isode Limited Updates: 2046 J. Reschke Category: Standards Track greenbytes ISSN: 2070-1721 July 2012 Abstract Update to MIME

More information

Internet Engineering Task Force (IETF) Request for Comments: 7504 June 2015 Updates: 1846, 5321 Category: Standards Track ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 7504 June 2015 Updates: 1846, 5321 Category: Standards Track ISSN: Internet Engineering Task Force (IETF) J. Klensin Request for Comments: 7504 June 2015 Updates: 1846, 5321 Category: Standards Track ISSN: 2070-1721 Abstract SMTP 521 and 556 Reply Codes This memo defines

More information

Internet Engineering Task Force (IETF) Request for Comments: 6694 August 2012 Category: Informational ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 6694 August 2012 Category: Informational ISSN: Internet Engineering Task Force (IETF) S. Moonesamy, Ed. Request for Comments: 6694 August 2012 Category: Informational ISSN: 2070-1721 Abstract The "about" URI Scheme This document describes the "about"

More information

Internet Engineering Task Force (IETF) Request for Comments: 8440 Category: Standards Track ISSN: August 2018

Internet Engineering Task Force (IETF) Request for Comments: 8440 Category: Standards Track ISSN: August 2018 Internet Engineering Task Force (IETF) K. Murchison Request for Comments: 8440 B. Gondwana Category: Standards Track FastMail ISSN: 2070-1721 August 2018 IMAP4 Extension for Returning MYRIGHTS Information

More information

Request for Comments: 5437 Category: Standards Track Isode Limited January 2009

Request for Comments: 5437 Category: Standards Track Isode Limited January 2009 Network Working Group Request for Comments: 5437 Category: Standards Track P. Saint-Andre Cisco A. Melnikov Isode Limited January 2009 Status of This Memo Sieve Notification Mechanism: Extensible Messaging

More information

Internet Engineering Task Force (IETF) Request for Comments: 7017 Category: Informational August 2013 ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 7017 Category: Informational August 2013 ISSN: Internet Engineering Task Force (IETF) R. Sparks Request for Comments: 7017 Oracle Category: Informational August 2013 ISSN: 2070-1721 Abstract IMAP Access to IETF Email List Archives The IETF makes heavy

More information

Internet Engineering Task Force (IETF) Request for Comments: ISSN: November 2013

Internet Engineering Task Force (IETF) Request for Comments: ISSN: November 2013 Internet Engineering Task Force (IETF) N. Borenstein Request for Comments: 7072 Mimecast Category: Standards Track M. Kucherawy ISSN: 2070-1721 November 2013 Abstract A Reputation Query Protocol This document

More information

Internet Engineering Task Force (IETF) Request for Comments: 8142 Category: Standards Track April 2017 ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 8142 Category: Standards Track April 2017 ISSN: Internet Engineering Task Force (IETF) S. Gillies Request for Comments: 8142 Mapbox Category: Standards Track April 2017 ISSN: 2070-1721 Abstract GeoJSON Text Sequences This document describes the GeoJSON

More information

Internet Engineering Task Force (IETF) Category: Standards Track March 2015 ISSN:

Internet Engineering Task Force (IETF) Category: Standards Track March 2015 ISSN: Internet Engineering Task Force (IETF) T. Bray, Ed. Request for Comments: 7493 Textuality Services Category: Standards Track March 2015 ISSN: 2070-1721 Abstract The I-JSON Message Format I-JSON (short

More information

Internet Engineering Task Force (IETF) Request for Comments: Obsoletes: 1652 Category: Standards Track

Internet Engineering Task Force (IETF) Request for Comments: Obsoletes: 1652 Category: Standards Track Internet Engineering Task Force (IETF) Request for Comments: 6152 STD: 71 Obsoletes: 1652 Category: Standards Track ISSN: 2070-1721 J. Klensin N. Freed Oracle M. Rose Dover Beach Consulting, Inc. D. Crocker,

More information

Internet Engineering Task Force (IETF) Request for Comments: 8508 Category: Standards Track January 2019 ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 8508 Category: Standards Track January 2019 ISSN: Internet Engineering Task Force (IETF) S. Brandt Request for Comments: 8508 Verizon Category: Standards Track January 2019 ISSN: 2070-1721 Abstract IMAP REPLACE Extension This document defines an IMAP

More information

Internet Engineering Task Force (IETF) Obsoletes: 2831 July 2011 Category: Informational ISSN:

Internet Engineering Task Force (IETF) Obsoletes: 2831 July 2011 Category: Informational ISSN: Internet Engineering Task Force (IETF) A. Melnikov Request for Comments: 6331 Isode Limited Obsoletes: 2831 July 2011 Category: Informational ISSN: 2070-1721 Abstract Moving DIGEST-MD5 to Historic This

More information

Internet Engineering Task Force (IETF) Category: Standards Track September 2018 ISSN:

Internet Engineering Task Force (IETF) Category: Standards Track September 2018 ISSN: Internet Engineering Task Force (IETF) B. Leiba, Ed. Request for Comments: 8457 Huawei Technologies Category: Standards Track September 2018 ISSN: 2070-1721 IMAP "$Important" Keyword and "\Important" Special-Use

More information

Internet Engineering Task Force (IETF) Request for Comments: ISSN: May Internationalized Addresses in X.

Internet Engineering Task Force (IETF) Request for Comments: ISSN: May Internationalized  Addresses in X. Internet Engineering Task Force (IETF) A. Melnikov, Ed. Request for Comments: 8398 Isode Ltd Updates: 5280 W. Chuang, Ed. Category: Standards Track Google, Inc. ISSN: 2070-1721 May 2018 Abstract Internationalized

More information

Internet Engineering Task Force (IETF) Category: Standards Track January 2019 ISSN:

Internet Engineering Task Force (IETF) Category: Standards Track January 2019 ISSN: Internet Engineering Task Force (IETF) S. Bosch Request for Comments: 8514 Open Xchange Oy Category: Standards Track January 2019 ISSN: 2070-1721 Abstract Internet Message Access Protocol (IMAP) - SAVEDATE

More information

Clarifications for When to Use the name-addr Production in SIP Messages

Clarifications for When to Use the name-addr Production in SIP Messages Internet Engineering Task Force (IETF) R. Sparks Request for Comments: 8217 Oracle Updates: 3261, 3325, 3515, 3892, 4508, August 2017 5002, 5318, 5360, 5502 Category: Standards Track ISSN: 2070-1721 Clarifications

More information

Request for Comments: 5336 Updates: 2821, 2822, 4952 Category: Experimental September SMTP Extension for Internationalized Addresses

Request for Comments: 5336 Updates: 2821, 2822, 4952 Category: Experimental September SMTP Extension for Internationalized  Addresses Network Working Group J. Yao, Ed. Request for Comments: 5336 W. Mao, Ed. Updates: 2821, 2822, 4952 CNNIC Category: Experimental September 2008 Status of This Memo SMTP Extension for Internationalized Email

More information

Internet Engineering Task Force (IETF) Category: Standards Track. M. Nottingham, Ed. Akamai April 2013

Internet Engineering Task Force (IETF) Category: Standards Track. M. Nottingham, Ed. Akamai April 2013 Internet Engineering Task Force (IETF) Request for Comments: 6901 Category: Standards Track ISSN: 2070-1721 P. Bryan, Ed. Salesforce.com K. Zyp SitePen (USA) M. Nottingham, Ed. Akamai April 2013 JavaScript

More information

Prefer Header for HTTP

Prefer Header for HTTP Internet Engineering Task Force (IETF) J. Snell Request for Comments: 7240 June 2014 Category: Standards Track ISSN: 2070-1721 Prefer Header for HTTP Abstract This specification defines an HTTP header

More information

Expires: January 27, 2007 July 26, SMTP extension for internationalized address draft-ietf-eai-smtpext-01.txt. Status of this Memo

Expires: January 27, 2007 July 26, SMTP extension for internationalized  address draft-ietf-eai-smtpext-01.txt. Status of this Memo Network Working Group Internet-Draft Expires: January 27, 2007 J. Yao, Ed. W. Mao, Ed. CNNIC July 26, 2006 Status of this Memo SMTP extension for internationalized email address draft-ietf-eai-smtpext-01.txt

More information

Internet Engineering Task Force (IETF) Updates: 6376 January 2018 Category: Standards Track ISSN:

Internet Engineering Task Force (IETF) Updates: 6376 January 2018 Category: Standards Track ISSN: Internet Engineering Task Force (IETF) S. Kitterman Request for Comments: 8301 Kitterman Technical Services Updates: 6376 January 2018 Category: Standards Track ISSN: 2070-1721 Abstract Cryptographic Algorithm

More information

Internet Engineering Task Force (IETF) Request for Comments: 6591 April 2012 Category: Standards Track ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 6591 April 2012 Category: Standards Track ISSN: Internet Engineering Task Force (IETF) H. Fontana Request for Comments: 6591 April 2012 Category: Standards Track ISSN: 2070-1721 Authentication Failure Reporting Using the Abuse Reporting Format Abstract

More information

Expires: November 13, 2006 May 12, SMTP extension for internationalized address draft-ietf-eai-smtpext-00.txt. Status of this Memo

Expires: November 13, 2006 May 12, SMTP extension for internationalized  address draft-ietf-eai-smtpext-00.txt. Status of this Memo Network Working Group Internet-Draft Expires: November 13, 2006 J. Yao, Ed. W. Mao, Ed. CNNIC May 12, 2006 Status of this Memo SMTP extension for internationalized email address draft-ietf-eai-smtpext-00.txt

More information

Internet Engineering Task Force (IETF) Request for Comments: ISSN: January 2013

Internet Engineering Task Force (IETF) Request for Comments: ISSN: January 2013 Internet Engineering Task Force (IETF) Request for Comments: 6851 Category: Standards Track ISSN: 2070-1721 A. Gulbrandsen N. Freed, Ed. Oracle January 2013 Internet Message Access Protocol (IMAP) - MOVE

More information

Internet Engineering Task Force (IETF) Category: Standards Track April 2011 ISSN:

Internet Engineering Task Force (IETF) Category: Standards Track April 2011 ISSN: Internet Engineering Task Force (IETF) M. Kucherawy Request for Comments: 6212 Cloudmark, Inc. Category: Standards Track April 2011 ISSN: 2070-1721 Authentication-Results Registration for Vouch by Reference

More information

Internet Engineering Task Force (IETF) Request for Comments: 7193 Category: Informational. J. Schaad Soaring Hawk Consulting April 2014

Internet Engineering Task Force (IETF) Request for Comments: 7193 Category: Informational. J. Schaad Soaring Hawk Consulting April 2014 Internet Engineering Task Force (IETF) Request for Comments: 7193 Category: Informational ISSN: 2070-1721 S. Turner IECA R. Housley Vigil Security J. Schaad Soaring Hawk Consulting April 2014 The application/cms

More information

Internet Engineering Task Force (IETF) Updates: 5451 March 2012 Category: Standards Track ISSN:

Internet Engineering Task Force (IETF) Updates: 5451 March 2012 Category: Standards Track ISSN: Internet Engineering Task Force (IETF) M. Kucherawy Request for Comments: 6577 Cloudmark, Inc. Updates: 5451 March 2012 Category: Standards Track ISSN: 2070-1721 Abstract Authentication-Results Registration

More information

Internet Engineering Task Force (IETF) April 2012

Internet Engineering Task Force (IETF) April 2012 Internet Engineering Task Force (IETF) Request for Comments: 6587 Category: Historic ISSN: 2070-1721 R. Gerhards Adiscon GmbH C. Lonvick Cisco Systems, Inc. April 2012 Transmission of Syslog Messages over

More information

Request for Comments: 5402 Category: Informational February 2010 ISSN:

Request for Comments: 5402 Category: Informational February 2010 ISSN: Independent Submission T. Harding, Ed. Request for Comments: 5402 Axway Category: Informational February 2010 ISSN: 2070-1721 Abstract Compressed Data within an Internet Electronic Data Interchange (EDI)

More information

Expires: September 4, 2007 March 3, SMTP extension for internationalized address draft-ietf-eai-smtpext-04.txt. Status of this Memo

Expires: September 4, 2007 March 3, SMTP extension for internationalized  address draft-ietf-eai-smtpext-04.txt. Status of this Memo Network Working Group Internet-Draft Expires: September 4, 2007 J. Yao, Ed. W. Mao, Ed. CNNIC March 3, 2007 Status of this Memo SMTP extension for internationalized email address draft-ietf-eai-smtpext-04.txt

More information

Request for Comments: 2476 Category: Standards Track MCI December 1998

Request for Comments: 2476 Category: Standards Track MCI December 1998 Network Working Group Request for Comments: 2476 Category: Standards Track R. Gellens QUALCOMM J. Klensin MCI December 1998 Message Submission Status of this Memo This document specifies an Internet standards

More information

Internet Engineering Task Force (IETF) Category: Standards Track. M. Petit-Huguenin Impedance Mismatch November 2013

Internet Engineering Task Force (IETF) Category: Standards Track. M. Petit-Huguenin Impedance Mismatch November 2013 Internet Engineering Task Force (IETF) Request for Comments: 7064 Category: Standards Track ISSN: 2070-1721 S. Nandakumar G. Salgueiro P. Jones Cisco Systems M. Petit-Huguenin Impedance Mismatch November

More information

Internet Engineering Task Force (IETF) Request for Comments: 7660 Category: Standards Track. October 2015

Internet Engineering Task Force (IETF) Request for Comments: 7660 Category: Standards Track. October 2015 Internet Engineering Task Force (IETF) Request for Comments: 7660 Category: Standards Track ISSN: 2070-1721 L. Bertz S. Manning Sprint B. Hirschman October 2015 Diameter Congestion and Filter Attributes

More information

Internet Engineering Task Force (IETF) Request for Comments: 8262 Updates: 5368, 5621, 6442 Category: Standards Track October 2017 ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 8262 Updates: 5368, 5621, 6442 Category: Standards Track October 2017 ISSN: Internet Engineering Task Force (IETF) C. Holmberg Request for Comments: 8262 I. Sedlacek Updates: 5368, 5621, 6442 Ericsson Category: Standards Track October 2017 ISSN: 2070-1721 Content-ID Header Field

More information

Internet Engineering Task Force (IETF) P. Jones Cisco Systems November Traversal Using Relays around NAT (TURN) Uniform Resource Identifiers

Internet Engineering Task Force (IETF) P. Jones Cisco Systems November Traversal Using Relays around NAT (TURN) Uniform Resource Identifiers Internet Engineering Task Force (IETF) Request for Comments: 7065 Category: Standards Track ISSN: 2070-1721 M. Petit-Huguenin Impedance Mismatch S. Nandakumar G. Salgueiro P. Jones Cisco Systems November

More information

Internet Engineering Task Force (IETF) Request for Comments: ISSN: November 2011

Internet Engineering Task Force (IETF) Request for Comments: ISSN: November 2011 Internet Engineering Task Force (IETF) K. Li Request for Comments: 6430 B. Leiba Category: Standards Track Huawei Technologies ISSN: 2070-1721 November 2011 Abstract Email Feedback Report Type Value: not-spam

More information

Internet Engineering Task Force (IETF) Request for Comments: Category: Standards Track. Cisco May 2012

Internet Engineering Task Force (IETF) Request for Comments: Category: Standards Track. Cisco May 2012 Internet Engineering Task Force (IETF) Request for Comments: 6626 Updates: 5177 Category: Standards Track ISSN: 2070-1721 G. Tsirtsis V. Park V. Narayanan K. Leung Cisco May 2012 Dynamic Prefix Allocation

More information

Internet Engineering Task Force (IETF) Request for Comments: 6028 Category: Experimental ISSN: October 2010

Internet Engineering Task Force (IETF) Request for Comments: 6028 Category: Experimental ISSN: October 2010 Internet Engineering Task Force (IETF) G. Camarillo Request for Comments: 6028 A. Keranen Category: Experimental Ericsson ISSN: 2070-1721 October 2010 Abstract Host Identity Protocol (HIP) Multi-Hop Routing

More information

Request for Comments: Category: Standards Track April 2006

Request for Comments: Category: Standards Track April 2006 Network Working Group R. Gellens Request for Comments: 4409 QUALCOMM Obsoletes: 2476 J. Klensin Category: Standards Track April 2006 Status of This Memo Message Submission for Mail This document specifies

More information

Internet Engineering Task Force (IETF) Request for Comments: 8464 September 2018 Category: Informational ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 8464 September 2018 Category: Informational ISSN: Internet Engineering Task Force (IETF) R. Atarius Request for Comments: 8464 September 2018 Category: Informational ISSN: 2070-1721 A URN Namespace for Device Identity and Mobile Equipment Identity (MEID)

More information

D. Crocker, Ed. Updates: RFC4871 June 10, 2009 (if approved) Intended status: Standards Track Expires: December 12, 2009

D. Crocker, Ed. Updates: RFC4871 June 10, 2009 (if approved) Intended status: Standards Track Expires: December 12, 2009 DKIM D. Crocker, Ed. Internet-Draft Brandenburg InternetWorking Updates: RFC4871 June 10, 2009 (if approved) Intended status: Standards Track Expires: December 12, 2009 RFC 4871 DomainKeys Identified Mail

More information

Internet Engineering Task Force (IETF) Request for Comments: 7809 Updates: 4791 March 2016 Category: Standards Track ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 7809 Updates: 4791 March 2016 Category: Standards Track ISSN: Internet Engineering Task Force (IETF) C. Daboo Request for Comments: 7809 Apple Updates: 4791 March 2016 Category: Standards Track ISSN: 2070-1721 Calendaring Extensions to WebDAV (CalDAV): Time Zones

More information

Internet Engineering Task Force (IETF) Category: Informational. May IEEE Information Element for the IETF

Internet Engineering Task Force (IETF) Category: Informational. May IEEE Information Element for the IETF Internet Engineering Task Force (IETF) Request for Comments: 8137 Category: Informational ISSN: 2070-1721 T. Kivinen INSIDE Secure P. Kinney Kinney Consulting LLC May 2017 IEEE 802.15.4 Information Element

More information

Internet Engineering Task Force (IETF) Updates: 5280 May 2018 Category: Standards Track ISSN:

Internet Engineering Task Force (IETF) Updates: 5280 May 2018 Category: Standards Track ISSN: Internet Engineering Task Force (IETF) R. Housley Request for Comments: 8399 Vigil Security Updates: 5280 May 2018 Category: Standards Track ISSN: 2070-1721 Abstract Internationalization Updates to RFC

More information

Internet Engineering Task Force (IETF) Request for Comments: 7725 Category: Standards Track February 2016 ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 7725 Category: Standards Track February 2016 ISSN: Internet Engineering Task Force (IETF) T. Bray Request for Comments: 7725 Textuality Category: Standards Track February 2016 ISSN: 2070-1721 Abstract An HTTP Status Code to Report Legal Obstacles This

More information

Hypertext Transfer Protocol (HTTP/1.1): Authentication

Hypertext Transfer Protocol (HTTP/1.1): Authentication Internet Engineering Task Force (IETF) R. Fielding, Editor Request for Comments: 7235 Adobe Obsoletes: 2616 J. Reschke, Editor Updates: 2617 greenbytes Category: Standards Track June 2014 ISSN: 2070-1721

More information

Internet Engineering Task Force (IETF) Request for Comments: ISSN: May 2018

Internet Engineering Task Force (IETF) Request for Comments: ISSN: May 2018 Internet Engineering Task Force (IETF) A. Farrel Request for Comments: 8393 J. Drake Category: Standards Track Juniper Networks ISSN: 2070-1721 May 2018 Operating the Network Service Header (NSH) with

More information

Request for Comments: Category: Standards Track January 2008

Request for Comments: Category: Standards Track January 2008 Network Working Group W. Segmuller Request for Comments: 5231 B. Leiba Obsoletes: 3431 IBM T.J. Watson Research Center Category: Standards Track January 2008 Status of This Memo Sieve Email Filtering:

More information

Internet Engineering Task Force (IETF) Request for Comments: 8055 Category: Standards Track. January 2017

Internet Engineering Task Force (IETF) Request for Comments: 8055 Category: Standards Track. January 2017 Internet Engineering Task Force (IETF) Request for Comments: 8055 Category: Standards Track ISSN: 2070-1721 C. Holmberg Ericsson Y. Jiang China Mobile January 2017 Abstract Session Initiation Protocol

More information

Network Working Group Request for Comments: 5464 Category: Standards Track February 2009

Network Working Group Request for Comments: 5464 Category: Standards Track February 2009 Network Working Group C. Daboo Request for Comments: 5464 Apple, Inc. Category: Standards Track February 2009 Status of This Memo The IMAP METADATA Extension This document specifies an Internet standards

More information

Internet Engineering Task Force (IETF) Request for Comments: ISSN: March 2016

Internet Engineering Task Force (IETF) Request for Comments: ISSN: March 2016 Internet Engineering Task Force (IETF) T. Mizrahi Request for Comments: 7822 Marvell Updates: 5905 D. Mayer Category: Standards Track Network Time Foundation ISSN: 2070-1721 March 2016 Abstract Network

More information

Internet Engineering Task Force (IETF) Updates: 5485 March 2018 Category: Informational ISSN:

Internet Engineering Task Force (IETF) Updates: 5485 March 2018 Category: Informational ISSN: Internet Engineering Task Force (IETF) R. Housley Request for Comments: 8358 Vigil Security Updates: 5485 March 2018 Category: Informational ISSN: 2070-1721 Abstract Update to Digital Signatures on Internet-Draft

More information

Internet Engineering Task Force (IETF) Request for Comments: 8187 Obsoletes: 5987 June 2017 Category: Standards Track ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 8187 Obsoletes: 5987 June 2017 Category: Standards Track ISSN: Internet Engineering Task Force (IETF) J. Reschke Request for Comments: 8187 greenbytes Obsoletes: 5987 June 2017 Category: Standards Track ISSN: 2070-1721 Indicating Character Encoding and Language for

More information

Internet Engineering Task Force (IETF) Updates: 4326 June 2014 Category: Standards Track ISSN:

Internet Engineering Task Force (IETF) Updates: 4326 June 2014 Category: Standards Track ISSN: Internet Engineering Task Force (IETF) G. Fairhurst Request for Comments: 7280 University of Aberdeen Updates: 4326 June 2014 Category: Standards Track ISSN: 2070-1721 IANA Guidance for Managing the Unidirectional

More information

Internet Engineering Task Force (IETF) Request for Comments: 6711 Category: Informational August 2012 ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 6711 Category: Informational August 2012 ISSN: Internet Engineering Task Force (IETF) L. Johansson Request for Comments: 6711 NORDUNet Category: Informational August 2012 ISSN: 2070-1721 Abstract An IANA Registry for Level of Assurance (LoA) Profiles

More information

Internet Engineering Task Force (IETF) BCP: 183 May 2013 Category: Best Current Practice ISSN:

Internet Engineering Task Force (IETF) BCP: 183 May 2013 Category: Best Current Practice ISSN: Internet Engineering Task Force (IETF) P. Saint-Andre Request for Comments: 6963 Cisco Systems, Inc. BCP: 183 May 2013 Category: Best Current Practice ISSN: 2070-1721 Abstract A Uniform Resource Name (URN)

More information

Category: Standards Track August POP URL Scheme. Status of this Memo

Category: Standards Track August POP URL Scheme. Status of this Memo Network Working Group R. Gellens Request for Comments: 2384 QUALCOMM, Incorporated Category: Standards Track August 1998 Status of this Memo POP URL Scheme This document specifies an Internet standards

More information

Internet Engineering Task Force (IETF) Request for Comments: 6440 Category: Standards Track. Huawei December 2011

Internet Engineering Task Force (IETF) Request for Comments: 6440 Category: Standards Track. Huawei December 2011 Internet Engineering Task Force (IETF) Request for Comments: 6440 Category: Standards Track ISSN: 2070-1721 G. Zorn Network Zen Q. Wu Y. Wang Huawei December 2011 The EAP Re-authentication Protocol (ERP)

More information

Request for Comments: 5429 Obsoletes: 3028 March 2009 Updates: 5228 Category: Standards Track

Request for Comments: 5429 Obsoletes: 3028 March 2009 Updates: 5228 Category: Standards Track Network Working Group A. Stone, Ed. Request for Comments: 5429 Serendipity Obsoletes: 3028 March 2009 Updates: 5228 Category: Standards Track Sieve Email Filtering: Reject and Extended Reject Extensions

More information

Internet Engineering Task Force (IETF) Request for Comments: 5725 Category: Standards Track ISSN: February 2010

Internet Engineering Task Force (IETF) Request for Comments: 5725 Category: Standards Track ISSN: February 2010 Internet Engineering Task Force (IETF) Request for Comments: 5725 Category: Standards Track ISSN: 2070-1721 A. Begen D. Hsu M. Lague Cisco February 2010 Post-Repair Loss RLE Report Block Type for RTP Control

More information

Internet Engineering Task Force (IETF) Request for Comments: Category: Standards Track May 2011 ISSN:

Internet Engineering Task Force (IETF) Request for Comments: Category: Standards Track May 2011 ISSN: Internet Engineering Task Force (IETF) T. Li Request for Comments: 6233 L. Ginsberg Updates: 3563, 5304, 5310 Category: Standards Track May 2011 ISSN: 2070-1721 Abstract IS-IS Registry Extension for Purges

More information

Internet Engineering Task Force (IETF) Category: Informational March 2017 ISSN:

Internet Engineering Task Force (IETF) Category: Informational March 2017 ISSN: Internet Engineering Task Force (IETF) J. Wold Request for Comments: 8107 Advertising Digital Identification Category: Informational March 2017 ISSN: 2070-1721 Abstract Advertising Digital Identifier (Ad-ID)

More information

Internet Engineering Task Force (IETF) Request for Comments: 8069 Category: Informational February 2017 ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 8069 Category: Informational February 2017 ISSN: Internet Engineering Task Force (IETF) A. Thomas Request for Comments: 8069 IEEE Category: Informational February 2017 ISSN: 2070-1721 Abstract URN Namespace for IEEE This document describes the Namespace

More information

Category: Standards Track July The Post Office Protocol (POP3) Simple Authentication and Security Layer (SASL) Authentication Mechanism

Category: Standards Track July The Post Office Protocol (POP3) Simple Authentication and Security Layer (SASL) Authentication Mechanism Network Working Group R. Siemborski Request for Comments: 5034 Google, Inc. Obsoletes: 1734 A. Menon-Sen Updates: 2449 Oryx Mail Systems GmbH Category: Standards Track July 2007 The Post Office Protocol

More information

Category: Informational October Common Format and MIME Type for Comma-Separated Values (CSV) Files

Category: Informational October Common Format and MIME Type for Comma-Separated Values (CSV) Files Network Working Group Y. Shafranovich Request for Comments: 4180 SolidMatrix Technologies, Inc. Category: Informational October 2005 Common Format and MIME Type for Comma-Separated Values (CSV) Files Status

More information

Internet Engineering Task Force (IETF) Request for Comments: Category: Standards Track. Juniper July 2017

Internet Engineering Task Force (IETF) Request for Comments: Category: Standards Track. Juniper July 2017 Internet Engineering Task Force (IETF) Request for Comments: 8203 Updates: 4486 Category: Standards Track ISSN: 2070-1721 J. Snijders NTT J. Heitz Cisco J. Scudder Juniper July 2017 BGP Administrative

More information

Internet Engineering Task Force (IETF) Request for Comments: 7213 Category: Standards Track. M. Bocci Alcatel-Lucent June 2014

Internet Engineering Task Force (IETF) Request for Comments: 7213 Category: Standards Track. M. Bocci Alcatel-Lucent June 2014 Internet Engineering Task Force (IETF) Request for Comments: 7213 Category: Standards Track ISSN: 2070-1721 D. Frost Blue Sun S. Bryant Cisco Systems M. Bocci Alcatel-Lucent June 2014 Abstract MPLS Transport

More information

Internet Engineering Task Force (IETF) Request for Comments: 6379 Obsoletes: 4869 Category: Informational October 2011 ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 6379 Obsoletes: 4869 Category: Informational October 2011 ISSN: Internet Engineering Task Force (IETF) L. Law Request for Comments: 6379 J. Solinas Obsoletes: 4869 NSA Category: Informational October 2011 ISSN: 2070-1721 Abstract Suite B Cryptographic Suites for IPsec

More information

Internet Engineering Task Force (IETF) Request for Comments: Category: Standards Track. greenbytes June 2014

Internet Engineering Task Force (IETF) Request for Comments: Category: Standards Track. greenbytes June 2014 Internet Engineering Task Force (IETF) Request for Comments: 7233 Obsoletes: 2616 Category: Standards Track ISSN: 2070-1721 R. Fielding, Ed. Adobe Y. Lafon, Ed. W3C J. Reschke, Ed. greenbytes June 2014

More information

Internet Engineering Task Force (IETF) Huawei Technologies November 2013

Internet Engineering Task Force (IETF) Huawei Technologies November 2013 Internet Engineering Task Force (IETF) Request for Comments: 7075 Updates: 6733 Category: Standards Track ISSN: 2070-1721 T. Tsou Huawei Technologies (USA) R. Hao Comcast Cable T. Taylor, Ed. Huawei Technologies

More information

Internet Engineering Task Force (IETF) BroadSoft August Essential Correction for IPv6 ABNF and URI Comparison in RFC 3261

Internet Engineering Task Force (IETF) BroadSoft August Essential Correction for IPv6 ABNF and URI Comparison in RFC 3261 Internet Engineering Task Force (IETF) Request for Comments: 5954 Updates: 3261 Category: Standards Track ISSN: 2070-1721 V. Gurbani, Ed. Bell Laboratories, Alcatel-Lucent B. Carpenter, Ed. Univ. of Auckland

More information

Internet Engineering Task Force (IETF) Request for Comments: 8441 Updates: 6455 September 2018 Category: Standards Track ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 8441 Updates: 6455 September 2018 Category: Standards Track ISSN: Internet Engineering Task Force (IETF) P. McManus Request for Comments: 8441 Mozilla Updates: 6455 September 2018 Category: Standards Track ISSN: 2070-1721 Abstract Bootstrapping WebSockets with HTTP/2

More information

Internet Engineering Task Force (IETF) Category: Standards Track October 2014 ISSN:

Internet Engineering Task Force (IETF) Category: Standards Track October 2014 ISSN: Internet Engineering Task Force (IETF) P. Hoffman Request for Comments: 7396 VPN Consortium Obsoletes: 7386 J. Snell Category: Standards Track October 2014 ISSN: 2070-1721 Abstract JSON Merge Patch This

More information

Network Working Group. Updates: 1894 June 2000 Category: Standards Track

Network Working Group. Updates: 1894 June 2000 Category: Standards Track Network Working Group D. Newman Request for Comments: 2852 Sun Microsystems Updates: 1894 June 2000 Category: Standards Track Status of this Memo Deliver By SMTP Service Extension This document specifies

More information

Internet Engineering Task Force (IETF) Obsoletes: 4742 June 2011 Category: Standards Track ISSN:

Internet Engineering Task Force (IETF) Obsoletes: 4742 June 2011 Category: Standards Track ISSN: Internet Engineering Task Force (IETF) M. Wasserman Request for Comments: 6242 Painless Security, LLC Obsoletes: 4742 June 2011 Category: Standards Track ISSN: 2070-1721 Abstract Using the NETCONF Protocol

More information

Internet Engineering Task Force (IETF) Category: Standards Track April 2013 ISSN: Formally Deprecating Some ICMPv4 Message Types

Internet Engineering Task Force (IETF) Category: Standards Track April 2013 ISSN: Formally Deprecating Some ICMPv4 Message Types Internet Engineering Task Force (IETF) F. Gont Request for Comments: 6918 UTN-FRH / SI6 Networks Obsoletes: 1788 C. Pignataro Updates: 792, 950 Cisco Systems Category: Standards Track April 2013 ISSN:

More information

Internet Engineering Task Force (IETF) Cisco Systems, Inc. April 2015

Internet Engineering Task Force (IETF) Cisco Systems, Inc. April 2015 Internet Engineering Task Force (IETF) Request for Comments: 7506 Updates: 4379 Category: Standards Track ISSN: 2070-1721 K. Raza N. Akiya Big Switch Networks C. Pignataro April 2015 Abstract IPv6 Router

More information

RFCs Supported by Mirapoint

RFCs Supported by Mirapoint Mirapoint adheres to industry RFCs throughout its product line, as listed in the following tables: Supported Standards on page 1 Security Supported Standards on page 3 International Supported Standards

More information

Internet Engineering Task Force (IETF) Obsoletes: 7302 September 2016 Category: Informational ISSN:

Internet Engineering Task Force (IETF) Obsoletes: 7302 September 2016 Category: Informational ISSN: Internet Engineering Task Force (IETF) P. Lemieux Request for Comments: 7972 Sandflow Consulting LLC Obsoletes: 7302 September 2016 Category: Informational ISSN: 2070-1721 Entertainment Identifier Registry

More information

Request for Comments: ISSN: November extensible Access Control Markup Language (XACML) XML Media Type

Request for Comments: ISSN: November extensible Access Control Markup Language (XACML) XML Media Type Independent Submission R. Sinnema Request for Comments: 7061 E. Wilde Category: Informational EMC Corporation ISSN: 2070-1721 November 2013 extensible Access Control Markup Language (XACML) XML Media Type

More information

Isode Limited March 2008

Isode Limited March 2008 Network Working Group Request for Comments: 5161 Category: Standards Track A. Gulbrandsen, Ed. Oryx Mail Systems GmbH A. Melnikov, Ed. Isode Limited March 2008 The IMAP ENABLE Extension Status of This

More information

Internet Engineering Task Force (IETF) Request for Comments: Category: Standards Track ISSN: September 2015

Internet Engineering Task Force (IETF) Request for Comments: Category: Standards Track ISSN: September 2015 Internet Engineering Task Force (IETF) R. Sparks Request for Comments: 7647 Oracle Updates: 3515 A.B. Roach Category: Standards Track Mozilla ISSN: 2070-1721 September 2015 Abstract Clarifications for

More information

Internet Engineering Task Force (IETF) Request for Comments: 7617 Obsoletes: 2617 September 2015 Category: Standards Track ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 7617 Obsoletes: 2617 September 2015 Category: Standards Track ISSN: Internet Engineering Task Force (IETF) J. Reschke Request for Comments: 7617 greenbytes Obsoletes: 2617 September 2015 Category: Standards Track ISSN: 2070-1721 Abstract The Basic HTTP Authentication Scheme

More information

Internet Engineering Task Force (IETF) Request for Comments: ISSN: Y. Umaoka IBM December 2010

Internet Engineering Task Force (IETF) Request for Comments: ISSN: Y. Umaoka IBM December 2010 Internet Engineering Task Force (IETF) Request for Comments: 6067 Category: Informational ISSN: 2070-1721 M. Davis Google A. Phillips Lab126 Y. Umaoka IBM December 2010 BCP 47 Extension U Abstract This

More information

Internet Engineering Task Force (IETF) Request for Comments: 6470 Category: Standards Track February 2012 ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 6470 Category: Standards Track February 2012 ISSN: Internet Engineering Task Force (IETF) A. Bierman Request for Comments: 6470 Brocade Category: Standards Track February 2012 ISSN: 2070-1721 Abstract Network Configuration Protocol (NETCONF) Base Notifications

More information