summaryrefslogtreecommitdiff
path: root/src/net/mail/message_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-3/+2
* net/mail: return error on empty address listIan Lance Taylor2020-08-271-0/+32
* net/mail: skip empty entries in parseAddressListTimmy Douglas2020-02-211-0/+14
* net/mail: fix new test for systems with different zoneinfo dataIan Lance Taylor2019-10-111-3/+9
* net/mail: added support to trailing CFWS in dateConstantin Konstantinidis2019-10-111-0/+145
* net/mail: better error in ParseAddress when missing "@domain"Daniel Martí2019-03-061-0/+3
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-261-2/+2
* Revert "go/printer: forbid empty line before first comment in block"Joe Tsai2017-12-011-0/+1
* net/mail: treat comment in address as display nameMichael Stapelberg2017-11-141-2/+62
* go/printer: forbid empty line before first comment in blockJoe Tsai2017-11-021-1/+0
* net/mail: parse group in email addressMihail Minaev2017-09-271-2/+51
* net/mail: skip trailing comment while parsing emailMinaev Mike2017-09-241-10/+34
* net/mail: parse cases when phrase has special chars without quotesGuilherme Rezende2017-08-291-0/+38
* net/mail: fix wrong error message in consumePhraseHiroshi Ioka2017-03-081-0/+1
* net/mail: ignore whitespace between adjacent 'encoded-word'sHiroshi Ioka2017-03-071-0/+10
* net/mail: allow empty quoted string name in address againRuss Cox2016-10-271-0/+10
* net/mail: expose ParseDate, for use parsing Resent-Date headersRuss Cox2016-10-241-4/+9
* net/mail: allow utf-8 in ParseAddressConrad Irwin2016-04-151-3/+51
* all: standardize RFC mention formatDan Peterson2016-04-121-1/+1
* net/mail: throw error when multiple addresses are given to ParseAddressHiroshi Ioka2016-03-311-10/+12
* net/mail: do not parse RFC 2047 tokens in quoted stringsRuss Cox2015-12-041-1/+26
* net/mail: gofmtMikio Hara2015-12-041-8/+8
* net/mail: add test index to error messages in a recent testAlexandre Cesaro2015-12-021-4/+4
* net/mail: use base64 encoding when needed in Address.String()Alexandre Cesaro2015-12-021-0/+33
* net/mail: better errors on non-ascii charactersIngo Oeser2015-12-021-0/+8
* net/mail: fix build.David Symonds2015-08-111-1/+1
* net/mail: avoid panic in (*Address).String for malformed addresses.David Symonds2015-08-111-0/+8
* net/mail: fixed quoted-localMathiasB2015-07-311-0/+3
* net/mail: enhanced Address.String and ParseAddress to match RFC 5322MathiasB2015-07-221-0/+92
* net/mail: add AddressParser typeAlexandre Cesaro2015-05-261-0/+171
* net/mail: allow us-ascii encodingRuss Cox2014-09-161-0/+10
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+304