]> Cypherpunks repositories - gostls13.git/commitdiff
net/mail: remove obsolete comment
authorRoland Shoemaker <roland@golang.org>
Fri, 26 Jan 2024 00:11:15 +0000 (16:11 -0800)
committerGopher Robot <gobot@golang.org>
Fri, 26 Jan 2024 17:53:25 +0000 (17:53 +0000)
Forgot to remove this in CL 555596.

Change-Id: I903a6d1c02ee38b676e3e5860376d8d9509f0e03
Reviewed-on: https://go-review.googlesource.com/c/go/+/558675
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Roland Shoemaker <roland@golang.org>

src/net/mail/message.go

index fc2a9e46f811ba05fbce6853949cd2251047592d..bb40ccd20adc57a72986fe2e3c3339c39a3e345f 100644 (file)
@@ -13,7 +13,6 @@ 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.
-  - The special characters ()[]:;@\, are allowed to appear unquoted in names.
   - A leading From line is permitted, as in mbox format (RFC 4155).
 */
 package mail