Descriptionnet/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. Fixes issue 6641. Patch Set 1 #Patch Set 2 : diff -r 2a595fd8c22b http://code.google.com/p/go/ #Patch Set 3 : diff -r 2a595fd8c22b http://code.google.com/p/go/ # Total comments: 4 Patch Set 4 : diff -r ae14bde9ce3c http://code.google.com/p/go/ #Patch Set 5 : diff -r ae14bde9ce3c http://code.google.com/p/go/ #MessagesTotal messages: 8 |