-
Notifications
You must be signed in to change notification settings - Fork 18k
net/mail: correctly handle whitespaces when formatting an email address #6641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
Comment 1 by maarten@brightcode.nl: I also wanted to report this bug. According to RFC 5322 email address should follow these rules: name-addr = [display-name] angle-addr display-name = phrase phrase = 1*word / obs-phrase word = atom / quoted-string atom = [CFWS] 1*atext [CFWS] So a phrase of (printable ascii) words separated by whitespace is also allowed. |
https://golang.org/cl/55770043/ Labels changed: added release-go1.3, removed priority-triage, release-none. Status changed to Started. |
This issue was closed by revision d3b9567. Status changed to Fixed. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: