summaryrefslogtreecommitdiff
path: root/src/net/mail
Commit message (Expand)AuthorAgeFilesLines
* net/mail: Fix typoyansal2017-07-191-1/+1
* net/mail: fix wrong error message in consumePhraseHiroshi Ioka2017-03-082-1/+2
* net/mail: ignore whitespace between adjacent 'encoded-word'sHiroshi Ioka2017-03-072-8/+26
* net: document that Header.Get key is case insensitiveKaviraj2016-11-281-0/+4
* net/mail: allow empty quoted string name in address againRuss Cox2016-10-272-3/+13
* net/mail: expose ParseDate, for use parsing Resent-Date headersRuss Cox2016-10-242-6/+12
* net/mail: allow utf-8 in ParseAddressConrad Irwin2016-04-152-74/+144
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-151-1/+1
* all: standardize RFC mention formatDan Peterson2016-04-122-3/+3
* net/mail: throw error when multiple addresses are given to ParseAddressHiroshi Ioka2016-03-312-13/+26
* net/mail: do not parse RFC 2047 tokens in quoted stringsRuss Cox2015-12-042-5/+29
* 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-022-0/+39
* net/mail: better errors on non-ascii charactersIngo Oeser2015-12-022-1/+17
* net/mail: fix build.David Symonds2015-08-112-2/+2
* net/mail: avoid panic in (*Address).String for malformed addresses.David Symonds2015-08-112-1/+16
* net/mail: fixed quoted-localMathiasB2015-07-312-1/+7
* net/mail: enhanced Address.String and ParseAddress to match RFC 5322MathiasB2015-07-222-5/+159
* net/mail: add example to packageCarlos C2015-07-161-0/+77
* net/mail: add AddressParser typeAlexandre Cesaro2015-05-262-22/+213
* mime: Export RFC 2047 codeAlexandre Cesaro2015-05-111-5/+30
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-4/+4
* net/mail: move RFC 2047 code to internal/mimeAlexandre Cesaro2015-02-231-100/+3
* net/mail: allow us-ascii encodingRuss Cox2014-09-162-1/+22
* build: move package sources from src/pkg to srcRuss Cox2014-09-082-0/+849