You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method BiDiMailUI.Display.resolveDecodingType() currently returns one of:
"preferred-charset"
"latin"
"UTF-8"
and defaults to the latter. Of course, messages may be decoded with other charsets. We should avoid the default, and introduce handling for other charset (= aborting all charset misdetection work).
The text was updated successfully, but these errors were encountered:
The method
BiDiMailUI.Display.resolveDecodingType()
currently returns one of:"preferred-charset"
"latin"
"UTF-8"
and defaults to the latter. Of course, messages may be decoded with other charsets. We should avoid the default, and introduce handling for other charset (= aborting all charset misdetection work).
The text was updated successfully, but these errors were encountered: