Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Encode body even if charset doesn't match case
As long as the charset is a known one according to Ruby's matching algorithm (which appears to be case insensitive and also includes aliases), we should use that encoding. Fixes jnunemaker#542 (and maybe jnunemaker#541 as well)
- Loading branch information