view Side-By-Side changes
Network Working Group J. Yao, Ed. Internet-Draft W. Mao, Ed. Expires:November 13, 2006January 27, 2007 CNNICMay 12,July 26, 2006 SMTP extension for internationalized email addressdraft-ietf-eai-smtpext-00.txtdraft-ietf-eai-smtpext-01.txt Status of this Memo By submitting this Internet-Draft, each author represents that any applicable patent or other IPR claims of which he or she is aware have been or will be disclosed, and any of which he or she becomes aware will be disclosed, in accordance with Section 6 of BCP 79. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note that other groups may also distribute working documents as Internet- Drafts. 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." The list of current Internet-Drafts can be accessed at http://www.ietf.org/ietf/1id-abstracts.txt. The list of Internet-Draft Shadow Directories can be accessed at http://www.ietf.org/shadow.html. This Internet-Draft will expire onNovember 9, 2006.January 27, 2007. Copyright Notice Copyright (C) The Internet Society (2006). Abstract InternationalizedeMail Address (IMA)email address includes two parts, the local part and the domain part. The way email addresses are used by protocols are different from the way domain names are used. The most critical difference is that emails are delivered through a chain of peering clients and servers while domain names are resolved by name servers by looking up their own tables. In addition to this, email transport protocols SMTP and ESMTP provide a negotiation mechanism through which clients can make decisions for further processing. So Yao & Mao ExpiresNovember 9, 2006January 27, 2007 [Page 1] Internet-DraftIMA MayEAI July 2006IMAinternationalized email address is different from the internationalized domain name (IDN).IMAIt can be solved by exploiting the negotiation mechanism while IDN can not use the negotiation mechanism. SoIMA shouldinternationalized email address SHOULD be solved in the mail transport-level using the negotiation mechanism, which is an architecturally desirable approach. This document specifies the use of SMTP extension forIMAinternationalized email address delivery. It also mentions the backward compatible mechanism for downgrade procedure, as specified in an associated specification. The protocol proposed here is MTA-level solution which is feasible, architecturally more elegant, and not as difficult to deploy in relevant communities. Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.1. Role of this specification . . . . . . . . . . . . . . . . 3 1.2. Proposal Context . . . . . . . . . . . . . . . . . . . . . 3 1.3. Terminology . . . . . . . . . . . . . . . . . . . . . . . 3 2. Mail Transport-level Protocol . . . . . . . . . . . . . . . . 4 2.1. Framework for the Internationalization Extension . . . . . 4 2.2. The Address Internationalization Service Extension . . . . 4 2.3. Extended Mailbox Address Syntax . . . . . . . . . . . . . 5 2.4. The ALT-ADDRESSand ATOMICparameter . . . . . . . . . . . . . . . . 6 2.5. The Suggestion of the Value of the ALT-ADDRESS parameter . . . . . . . . . . . . . . . . . . . . . . . . 7 2.6. Additional ESMTP Changes and Clarifications . . . . . . . 82.5.1.2.6.1. The Initial SMTP Exchange . . . . . . . . . . . . . . 82.5.2.2.6.2. Trace Fields . . . . . . . . . . . . . . . . . . . . . 82.5.3.2.6.3. Mailing List Question . . . . . . . . . . . . . . . .8 2.5.4.9 2.6.4. Message Header Label . . . . . . . . . . . . . . . . .8 3. Potential problems .9 2.6.5. POP and IMAP . . . . . . . . . . . . . . . . . . . . . 93.1. Impact to IRI3. Potential problems . . . . . . . . . . . . . . . . . . . . . . 93.2. POP and IMAP .3.1. Impact to IRI . . . . . . . . . . . . . . . . . . . . . . 93.3.3.2. Impact to RFC 2476 and many email related RFC . . . . . . 9 4. Implementation Advice . . . . . . . . . . . . . . . . . . . .910 5. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 10 6. Security considerations . . . . . . . . . . . . . . . . . . . 10 7. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . 10 8. References . . . . . . . . . . . . . . . . . . . . . . . . . . 10 8.1. Normative References . . . . . . . . . . . . . . . . . . . 10 8.2. Informative References . . . . . . . . . . . . . . . . . . 12 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . .1314 Intellectual Property and Copyright Statements . . . . . . . . . .1415 Yao & Mao ExpiresNovember 9, 2006January 27, 2007 [Page 2] Internet-DraftIMA MayEAI July 2006 1. Introduction 1.1. Role of this specification An overview document[IMA-overview][EAI-overview] specifies the requirements for, and components of, full internationalization of electronic mail. This document specifies an element of that work, specifically the definition of an SMTP extension [RFC1869] forIMAthe internationalized email address transport delivery. 1.2. Proposal Context In order to use internationalized email addresses, we need to internationalize both the domain part and the local part of the email address. Domain part of the email address has been internationalized through IDNA [RFC3490]. But the local part of the email address still remains as non-internationalized. The syntax of Internet email addresses is restricted to a subset of 7-bit ASCII for the domain-part, with a less-restricted subset for the local-part. These restrictions are specified in RFC 2821 [RFC2821]. To be able to deliver internationalized email through SMTP servers, we need to upgrade SMTP server to be able to carryIMA.the internationalized email address. Since older SMTP servers and the mail-reading clients and other systems that are downstream from themmayMAY not be prepared to handle these extended addresses, an SMTP extension is specified to identify and protect the addressing mechanism. This specification describes a change to the email transport mechanism that permitsIMAnon-ASCII address in both the envelope and header fields of messages. The context for the change is described in[IMA-overview][EAI-overview] and the details of the header changes are described in[IMA- utf8header].[EAI-utf8header]. 1.3. Terminology The key words "MUST", "SHALL", "REQUIRED", "SHOULD", "RECOMMENDED", and "MAY" in this document are to be interpreted as described in RFC 2119 [RFC2119]. All specialized terms used in this specification are defined in theIMAEAI overview[IMA-overview][EAI-overview] or in [RFC2821] and [RFC2822]. The terms "ASCII address", "internationalized email address", "non-ASCII address", "i18mail address", "UTF8SMTP", "message" and "mailing list" are used with the definitions from the EAI overview document. This document is being discussed on theIMAEAI mailing list. See Yao & Mao Expires January 27, 2007 [Page 3] Internet-Draft EAI July 2006 https://www1.ietf.org/mailman/listinfo/ima for information about subscribing. The list's archive is at http://www1.ietf.org/mail-archive/web/ima/index.html.Yao & Mao Expires November 9, 2006 [Page 3] Internet-Draft IMA May 20062. Mail Transport-level Protocol 2.1. Framework for the Internationalization Extension The following service extension is defined: 1. The name of the SMTP service extension is "Internationalized Email and Extensions"; 2. The EHLO keyword value associated with this extension is"IEmail";"UTF8SMTP"; 3. No parameter values are defined for this EHLO keyword value. In order to permit future (although unanticipated) extensions, the EHLO response MUST NOT contain any parameters for that keyword. If a parameter appears, the SMTP client that is conformant to this version of this specification MUST treat the ESMTP response as if theIMA"UTF8SMTP" keyword did not appear. 4.TwoAn optional parametersareis added to the SMTP MAIL and RCPT commands. Thefirstparameter is named as ALT-ADDRESS. Thesecond is ATOMIC. The "ALT-ADDRESS""ALT- ADDRESS" requires an all-ASCII address as a substitute for theinternationalized (UTF-8 coded) addressi18mail addresses that we call the primary address; you can learn more in[IMA-overview][EAI-overview] or[IMA-downgrading].[EAI-downgrading]. The value of"ALT-ADDRESS" may be"ALT- ADDRESS" is set bysender or be gotten by using some algorithmic transformation according to the value of "ATOMIC". The "ATOMIC" has one of two values: y or n. The parameter "ATOMIC" is designed to assert whether the address is atomic, which means thattheprimary address(IMA) can be safely transformed or converted to the respect ASCII email address via ACE (ASCII Compatible Encoding) if the value is 'y' or not ifsender when MUA and thevalue is 'n'.submit ion server have a communication. 5. No additional SMTP verbs are defined by this extension. 6. Servers offering this extension MUST provide support for, and announce, the 8BITMIME extension [RFC1652]. 2.2. The Address Internationalization Service Extension An SMTP Server that announces this extension MUST be prepared to accept a UTF-8 string [RFC3629] in any position in which RFC 2821 specifies that a "mailbox"mayMAY appear. That stringmustMUST be parsed only as specified in RFC 2821, i.e., by separating the mailbox into source route, local part and domain part, using only the characters colon (U+003A), comma (U+002C), and at-sign (U+0040) as specified there. Once isolated by this parsing process, the local part MUST be treated as opaque unless the SMTP Server is the final delivery MTA. Any domain names that are to be looked up in the DNS MUST first be processed into the form as specified in IDNA [RFC3490] by means of the ToASCII() operation unless they are already in that form. Any domain names that are to be compared to local strings SHOULD beYao & Mao Expires November 9, 2006 [Page 4] Internet-Draft IMA May 2006checked for validity and then MUST be compared as specified in section 3.4 of IDNA. Yao & Mao Expires January 27, 2007 [Page 4] Internet-Draft EAI July 2006 An SMTP Client that receives theIMAUTF8SMTP extension keyword in response to the "EHLO" command MAY transmit a mailbox name as an internationalized string in UTF-8 form and MAY send an internationalized mail header[IMA-utf8header].[EAI-utf8header]. It MAY transmit the domain part of that string in either punycode (derived from the IDNA process) or UTF-8 form. If it sends the domain in UTF-8 form, the original SMTP client SHOULD first verify that the string is valid for a domain name according to IDNA rules. As required by RFC 2821, it MUST not attempt to parse, evaluate, or transform the local part in any way if theIMAUTF8SMTP SMTP extension is offered by the server. If theIMAUTF8SMTP SMTP extension is not offered by the Server, the SMTP Client MUST NOT transmit an internationalized address and MUST NOT transmit a mail body which contains internationalized mail headers[IMA-utf8header].[EAI-utf8header]. Instead, it MUST either return the message to the user as undeliverable or replace it with the alternate ASCII address. If it is replaced, the replacement MUST beeitherthe ASCII-only address specified with the ALT-ADDRESSparameter or with an address obtained from some algorithmic conversions of the primary address that conforms to the syntax rules of RFC 2821, which is defined in [IMA-downgrading].parameter.[EAI-downgrading]. 2.3. Extended Mailbox Address Syntax RFC 2821, section 4.1.2, defines the syntax of a mailbox as Mailbox = Local-part "@" Domain Local-part = Dot-string / Quoted-string ; MAY be case-sensitive Dot-string = Atom *("." Atom) Atom = 1*atext Quoted-string = DQUOTE *qcontent DQUOTE Domain = (sub-domain 1*("." sub-domain)) / address-literal sub-domain = Let-dig [Ldh-str] The key changes made by this specification are, informally, to o Change the definition of "sub-domain" to permit either the definition above or a UTF-8 string representing a DNS label that is conformant with IDNA [RFC3490]. That label MUST NOT containYao & Mao Expires November 9, 2006 [Page 5] Internet-Draft IMA May 2006the characters "@" or ".", even though those characters can normally be inserted into a DNS label. o Change the definition of "Atom" to permit either the definition above or a UTF-8 string. That string MUST NOT contain any of the ASCII characters (either graphics or controls) that are not Yao & Mao Expires January 27, 2007 [Page 5] Internet-Draft EAI July 2006 permitted in "atext"; it is otherwise unrestricted. According to the description above, define the syntax of anIMAinternationalized email mailbox with ABNF [RFC4234] as Mailbox = Local-part "@" Domain Local-part = Dot-string / Quoted-string ; MAY be case-sensitive Dot-string = Atom *("." Atom) Atom = 1*Ucharacter Ucharacter = atext / UTF8-2 / UTF8-3 / UTF8-4 Quoted-string = DQUOTE *qcontent DQUOTE Domain = (sub-domain 1*("." sub-domain)) / address-literal sub-domain = ULet-dig [ULdh-str] ULet-dig = Let-dig / Non-ASCII ULdh-str = *( ALPHA / DIGIT / "-" / Non-ASCII) ULet-dig Non-ASCII = UTF8-2 / UTF8-3 / UTF8-4; UTF-8 characters prohibited by nameprep ; MUST NOT be used.Where "atext", "qcontent" and "DQUOTE" are defined in [RFC2822], "Let-dig", "Ldh-str" and "address-literal" are defined in [RFC2821] and UTF8-2, UTF8-3 and UTF8-4 are defined in [RFC3629]. The value of"Local-part" should pass Stringprep [RFC3454]; The value of"domain"shouldSHOULD be verified with [RFC3490]; If failed,The value of "Local- part" and "domain",the email address with that domain can not be regarded as the valid email address. 2.4. The ALT-ADDRESSand ATOMICparameter If theIMAUTF8SMTP extension is offered, the syntax of the SMTP MAIL and RCPT commands is extended to supportboththe optional "ALT-ADDRESS"and "ATOMIC"parameter. The "ALT-ADDRESS" requires an all-ASCII address. The ALT-ADDRESS parameter usage in the commands of "mail from" and "rcpt to" is defined according to the definition of mail-parameters in [RFC2821] below. Yao & Mao ExpiresNovember 9, 2006January 27, 2007 [Page 6] Internet-DraftIMA MayEAI July 2006TheMAIL FROM:<reverse-path> [SP <mail-parameters> ] <CRLF> RCPT TO:<forward-path> [ SP <rcpt-parameters> ] <CRLF> Mail-parameters = esmtp-param *(SP esmtp-param) Rcpt-parameters = esmtp-param *(SP esmtp-param) esmtp-param = esmtp-keyword ["=" esmtp-value] esmtp-keyword = (ALPHA / DIGIT) *(ALPHA / DIGIT / "-") esmtp-value = 1*(%d33-60 / %d62-127) ; any CHAR excluding "=", SP, and control characters Reverse-path = Path Forward-path = Path Path = "<" [ A-d-l ":" ] Mailbox ">" A-d-l = At-domain *( "," A-d-l ) ; Note that this form, the so-called "source route", ; MUST BE accepted, SHOULD NOT be generated, and SHOULD be ; ignored. At-domain = "@" domain where the value of esmtp-keyword is "ALT-ADDRESS"requires anand the value of esmtp-value is all-ASCII email address,which may set byand where thesender or some algorithmic transformation.domain and Mailbox are defined at section 2.3 of this document. Thebig problem with applying an ACE to all local-parts is thatuse of thesending or converting system doesn't know if there areALT-ADDRESS is specified below: If somespecific data or instructions embedded ininvolved SMTP servers can not support UTF8SMTP capability and if the sender has already set the ALT-ADDRESS value, the client SMTP server will use this addressthatas the email address when theACE process would hide. SomeSMTPservers may depend on these specific data or instructions to do some operations whileserver does thelocal parts applied with ACE will lose or hidesubsequent operations. If the ALT-ADDRESS value is not set by the sender, the email must be bounced to the original sender. If the email is bounced due to the incapability of supporting UTF8SMTP, the relative server should issue the response error code "5.3.3" defined in [RFC3463] which means that System is not capable of selected features, permanent failure. 2.5. The Suggestion of the Value of the ALT-ADDRESS parameter The "ALT-ADDRESS" requires an all-ASCII address. There are two alternative ways to set ALT-ADDRESS value: one is set by the sender using the all-ASCII address, the other is set using the transformed email address. Some may prefer transformed the non-ASCII address to the ASCII Compatible Encoding(ACE) address as the value of the ALT-ADDRESS. The big problem with applying an ACE to all local-parts is that the sending or converting system doesn't know if there are some specific data or instructions embedded in the address that the ACE process would hide. Some SMTP servers may depend on these specific data or instructions to do some operations while the local parts applied with ACE will lose or hide these data or instructions. SMTP [RFC2821] Yao & Mao Expires January 27, 2007 [Page 7] Internet-Draft EAI July 2006 prohibits SMTP relays from converting local parts because the level of SMTP relays' knowledge on the structure of local parts is assumed to be zero. However, we can raise the knowledge level by supplying additional information. Many human users' email addresses do not have any embedded structure processed by the final delivery MTA. In that case, the sender can specify that these email addresses are safe to be converted in predefined way. The final delivery SMTP server can revert the addresses even though they are as in all ASCII form.In such cases, a potential recipient might be able to tell someone to whom the address is given "it is ok, there is no embedded information here and you can convert it to an ACE address without danger". If the recipient says that, then if the sender can pass that assertion along to his or her own (originator) MTA and the MTA can pass it down the line, then an MTA that needs to do downgrading would know that ACE-encoding is safe. The "ATOMIC" parameter is designed for the above aim. Transmission of local-parts of UTF-8 avoids having to deal with the problem. The use of the ALT-ADDRESS will be according to the following priority if SMTP servers can not support IMA capability. If the sender has already set the ALT-ADDRESS value in spite of the value of ATOMIC, the client SMTP server will use this address as the email address when the SMTP server does the subsequent operations. If the ALT-ADDRESS value is not set by the sender but the value of ATOMIC is 'y', the sender SMTP server should apply some algorithmic transformation such as punycode to the entire local part of IMA; IDNA should also be applied to the domain part of IMA; these operations will get an ASCII email address for the subsequent SMTP operations related to the email address. If the ALT-ADDRESS value is not set byUnless thesender andMUA or thevalue of ATOMIC is 'n' which meanssubmission server clearly knows that thelocal part of IMAnon- ASCII address cannotbeconverted tosafely transformed into theASCII email address safely,all-ASCII address, theemail mustnon-ASCII address should not bebounced to the original sender. The suggested algorithmic transformation is punycode iftransformed because transformed email address may cause some potential problems. This document suggests that thevalue ofALT-ADDRESS isnotset directly bysender and the value of ATOMIC is 'y' when SMTP servers can not support IMA. Since the prefix "xn--" had been used for IDNA, it is better that other prefix such as "bq--" is used forthelocal part of converted version ofsender; In default, theprimaryall-ASCII addressto avoid the potential confusion. Yao & Mao Expires November 9, 2006 [Page 7] Internet-Draft IMA May 2006 2.5.can not be transformed. 2.6. Additional ESMTP Changes and Clarifications The mail transport process involves addresses ("mailboxes") and domain names in contexts in addition to the MAIL and RCPT commands and extended alternatives to them. In general, the rule is that, when RFC 2821 specifies a mailbox, this document expects UTF-8 to be used for the entire string; when RFC 2821 specifies a domain name, the nameshouldSHOULD be in punycode form if its raw form is non-ASCII. The following subsections list and discuss all of the relevant cases. Support and use of this extension requires support for 8BITMIME. It means that 8BITMIMEmustMUST be advertised by theIMAUTF8SMTP capability SMTP server.2.5.1.2.6.1. The Initial SMTP Exchange When an SMTP or ESMTP connection is opened, the server sends a "banner" response consisting of the 220 reply code and some information. The client then sends the EHLO command. Since the client cannot know whether the server supportsIMAUTF8SMTP until after it receives the response from EHLO, any domain names that appear in this dialogue, or in responses to EHLO,mustMUST be in hostname form, i.e., internationalized onesmustMUST be in punycode form.2.5.2.2.6.2. Trace Fields Internationalized domain names in Received fieldsmustMUST be transmitted in the punycode form. Addresses in "for" clauses need further examination and might be treated differently depending on[IMA-[EAI- utf8header]. The reasoning in the introductory portion of[IMA-[EAI- overview] strongly suggests that these addresses be in UTF-8 form, Yao & Mao Expires January 27, 2007 [Page 8] Internet-Draft EAI July 2006 rather than some specialized encoding.2.5.3.2.6.3. Mailing List Question How a mixture of traditional and internationalized addresses on a mailing list will impact message flows, error reports, and delivery notifications in all plausible combinations ofIMA capability and un-UTF8SMTP capabilityservers is still not clear. This is an issue, which we can delve into in detail in the future discussion. We will proposed the detail solution to it in another document, and do some experiments to find the best solution to it. 2.5.4. Message Header Label There is a hot discussion about message header label when SMTP messages are transmitted on wire. How to identify them and Yao & Mao Expires November 9, 2006 [Page 8] Internet-Draft IMA May 2006 distinguish them from the normal message. Many referred the famous "MIME-Version:1.0" as the example. In order to get the robustness in the absence of context, we should consider the issue whether or not we need a mechanism(such as self-label) or some indicator to distinguish or recognize the format of a "stored" message: new format(i.e. IMA compliant) or old one (i.e. RFC 822 compliant). [Note in draft: The detail discussion of this issue will be available in [IMA-utf8header].] 3. Potential problems 3.1. Impact to IRI The mailto: schemaand un-capability servers is discussed and specified inIRI [RFC3987] may need tothe [EAI- mailing list]. 2.6.4. Message Header Label The message header label MAY bemodifiedused to identify and distinguish the i18mail message from the normal message whenIMASMTP messages are transmitted on wire. This issue isstandardized. 3.2.discussed and specified in [EAI- utf8header]. 2.6.5. POP and IMAP While SMTP mainly takes care of the transportation of messages and the header fields on wire, POP essentially handles the retrieval of mail objects from the server by a client. In order to use internationalized user names based onIMAi18mail for the retrieval of messages from a mail server using the POP protocol, a new capabilityshouldSHOULD be introduced following the POP3 extension mechanism [RFC2449]. This is discussed and specified in the [EAI-pop]. IMAP [RFC3501] uses the traditional user name which is based on ASCII. IMAPshouldSHOULD be updated to support the internationalized user names based onIMAi18mail for the retrieval of messages from a mail server.3.3.This is discussed and specified in the [EAI-imap]. 3. Potential problems 3.1. Impact to IRI The mailto: schema in IRI [RFC3987] MAY need to be modified when EAI is standardized. 3.2. Impact to RFC 2476 and many email related RFC TheIMAEAI protocol will impact on many email related RFC such as Message Submission [RFC2476] and SMTP Service Extension for DSNs [RFC3461]. These protocolshouldSHOULD be considered when implementing theIMAEAI protocol. Yao & Mao Expires January 27, 2007 [Page 9] Internet-Draft EAI July 2006 4. Implementation Advice In the absence of this extension, SMTP clients and servers are constrained to using only those addresses permitted by RFC 2821. The local parts of those addressesmayMAY be made up of any ASCII characters, although certain of themmustMUST be quoted as specified there. It is notable in an internationalization context that there is a long history on some systems of using overstruck ASCII characters (a character, a backspace, and another character) within aYao & Mao Expires November 9, 2006 [Page 9] Internet-Draft IMA May 2006quoted string to approximate non-ASCII characters. This form of internationalizationshouldSHOULD be phased out as this extension becomes widely deployed but backward-compatibility considerations require that it continue to be supported. 5. IANA Considerations IANA is requested to add"IEmail""UTF8SMTP" to the SMTP extensions registry with the entry pointing to this specification for its definition. 6. Security considerations See the extended security considerations discussion in[IMA-overview][EAI-overview] 7. Acknowledgements Much of the text in the initial version of this document was derived or copied from [Klensin-emailaddr] with the permission of the author. Significant comments and suggestions were received from Xiaodong LEE, Nai-Wen Hsu, Yangwoo KO, Yoshiro YONEYA, and other members of the JET team and were incorporated into the document. Special thanks to those contributors for this version of document, those includes (but not limited to) John C Klensin, Charles Lindsey, Dave Crocker, Harald Tveit Alvestrand, Marcos Sanz, Chris Newman, Martin Duerst, EdmonChung.Chung, Tony Finch. 8. References 8.1. Normative References [ASCII] American National Standards Institute (formerly United States of America Standards Institute), "USA Code for Information Interchange", ANSI X3.4-1968, 1968. ANSI X3.4-1968 has been replaced by newer versions with Yao & Mao Expires January 27, 2007 [Page 10] Internet-Draft EAI July 2006 slight modifications, but the 1968 version remains definitive for the Internet.[IMA-overview][EAI-downgrading] YONEYA, Y., Ed. and K. Fujiwara, Ed., "Downgrading mechanism for Internationalized eMail Address (IMA)", draft-ietf-eai-downgrade-00 (work in progress), October 2005. [EAI-imap] Resnick, P. and C. Newman, "Considerations for IMAP in Conjunction with Email Address Internationalization", draft-ietf-eai-imap-utf8-00 (work in progress), May 2006. [EAI-mailing list] Chung, E., "Mailing Lists and Internationalized Email Addresses", June 2006. Forthcoming [EAI-overview] Klensin, J. and Y. Ko, "Overview and Framework for Internationalized Email",draft-klensin-ima-framework-01draft-ietf-eai-framework-01.txt (work in progress),FebruaryJune 2006.[IMA-utf8header] Yao & Mao Expires November 9, 2006 [Page 10] Internet-Draft IMA May 2006 Klensin, J. and J.[EAI-pop] Newman, C., "POP3 Support for UTF-8", June 2006, <http:// www.ietf.org/internet-drafts/draft-ietf-eai-pop-00.txt>. [EAI-utf8header] Yeh, J., "Transmission of Email Headers in UTF-8 Encoding",draft-yeh-utf8headers-00draft-ietf-eai-utf8headers-00.txt (work in progress),October 2005.June 2006. [RFC1652] Klensin, J., Freed, N., Rose, M., Stefferud, E., and D. Crocker, "SMTP Service Extension for 8bit-MIMEtransport", RFC 1652, July 1994. [RFC1869] Klensin, J., Freed, N., Rose, M., Stefferud, E., and D. Crocker, "SMTP Service Extensions", STD 10, RFC 1869, November 1995. [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997. [RFC2449] Gellens, R., Newman, C., and L. Lundblade, "POP3 Extension Mechanism", RFC 2449, November 1998. [RFC2476] Gellens, R. and J. Klensin, "Message Submission", Yao & Mao Expires January 27, 2007 [Page 11] Internet-Draft EAI July 2006 RFC 2476, December 1998. [RFC2821] Klensin, J., "Simple Mail Transfer Protocol", RFC 2821, April 2001. [RFC2822] Resnick, P., "Internet Message Format", RFC 2822, April 2001. [RFC3454] Hoffman, P. and M. Blanchet, "Preparation of Internationalized Strings ("stringprep")", RFC 3454, December 2002. [RFC3461] Moore, K., "Simple Mail Transfer Protocol (SMTP) Service Extension for Delivery Status Notifications (DSNs)", RFC 3461, January 2003. [RFC3463] Vaudreuil, G., "Enhanced Mail System Status Codes", RFC 3463, January 2003. [RFC3490] Faltstrom, P., Hoffman, P., and A. Costello, "Internationalizing Domain Names in Applications (IDNA)", RFC 3490, March 2003. [RFC3492] Costello, A., "Punycode: A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)", RFC 3492, March 2003. [RFC3501] Crispin, M., "INTERNET MESSAGE ACCESS PROTOCOL - VERSION 4rev1", RFC 3501, March 2003. [RFC3629] Yergeau, F., "UTF-8, a transformation format of ISO 10646", RFC 3629, November 2003.Yao & Mao Expires November 9, 2006 [Page 11] Internet-Draft IMA May 2006[RFC3987] Duerst, M. and M. Suignard, "Internationalized Resource Identifiers (IRIs)", RFC 3987, January 2005. [RFC4234] Crocker, D. and P. Overell, "Augmented BNF for Syntax Specifications: ABNF", RFC 4234, October 2005. 8.2. Informative References[IMA-downgrading] YONEYA, Y. and K. Fujiwara, "Downgrade Mechanism for Internationalized Email Address (IMA)", draft-yoneya-ima-downgrade-00 (work in progress), October 2005.[Klensin-emailaddr] Klensin, J., "Internationalization of Email Addresses", draft-klensin-emailaddr-i18n-03 (work in progress), July 2005. [RFC2045] Freed, N. and N. Borenstein, "Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Yao & Mao Expires January 27, 2007 [Page 12] Internet-Draft EAI July 2006 Bodies", RFC 2045, November 1996. Yao & Mao ExpiresNovember 9, 2006January 27, 2007 [Page12]13] Internet-DraftIMA MayEAI July 2006 Authors' Addresses Jiankang YAO (editor) CNNIC No.4 South 4th Street, Zhongguancun Beijing Phone: +86 10 58813007 Email: yaojk@cnnic.cn Wei MAO (editor) CNNIC No.4 South 4th Street, Zhongguancun Beijing Phone: +86 10 58813055 Email: mao@cnnic.cn Yao & Mao ExpiresNovember 9, 2006January 27, 2007 [Page13]14] Internet-DraftIMA MayEAI July 2006 Intellectual Property Statement The IETF takes no position regarding the validity or scope of any Intellectual Property Rights or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; nor does it represent that it has made any independent effort to identify any such rights. Information on the procedures with respect to rights in RFC documents can be found in BCP 78 and BCP 79. Copies of IPR disclosures made to the IETF Secretariat and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users of this specification can be obtained from the IETF on-line IPR repository at http://www.ietf.org/ipr. The IETF invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights that may cover technology that may be required to implement this standard. Please address the information to the IETF at ietf-ipr@ietf.org. Disclaimer of Validity This document and the information contained herein are provided on an "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Copyright Statement Copyright (C) The Internet Society (2006). This document is subject to the rights, licenses and restrictions contained in BCP 78, and except as set forth therein, the authors retain all their rights. Acknowledgment Funding for the RFC Editor function is currently provided by the Internet Society. Yao & Mao ExpiresNovember 9, 2006January 27, 2007 [Page14]15] ----