aboutsummaryrefslogtreecommitdiff
path: root/src/net/mail
AgeCommit message (Expand)Author
2020-12-25net/mail: don't use MDT in testIan Lance Taylor
2020-11-05net/mail: avoid ParseDate confusion if day name includes "T"Emmanuel T Odeke
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-08-27net/mail: return error on empty address listIan Lance Taylor
2020-02-21net/mail: skip empty entries in parseAddressListTimmy Douglas
2019-10-11net/mail: fix new test for systems with different zoneinfo dataIan Lance Taylor
2019-10-11net/mail: added support to trailing CFWS in dateConstantin Konstantinidis
2019-07-28all: change some function documentation to be more idiomaticDominik Honnef
2019-03-06net/mail: better error in ParseAddress when missing "@domain"Daniel Martí
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-08-22net/mail: lazily initialize dateLayoutsCholerae Hu
2018-03-26all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-15net/mail: clarify doc commentRuss Cox
2017-11-14net/mail: treat comment in address as display nameMichael Stapelberg
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-11-01net/mail: capitalize acronym on helper function nameMikio Hara
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-09-27net/mail: parse group in email addressMihail Minaev
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-09-24net/mail: skip trailing comment while parsing emailMinaev Mike
2017-08-29net/mail: parse cases when phrase has special chars without quotesGuilherme Rezende
2017-07-19net/mail: Fix typoyansal
2017-03-08net/mail: fix wrong error message in consumePhraseHiroshi Ioka
2017-03-07net/mail: ignore whitespace between adjacent 'encoded-word'sHiroshi Ioka
2016-11-28net: document that Header.Get key is case insensitiveKaviraj
2016-10-27net/mail: allow empty quoted string name in address againRuss Cox
2016-10-24net/mail: expose ParseDate, for use parsing Resent-Date headersRuss Cox
2016-04-15net/mail: allow utf-8 in ParseAddressConrad Irwin
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-04-12all: standardize RFC mention formatDan Peterson
2016-03-31net/mail: throw error when multiple addresses are given to ParseAddressHiroshi Ioka
2015-12-04net/mail: do not parse RFC 2047 tokens in quoted stringsRuss Cox
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