index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
mail
/
message.go
Age
Commit message (
Expand
)
Author
2024-01-22
net/mail: properly handle special characters in phrase and obs-phrase
Roland Shoemaker
2023-06-21
net/mail: permit more characters in mail headers
Ian Lance Taylor
2023-03-24
net/mail: fix EOF error while reading header-only message
0xc0d
2022-11-18
all: add missing periods in comments
cui fliter
2022-09-03
all: use strings.Builder instead of bytes.Buffer
Sasha Melentyev
2022-04-11
all: gofmt main repo
Russ Cox
2022-03-28
net/mail: accept UT as a timezone
Ian Lance Taylor
2022-03-25
net/mail: improve detection of charset errors
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2020-11-05
net/mail: avoid ParseDate confusion if day name includes "T"
Emmanuel T Odeke
2020-08-27
net/mail: return error on empty address list
Ian Lance Taylor
2020-02-21
net/mail: skip empty entries in parseAddressList
Timmy Douglas
2019-10-11
net/mail: added support to trailing CFWS in date
Constantin Konstantinidis
2019-07-28
all: change some function documentation to be more idiomatic
Dominik Honnef
2019-03-06
net/mail: better error in ParseAddress when missing "@domain"
Daniel MartÃ
2018-08-22
net/mail: lazily initialize dateLayouts
Cholerae Hu
2018-03-26
all: use strings.Builder instead of bytes.Buffer where appropriate
Brad Fitzpatrick
2017-11-15
net/mail: clarify doc comment
Russ Cox
2017-11-14
net/mail: treat comment in address as display name
Michael Stapelberg
2017-11-01
net/mail: capitalize acronym on helper function name
Mikio Hara
2017-10-05
all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"
Marvin Stenger
2017-09-27
net/mail: parse group in email address
Mihail Minaev
2017-09-27
all: prefer strings.LastIndexByte over strings.LastIndex
Marvin Stenger
2017-09-24
net/mail: skip trailing comment while parsing email
Minaev Mike
2017-08-29
net/mail: parse cases when phrase has special chars without quotes
Guilherme Rezende
2017-07-19
net/mail: Fix typo
yansal
2017-03-08
net/mail: fix wrong error message in consumePhrase
Hiroshi Ioka
2017-03-07
net/mail: ignore whitespace between adjacent 'encoded-word's
Hiroshi Ioka
2016-11-28
net: document that Header.Get key is case insensitive
Kaviraj
2016-10-27
net/mail: allow empty quoted string name in address again
Russ Cox
2016-10-24
net/mail: expose ParseDate, for use parsing Resent-Date headers
Russ Cox
2016-04-15
net/mail: allow utf-8 in ParseAddress
Conrad Irwin
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-04-12
all: standardize RFC mention format
Dan Peterson
2016-03-31
net/mail: throw error when multiple addresses are given to ParseAddress
Hiroshi Ioka
2015-12-04
net/mail: do not parse RFC 2047 tokens in quoted strings
Russ Cox
2015-12-02
net/mail: use base64 encoding when needed in Address.String()
Alexandre Cesaro
2015-12-02
net/mail: better errors on non-ascii characters
Ingo Oeser
2015-08-11
net/mail: fix build.
David Symonds
2015-08-11
net/mail: avoid panic in (*Address).String for malformed addresses.
David Symonds
2015-07-31
net/mail: fixed quoted-local
MathiasB
2015-07-22
net/mail: enhanced Address.String and ParseAddress to match RFC 5322
MathiasB
2015-05-26
net/mail: add AddressParser type
Alexandre Cesaro
2015-05-11
mime: Export RFC 2047 code
Alexandre Cesaro
2015-03-18
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2015-02-23
net/mail: move RFC 2047 code to internal/mime
Alexandre Cesaro
2014-09-16
net/mail: allow us-ascii encoding
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox