1
0
mirror of https://github.com/golang/go synced 2024-10-03 16:41:28 -06:00
go/src/mime
Alexandre Cesaro 0d4ea0c70d mime/multipart: moved some code to mime/internal/quotedprintable
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/1810
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2014-12-23 19:30:02 +00:00
..
internal/quotedprintable
multipart
testdata
grammar.go
mediatype_test.go
mediatype.go
type_plan9.go
type_test.go
type_unix.go
type_windows.go
type.go