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

Issue 15380044: code review 15380044: net/mail: correctly handle whitespaces when formatting an email address

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 6 months ago by rich
Modified:
10 years, 3 months ago
CC:
golang-codereviews
Visibility:
Public.

Description

net/mail: correctly handle whitespaces when formatting an email address Whitespace characters are allowed in quoted-string according to RFC 5322 without being "Q"-encoding. Address.String() already always formats the name portion in quoted string, so whitespace characters should be allowed in there.

Patch Set 1 #

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

Patch Set 3 : diff -r 69bf31787310 https://code.google.com/p/go/ #

Patch Set 4 : diff -r 69bf31787310 https://code.google.com/p/go/ #

Patch Set 5 : diff -r 69bf31787310 https://code.google.com/p/go/ #

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

Messages

Total messages: 9
rich
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
10 years, 6 months ago (2013-10-21 03:00:00 UTC) #1
rich
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
10 years, 6 months ago (2013-10-21 03:10:46 UTC) #2
dsymonds
NOT LGTM ASCII space (0x20) is *not* printable (it's a space; what would you print?). ...
10 years, 6 months ago (2013-10-21 05:40:53 UTC) #3
rich
On 2013/10/21 05:40:53, dsymonds wrote: > NOT LGTM > > ASCII space (0x20) is *not* ...
10 years, 6 months ago (2013-10-21 13:14:07 UTC) #4
dsymonds
The solution then is not to change qtext, but change the formatter to aim for ...
10 years, 6 months ago (2013-10-22 03:04:36 UTC) #5
gobot
Replacing golang-dev with golang-codereviews.
10 years, 4 months ago (2013-12-20 16:26:06 UTC) #6
dsymonds
R=close This seems to have been abandoned. If you want to pursue this, file an ...
10 years, 3 months ago (2014-01-03 00:44:11 UTC) #7
rich
On 2014/01/03 00:44:11, dsymonds wrote: > R=close > > This seems to have been abandoned. ...
10 years, 3 months ago (2014-01-03 00:47:01 UTC) #8
dsymonds
10 years, 3 months ago (2014-01-03 00:47:45 UTC) #9
Sorry, didn't see that. Thanks.
Sign in to reply to this message.

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