aboutsummaryrefslogtreecommitdiff
path: root/src/mime/quotedprintable/reader_test.go
AgeCommit message (Expand)Author
2024-01-25mime/quotedprintable: fix encoding where a period alone on a lineShulhan
2024-01-25all: prealloc slice with possible minimum capabilitiesShulhan
2022-09-06mime: use strings.Buildercuiweixie
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2019-05-22all: shorten some testsRuss Cox
2018-06-27mime/quotedprintable: accept bytes >= 0x80Ian Lance Taylor
2016-10-28mime/quotedprintable: accept = not followed by 2 hex digits as literal equalsRuss Cox
2016-09-11mime/quotedprintable: accept trailing soft line-break at the end of messageShenghou Ma
2015-03-24mime/quotedprintable: accept badly encoded bytesAlexandre Cesaro
2015-02-26mime/quotedprintable: create the packageAlexandre Cesaro