mail icon indicating copy to clipboard operation
mail copied to clipboard

support MS950 encoding

Open tonytonyjan opened this issue 3 years ago • 3 comments

This pull request fixes #1406

Mail::Encodings.value_decode '=?MS950?B?rue26aWrrEapssS1ue6nvaXms3G5SLNX?= =?MS950?B?wMvBfLFNsM/Ay8F8pEirSL1jpmGnfcXn?= =?MS950?B?w9KhXaa5q0il86ywqHSyzqbbsMq1b7Bl?= =?MS950?B?oUG90MJJv++kVaTos3O1sqFBpMWmXrRfKQ==?='"
# => 桃園市政府警察局交通違規檢舉專區檢舉人信箱地址驗證(此信件為系統自動發送,請點選下方連結,勿回復)

It seems like there are 2 places where we can put the test. I picked the first one, let me know if there is a better place for testing.

https://github.com/mikel/mail/blob/8fbb17d4d5364c77cc870769d451bc2739b3a8ce/spec/mail/encoding_spec.rb#L206-L216

https://github.com/mikel/mail/blob/8fbb17d4d5364c77cc870769d451bc2739b3a8ce/spec/mail/encodings_spec.rb#L952-L964

tonytonyjan avatar Oct 15 '20 01:10 tonytonyjan

bump!

lulalala avatar Jul 31 '21 04:07 lulalala

Hey there @tonytonyjan and @lulalala happy to get this merged in, could you please bring it up to date against Master?

mikel avatar Dec 03 '22 09:12 mikel

Hey there @tonytonyjan and @lulalala happy to get this merged in, could you please bring it up to date against Master?

Thanks for the reminder. I have updated the change. Thank you!

tonytonyjan avatar Dec 03 '22 09:12 tonytonyjan