]> Cypherpunks repositories - gostls13.git/commit
net/mail: add AddressParser type
authorAlexandre Cesaro <alexandre.cesaro@gmail.com>
Mon, 25 May 2015 16:58:19 +0000 (18:58 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 26 May 2015 16:50:35 +0000 (16:50 +0000)
commit1defd227bd464d13ce32df08594d6642a15ca0b4
treed9f57e50cdddb88ec49f3f4a323a44728bc378dd
parent972a478ddf689a375dffc1a9923742b896b63bd0
net/mail: add AddressParser type

Add the AddressParser type to allow decoding any charset in
mail addresses.

Fixes #7079

Change-Id: Ic34efb3e3d804a4e17149a6c38cfd73f5f275ab7
Reviewed-on: https://go-review.googlesource.com/10392
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/mail/message.go
src/net/mail/message_test.go