aboutsummaryrefslogtreecommitdiff
path: root/src/mime/quotedprintable
AgeCommit message (Expand)Author
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-03-21mime: add available godoc linkcui fliter
2022-09-06mime: use strings.Buildercuiweixie
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2019-05-22all: shorten some testsRuss Cox
2018-06-27mime/quotedprintable: accept bytes >= 0x80Ian Lance Taylor
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
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
2016-08-29mime/quotedprintable: add examplesCarlos C
2015-04-16mime/quotedprintable: Return a Reader instead of an io.ReaderAlexandre Cesaro
2015-03-30mime/quotedprintable: add binary mode to the writerAlexandre Cesaro
2015-03-24mime/quotedprintable: accept badly encoded bytesAlexandre Cesaro
2015-03-20mime/quotedprintable: add writerAlexandre Cesaro
2015-02-26mime/quotedprintable: create the packageAlexandre Cesaro