emersion / go-message

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

Added ascii #172

Closed Lemonsix closed 9 months ago

Lemonsix commented 1 year ago

Some email parts has "ascii" but not "us-ascii" as charset. So i added it to the "or" statement to allow this charset instead of throwing an error.

emersion commented 9 months ago

Sorry, I'd rather keep the defaults purely RFC-compliant, and leave it to the custom charset reader to handle the non-standard cases.