Skip to content

Commit

Permalink
fix: mail view encoding issue #2462 (#2596)
Browse files Browse the repository at this point in the history
  • Loading branch information
toptaran authored Jan 30, 2024
1 parent 77bd77b commit 59f4478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/mail_extensions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def find_attachment
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
Expand Down

0 comments on commit 59f4478

Please sign in to comment.