forked from go-gomail/gomail
-
Notifications
You must be signed in to change notification settings - Fork 77
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
messageWriter.writeString shouldn't ignore IO errors #30
Comments
Where do you found this? I think you mean this code from the forked gomail ? This isn't part of this codebase, if at all it was turned into newCopier() in message.go which looks fine. |
Looks like I was holding that totally wrong. Sorry, you are right and I agree that it should set |
cryptix
added a commit
to cryptix/gomail
that referenced
this issue
Jul 31, 2018
@LethalRes check the PR I just made |
@LethalRes This should be fixed now. Thanks again @cryptix! 👍 |
diamondburned
pushed a commit
to diamondburned/gomail
that referenced
this issue
Aug 21, 2022
…tion Migrate off probot-CLA to new GitHub Action
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error return by io.WriteString is silently ignored.
The text was updated successfully, but these errors were encountered: