aboutsummaryrefslogtreecommitdiff
path: root/src/net/mail/message_test.go
AgeCommit message (Expand)Author
9 daysnet/mail: fix quadratic complexity in consumeCommentmohammadmseet-hue
2024-07-25net: use slices and maps to clean up testsapocelipes
2024-03-19net/mail: enhance address parser to include support for domain literalsNuno Gonçalves
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-03-28net/mail: accept UT as a timezoneIan Lance Taylor
2022-03-25net/mail: improve detection of charset errorsRuss Cox
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-03-06net/mail: better error in ParseAddress when missing "@domain"Daniel Martí
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
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-09-27net/mail: parse group in email addressMihail Minaev
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-03-08net/mail: fix wrong error message in consumePhraseHiroshi Ioka
2017-03-07net/mail: ignore whitespace between adjacent 'encoded-word'sHiroshi Ioka
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-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-05-26net/mail: add AddressParser typeAlexandre Cesaro
2014-09-16net/mail: allow us-ascii encodingRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox