]> Cypherpunks repositories - gostls13.git/commitdiff
net/mail: clarify doc comment
authorRuss Cox <rsc@golang.org>
Tue, 14 Nov 2017 20:33:17 +0000 (15:33 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 15 Nov 2017 21:27:54 +0000 (21:27 +0000)
Rewrite the text added in CL 50911, which I did not understand.

Change-Id: Id6271ffe2f7c8833dd7733fe0254fa4927fac150
Reviewed-on: https://go-review.googlesource.com/78124
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/mail/message.go

index 0a9847183ac27cb52ef0c5356b9bb4da4f8fd252..4f3184f3e8a582130ca5c7583a71a5435f49f940 100644 (file)
@@ -13,7 +13,7 @@ Notable divergences:
        * The full range of spacing (the CFWS syntax element) is not supported,
          such as breaking addresses across lines.
        * No unicode normalization is performed.
-       * Address with some RFC 5322 3.2.3 specials without quotes are parsed.
+       * The special characters ()[]:;@\, are allowed to appear unquoted in names.
 */
 package mail