We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go version
$ go version go version go1.18.3 linux/amd64
Yes.
See example: https://go.dev/play/p/q5lkQ1V0vBa
I expect that mail.ReadMessage will return parsed headers with an empty body.
mail.ReadMessage
No body, no headers, just error:
2009/11/10 23:00:00 EOF Program exited.
I'm not sure if this behavior aligns with RFC, but I receive emails with zero body from postfix, which should align with RFC.
The text was updated successfully, but these errors were encountered:
Duplicate of #33823
Sorry, something went wrong.
No branches or pull requests
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What did you do?
See example: https://go.dev/play/p/q5lkQ1V0vBa
What did you expect to see?
I expect that
mail.ReadMessage
will return parsed headers with an empty body.What did you see instead?
No body, no headers, just error:
I'm not sure if this behavior aligns with RFC, but I receive emails with zero body from postfix, which should align with RFC.
The text was updated successfully, but these errors were encountered: