flanker icon indicating copy to clipboard operation
flanker copied to clipboard

Change default charset when decoding mime parts

Open VinceWilkie opened this issue 7 years ago • 3 comments

We can safely decode text mime parts with utf-8 instead of ascii because ascii is just a subset of utf-8

VinceWilkie avatar Mar 09 '17 14:03 VinceWilkie

Can one of the admins verify this patch?

mailgun-ci avatar Mar 09 '17 14:03 mailgun-ci

As a side note: decoding text mime parts with ascii can become a problem if it contains unicode information. I have first hand experience with this because I had an email attachment that contained unicode but was decoded using ascii and therefore wasn't properly readable.

VinceWilkie avatar Apr 21 '17 15:04 VinceWilkie

This sounds reasonable but can you add a test for it?

b0d0nne11 avatar Jan 23 '18 17:01 b0d0nne11