aboutsummaryrefslogtreecommitdiff
path: root/src/net/mail/message.go
AgeCommit message (Expand)Author
2024-01-22net/mail: properly handle special characters in phrase and obs-phraseRoland Shoemaker
2023-06-21net/mail: permit more characters in mail headersIan Lance Taylor
2023-03-24net/mail: fix EOF error while reading header-only message0xc0d
2022-11-18all: add missing periods in commentscui fliter
2022-09-03all: use strings.Builder instead of bytes.BufferSasha Melentyev
2022-04-11all: gofmt main repoRuss Cox
2022-03-28net/mail: accept UT as a timezoneIan Lance Taylor
2022-03-25net/mail: improve detection of charset errorsRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2020-11-05net/mail: avoid ParseDate confusion if day name includes "T"Emmanuel T Odeke
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: 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-08-22net/mail: lazily initialize dateLayoutsCholerae Hu
2018-03-26all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick
2017-11-15net/mail: clarify doc commentRuss Cox
2017-11-14net/mail: treat comment in address as display nameMichael Stapelberg
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-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-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