diff options
| author | Alexandre Cesaro <alexandre.cesaro@gmail.com> | 2014-12-23 20:29:13 +0100 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2015-02-23 17:46:37 +0000 |
| commit | 828129fdbc2d95ab8d8dfa637e0f7251924c8b8b (patch) | |
| tree | 98216066d9b32bbb3d4388fc25626e4081ccd215 /src/math | |
| parent | 2f9c9e552d7cdcbf6aecbd4aee900cce39bcd2d9 (diff) | |
| download | go-828129fdbc2d95ab8d8dfa637e0f7251924c8b8b.tar.xz | |
net/mail: move RFC 2047 code to internal/mime
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 second step to fix that issue. It moves the
RFC 2047 encoding and decoding functions from net/mail to
internal/mime. The exported API is unchanged.
Updates #4943
Change-Id: I5f58aa58e74bbe4ec91b2e9b8c81921338053b00
Reviewed-on: https://go-review.googlesource.com/2101
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/math')
0 files changed, 0 insertions, 0 deletions
