emersion / go-message

✉️ A streaming Go library for the Internet Message Format and mail messages
MIT License
382 stars 111 forks source link

Make it easy to copy a message with a modified header #177

Open emersion opened 7 months ago

emersion commented 7 months ago

A common use-case is to read the header, set/add header fields, and pass-through the body.

We don't make this very easy at the moment.