You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the charset and Content-Transfer-Encoding haven't been modfiied, we can avoid decoding and re-encoding the entity's body. We can just pipe the original message's body.
On that note, maybe we should introduce a WriterTo interface. This could allow e.g. go-smtp to use 8-bit encodings if the SMTP server supports 8BITMIME.
When the charset and
Content-Transfer-Encoding
haven't been modfiied, we can avoid decoding and re-encoding the entity's body. We can just pipe the original message's body.Related to #84
The text was updated successfully, but these errors were encountered: