1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

fix: mail view encoding issue #2462 (#2596)

هذا الالتزام موجود في:
toptaran
2024-01-30 10:41:53 +02:00
ملتزم من قبل GitHub
الأصل 77bd77b629
التزام 59f4478197

عرض الملف

@@ -89,7 +89,7 @@ module Mail
def decode_body_as_text
body_text = decode_body
charset_tmp = begin
Encoding.find(Ruby19.pick_encoding(charset))
Encoding.find(Utilities.pick_encoding(charset))
rescue StandardError
"ASCII"
end