1
0
mirror of https://github.com/golang/go synced 2024-10-03 18:21:21 -06:00
go/src/pkg/mime
Brad Fitzpatrick 9c7aa5fea9 mime/multipart: allow unescaped newlines through in quoted-printable
This makes Go's quoted-printable decoder more like other
popular ones, allowing through a bare \r or \n, and also
passes through \r\n which looked like a real bug before.

Fixes #4771

R=minux.ma
CC=golang-dev
https://golang.org/cl/7300092
2013-02-22 10:40:23 -08:00
..
multipart mime/multipart: allow unescaped newlines through in quoted-printable 2013-02-22 10:40:23 -08:00
testdata mime, strconv: Make testdata more consistent. 2013-01-22 13:44:35 -08:00
grammar.go pkg: Removing duplicated words ("of of", etc.), mostly from comments. 2012-07-09 09:16:10 +10:00
mediatype_test.go mime: make ParseMediaType return zero results on error 2012-04-25 12:01:01 -07:00
mediatype.go mime: make ParseMediaType return zero results on error 2012-04-25 12:01:01 -07:00
type_test.go mime: implement TypeByExtension for windows 2011-11-18 10:07:36 +11:00
type_unix.go mime: use Scanner to read mime files during init 2013-02-20 14:34:03 -08:00
type_windows.go mime: do not test for .wav on windows 2013-02-15 16:55:51 +11:00
type.go mime: make FormatMediaType take full type for consistency 2012-01-17 11:57:42 -08:00