aboutsummaryrefslogtreecommitdiff
path: root/src/mime/encodedword.go
AgeCommit message (Expand)Author
2018-05-15mime: do a pre-allocation in encodeWordisharipo
2018-03-26all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-04-29mime: re-accept empty encoded-textHiroshi Ioka
2017-04-09mime: fix panic parsing 'encoded-word'Hiroshi Ioka
2017-03-07mime: fix panic parsing 'encoded-word', be stricterHiroshi Ioka
2017-03-06all: remove the the duplicate wordsEitan Adler
2016-04-12all: standardize RFC mention formatDan Peterson
2016-03-29mime: fix maximum length of encoded-wordsAlexandre Cesaro
2016-02-23all: fix typosShawn Smith
2015-10-18mime: Remove an allocation in word decoding.Justin Nuß
2015-10-15mime: limit UTF-8 encoded-word length to 75 charactersAlexandre Cesaro
2015-09-10mime: fix docs for WordDecoder.DecodeBrad Fitzpatrick
2015-05-11mime: Export RFC 2047 codeAlexandre Cesaro