aboutsummaryrefslogtreecommitdiff
path: root/src/net/mail
AgeCommit message (Expand)Author
2015-12-04net/mail: gofmtMikio Hara
2015-12-02net/mail: add test index to error messages in a recent testAlexandre Cesaro
2015-12-02net/mail: use base64 encoding when needed in Address.String()Alexandre Cesaro
2015-12-02net/mail: better errors on non-ascii charactersIngo Oeser
2015-08-11net/mail: fix build.David Symonds
2015-08-11net/mail: avoid panic in (*Address).String for malformed addresses.David Symonds
2015-07-31net/mail: fixed quoted-localMathiasB
2015-07-22net/mail: enhanced Address.String and ParseAddress to match RFC 5322MathiasB
2015-07-16net/mail: add example to packageCarlos C
2015-05-26net/mail: add AddressParser typeAlexandre Cesaro
2015-05-11mime: Export RFC 2047 codeAlexandre Cesaro
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-02-23net/mail: move RFC 2047 code to internal/mimeAlexandre Cesaro
2014-09-16net/mail: allow us-ascii encodingRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox