From 8081c08449395df58185449943d7bec7cd7d231f Mon Sep 17 00:00:00 2001 From: Roland Shoemaker Date: Thu, 25 Jan 2024 16:11:15 -0800 Subject: [PATCH] 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 --- src/net/mail/message.go | 1 - 1 file changed, 1 deletion(-) 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 -- 2.48.1