go-gmime
go-gmime copied to clipboard
https://github.com/sendgrid/go-gmime/blame/5544c54b141c13fa6ac0b4ddc162a65dab1dc8bb/gmime/envelope.go#L64 When Canonical form of the key is different from the actual key, headers().Values() would not return the right value, since the internal map doesn't have the canonical form as...
Use custom text setting which doesn't convert from utf-8.
We should return an error, instead of panic'ing. Since this is a library, we should let the caller deal with the error. For example, when calling `parse.Recipients()` on a message...
Hello! Thank you for the package! I've discovered problems using `msg.Headers().Get("Message-ID")` which I try to fix in this PR. --- If you have a header like ``` Message-ID: msg@id ```...