1
0
mirror of https://github.com/golang/go synced 2024-10-05 10:21:22 -06:00
go/src/pkg/net/mail
Graham Miller 9f807fcc4a net/mail: make address parsing (more) public
Code for parsing email addresses was already partially part of the public API with "func (Header) AddressList".  This CL adds a trivial implementation for two public methods to parse address and lists from a string. With tests.

R=dsymonds
CC=golang-dev
https://golang.org/cl/5676067
2012-10-05 10:08:54 +10:00
..
message_test.go net/mail: make address parsing (more) public 2012-10-05 10:08:54 +10:00
message.go net/mail: make address parsing (more) public 2012-10-05 10:08:54 +10:00