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

Issue 4590047: code review 4590047: mail: decode RFC 2047-encoded words, not phrases. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 10 months ago by dsymonds
Modified:
13 years, 10 months ago
Reviewers:
CC:
rsc, r, bradfitz, golang-dev
Visibility:
Public.

Description

mail: decode RFC 2047-encoded words, not phrases.

Patch Set 1 #

Patch Set 2 : diff -r f1ff3abd0bbf https://go.googlecode.com/hg/ #

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

Total comments: 1

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -5 lines) Patch
M src/pkg/mail/message.go View 1 2 chunks +6 lines, -5 lines 0 comments Download
M src/pkg/mail/message_test.go View 1 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 11
dsymonds
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 10 months ago (2011-06-09 11:47:17 UTC) #1
r
http://codereview.appspot.com/4590047/diff/5001/src/pkg/mail/message.go File src/pkg/mail/message.go (right): http://codereview.appspot.com/4590047/diff/5001/src/pkg/mail/message.go#newcode334 src/pkg/mail/message.go:334: // RFC 2047 encoded-word starts with =?, ends with ...
13 years, 10 months ago (2011-06-09 12:05:10 UTC) #2
dsymonds
On Jun 9, 2011 10:05 PM, <r@golang.org> wrote: > http://codereview.appspot.com/4590047/diff/5001/src/pkg/mail/message.go > File src/pkg/mail/message.go (right): > ...
13 years, 10 months ago (2011-06-09 12:38:45 UTC) #3
rsc
LGTM Drop the email address (put a fake one in)
13 years, 10 months ago (2011-06-09 14:10:29 UTC) #4
bradfitz
We need to come up with a better charset conversion story. At least the xml ...
13 years, 10 months ago (2011-06-09 15:22:06 UTC) #5
rsc
On Thu, Jun 9, 2011 at 11:18, Martin Capitanio <m@capitanio.org> wrote: > Is there a ...
13 years, 10 months ago (2011-06-09 15:41:16 UTC) #6
dsymonds
On Fri, Jun 10, 2011 at 12:10 AM, Russ Cox <rsc@golang.org> wrote: > Drop the ...
13 years, 10 months ago (2011-06-09 22:23:01 UTC) #7
rsc
On Thu, Jun 9, 2011 at 18:22, David Symonds <dsymonds@golang.org> wrote: > On Fri, Jun ...
13 years, 10 months ago (2011-06-09 22:25:01 UTC) #8
dsymonds
On Fri, Jun 10, 2011 at 1:51 AM, Martin Capitanio <m@capitanio.org> wrote: > In the ...
13 years, 10 months ago (2011-06-09 22:46:25 UTC) #9
dsymonds
*** Submitted as http://code.google.com/p/go/source/detail?r=b7cebe5f19c7 *** mail: decode RFC 2047-encoded words, not phrases. R=rsc, r, bradfitz ...
13 years, 10 months ago (2011-06-09 22:47:34 UTC) #10
rsc
13 years, 10 months ago (2011-06-09 22:49:06 UTC) #11
> I think ISO-8859-1 and UTF-8 should cover the vast majority, which is
> what we've got now. Are there other encodings you know of that are
> widely used by email programs?

It depends who is sending you email.
I've seen a lot of the other 8859 code pages
from various places in Europe, depending on
what version of Windows is being used.
But I think this is fine for now.  As Brad says,
we can worry about character sets in general
at some other point.

Russ
Sign in to reply to this message.

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