1
0
mirror of https://github.com/golang/go synced 2024-11-24 22:37:56 -07:00
go/src/net/mail
Russ Cox e8cc083ede 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>
2015-12-04 16:11:09 +00:00
..
example_test.go net/mail: add example to package 2015-07-16 22:34:35 +00:00
message_test.go net/mail: do not parse RFC 2047 tokens in quoted strings 2015-12-04 16:11:09 +00:00
message.go net/mail: do not parse RFC 2047 tokens in quoted strings 2015-12-04 16:11:09 +00:00