]> Cypherpunks repositories - gostls13.git/commit
mime/multipart: allow unescaped newlines through in quoted-printable
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 22 Feb 2013 18:40:23 +0000 (10:40 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 22 Feb 2013 18:40:23 +0000 (10:40 -0800)
commit9c7aa5fea983fe58d126542013861a022adefa70
tree1dfbf34349cc97c66cc925c1414f78c196648fc4
parentec892be1af5c2341c07fa77399a7f177b24e0f16
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
src/pkg/mime/multipart/quotedprintable.go
src/pkg/mime/multipart/quotedprintable_test.go