]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.21] net/mail: properly handle special characters in phrase and...
authorRoland Shoemaker <bracewell@google.com>
Wed, 10 Jan 2024 19:02:14 +0000 (11:02 -0800)
committerCarlos Amedee <carlos@golang.org>
Wed, 28 Feb 2024 19:10:06 +0000 (19:10 +0000)
commit263c059b09fdd40d9dd945f2ecb20c89ea28efe5
tree51a6fc4de11cad6b84445b87a2c78eefe9c79d75
parent99e44c71f6c3c132cb4025af0d16840be4b29226
[release-branch.go1.21] net/mail: properly handle special characters in phrase and obs-phrase

Fixes a couple of misalignments with RFC 5322 which introduce
significant diffs between (mostly) conformant parsers.

This change reverts the changes made in CL50911, which allowed certain
special RFC 5322 characters to appear unquoted in the "phrase" syntax.
It is unclear why this change was made in the first place, and created
a divergence from comformant parsers. In particular this resulted in
treating comments in display names incorrectly.

Additionally properly handle trailing malformed comments in the group
syntax.

For #65083
Fixes #65848

Change-Id: I00dddc044c6ae3381154e43236632604c390f672
Reviewed-on: https://go-review.googlesource.com/c/go/+/555596
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-on: https://go-review.googlesource.com/c/go/+/566195
Reviewed-by: Carlos Amedee <carlos@golang.org>
src/net/mail/message.go
src/net/mail/message_test.go