diff options
| author | Russ Cox <rsc@golang.org> | 2015-12-03 16:00:04 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2015-12-04 16:11:09 +0000 |
| commit | e8cc083ede9120c70b9d38b603ba07b3e62bd95d (patch) | |
| tree | 25b02b419b587f5998388102814b64e59027bd04 /src/encoding | |
| parent | 6f6b2f04b5c342edf70944e60c9c9a30eef5a9eb (diff) | |
| download | go-e8cc083ede9120c70b9d38b603ba07b3e62bd95d.tar.xz | |
net/mail: do not parse RFC 2047 tokens in quoted strings
RFC 2047 tokens like =?utf-8?B?whatever?= can only appear
unquoted, but this code was trying to decode them even when
they came out of quoted strings. Quoted strings must be left alone.
Fixes #11294.
Change-Id: I41b371f5b1611f1e56d93623888413d07d4ec878
Reviewed-on: https://go-review.googlesource.com/17381
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/encoding')
0 files changed, 0 insertions, 0 deletions
