Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(22)

Issue 6854067: code review 6854067: mime/multipart: transparently decode quoted-printable t... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 8 months ago by bradfitz
Modified:
12 years, 8 months ago
Reviewers:
CC:
dsymonds, gobot, golang-dev
Visibility:
Public.

Description

mime/multipart: transparently decode quoted-printable transfer encoding Fixes issue 4411

Patch Set 1 #

Patch Set 2 : diff -r 440de6b98362 https://code.google.com/p/go #

Patch Set 3 : diff -r a070de932857 https://go.googlecode.com/hg/ #

Total comments: 10

Patch Set 4 : diff -r a070de932857 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r a070de932857 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -2 lines) Patch
M src/pkg/mime/multipart/multipart.go View 1 2 3 3 chunks +22 lines, -0 lines 0 comments Download
M src/pkg/mime/multipart/multipart_test.go View 1 2 2 chunks +26 lines, -2 lines 0 comments Download
A src/pkg/mime/multipart/quotedprintable.go View 1 2 3 1 chunk +92 lines, -0 lines 0 comments Download
A src/pkg/mime/multipart/quotedprintable_test.go View 1 2 1 chunk +52 lines, -0 lines 0 comments Download

Messages

Total messages: 7
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 8 months ago (2012-11-20 01:01:04 UTC) #1
gobot
R=dsymonds (assigned by bradfitz)
12 years, 8 months ago (2012-11-20 01:15:46 UTC) #2
dsymonds
https://codereview.appspot.com/6854067/diff/5001/src/pkg/mime/multipart/multipart.go File src/pkg/mime/multipart/multipart.go (right): https://codereview.appspot.com/6854067/diff/5001/src/pkg/mime/multipart/multipart.go#newcode104 src/pkg/mime/multipart/multipart.go:104: bp.Header.Del("Content-Transfer-Encoding") I'd be fractionally more comfortable with a little ...
12 years, 8 months ago (2012-11-20 01:35:26 UTC) #3
bradfitz
https://codereview.appspot.com/6854067/diff/5001/src/pkg/mime/multipart/multipart.go File src/pkg/mime/multipart/multipart.go (right): https://codereview.appspot.com/6854067/diff/5001/src/pkg/mime/multipart/multipart.go#newcode104 src/pkg/mime/multipart/multipart.go:104: bp.Header.Del("Content-Transfer-Encoding") On 2012/11/20 01:35:26, dsymonds wrote: > I'd be ...
12 years, 8 months ago (2012-11-20 02:10:57 UTC) #4
bradfitz
Hello dsymonds@golang.org (cc: gobot@golang.org, golang-dev@googlegroups.com), Please take another look.
12 years, 8 months ago (2012-11-20 02:12:06 UTC) #5
dsymonds
LGTM
12 years, 8 months ago (2012-11-20 03:17:14 UTC) #6
bradfitz
12 years, 8 months ago (2012-11-20 03:50:27 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=73c62d1bf08c ***

mime/multipart: transparently decode quoted-printable transfer encoding

Fixes issue 4411

R=dsymonds
CC=gobot, golang-dev
http://codereview.appspot.com/6854067
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b