-
Alexandre Cesaro authored
The code concerning quoted-printable encoding (RFC 2045) and its variant for MIME headers (RFC 2047) is currently spread in mime/multipart and net/mail. It is also not exported. This commit is the first step to fix that issue. It moves the quoted-printable decoding code from mime/multipart to mime/internal/quotedprintable. The exposed API is unchanged. Concerns #4943. Change-Id: I11352afbb2edb4d6ef62870b9bc5c87c639eff12 Reviewed-on: https://go-review.googlesource.com/1810Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
0d4ea0c7
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
internal/quotedprintable | ||
multipart | ||
testdata | ||
grammar.go | ||
mediatype.go | ||
mediatype_test.go | ||
type.go | ||
type_plan9.go | ||
type_test.go | ||
type_unix.go | ||
type_windows.go |