From: Roland Shoemaker Date: Fri, 26 Jan 2024 00:11:15 +0000 (-0800) Subject: net/mail: remove obsolete comment X-Git-Tag: go1.23rc1~1366 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8081c08449395df58185449943d7bec7cd7d231f;p=gostls13.git net/mail: remove obsolete comment 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 Reviewed-by: Damien Neil Auto-Submit: Roland Shoemaker --- diff --git a/src/net/mail/message.go b/src/net/mail/message.go index fc2a9e46f8..bb40ccd20a 100644 --- a/src/net/mail/message.go +++ b/src/net/mail/message.go @@ -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