go/src/mime
Alexandre Cesaro d733cef728 mime: fix maximum length of encoded-words
RFC 2047 recommends a maximum length of 75 characters for
encoded-words. Due to a bug, encoded-words were limited to 77
characters instead of 75.

Change-Id: I2ff9d013ab922df6fd542464ace70b1c46dc7ae7
Reviewed-on: https://go-review.googlesource.com/20918
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-03-29 11:19:31 +00:00
..
multipart mime/multipart: don't call Read on io.Reader after an error is seen 2016-03-07 19:50:16 +00:00
quotedprintable
testdata
encodedword.go mime: fix maximum length of encoded-words 2016-03-29 11:19:31 +00:00
encodedword_test.go mime: fix maximum length of encoded-words 2016-03-29 11:19:31 +00:00
example_test.go mime: move examples to external test file 2015-08-22 18:39:29 +00:00
grammar.go all: replace strings.Index with strings.Contains where possible 2016-02-19 01:06:05 +00:00
mediatype.go all: single space after period. 2016-03-02 00:13:47 +00:00
mediatype_test.go mime: fix parsing of empty string attribute value 2015-12-05 20:14:25 +00:00
type.go
type_dragonfly.go
type_freebsd.go
type_openbsd.go
type_plan9.go
type_test.go
type_unix.go
type_windows.go