diff options
| author | Russ Cox <rsc@golang.org> | 2017-11-14 15:33:17 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2017-11-15 21:27:54 +0000 |
| commit | cac334cc5f2e4a2b68ed044da934b68d803e25af (patch) | |
| tree | 6dacdcb58db60cae3a980bd5190d8170bdf42678 /src | |
| parent | e671a552fe9ba75a04b65fe689d004dc64b87975 (diff) | |
| download | go-cac334cc5f2e4a2b68ed044da934b68d803e25af.tar.xz | |
net/mail: clarify doc comment
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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/net/mail/message.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/mail/message.go b/src/net/mail/message.go index 0a9847183a..4f3184f3e8 100644 --- a/src/net/mail/message.go +++ b/src/net/mail/message.go @@ -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 |
