-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Correct/robustify resolution of cMCParams.mailnewsDecodingType #97
Comments
eyalroz
added a commit
that referenced
this issue
Aug 11, 2023
… preferred charset or UTF-8) * More robustly handling failures to resolve the mailnewsDecodingType * Removed the commented-out scancode printing code * Split `matchInText()` into two functions: `textMatches()` and `getTextMatchUniformity()`, with the latter returning two booleans in an object, and the former just one. * Renamed some local variables. * Comment corrections, especially w.r.t. TB 91 and later behavior (i.e. inability to force charset) * Now consistently returning a boolean from `fixLoadedMessageCharsetIssues()`
eyalroz
added a commit
that referenced
this issue
Aug 14, 2023
… preferred charset or UTF-8) * More robustly handling failures to resolve the mailnewsDecodingType * Removed the commented-out scancode printing code * Split `matchInText()` into two functions: `textMatches()` and `getTextMatchUniformity()`, with the latter returning two booleans in an object, and the former just one. * Renamed some local variables. * Comment corrections, especially w.r.t. TB 91 and later behavior (i.e. inability to force charset) * Now consistently returning a boolean from `fixLoadedMessageCharsetIssues()`
This was referenced Aug 17, 2023
eyalroz
added a commit
that referenced
this issue
Sep 1, 2023
… preferred charset or UTF-8) * More robustly handling failures to resolve the mailnewsDecodingType * Removed the commented-out scancode printing code * Split `matchInText()` into two functions: `textMatches()` and `getTextMatchUniformity()`, with the latter returning two booleans in an object, and the former just one. * Renamed some local variables. * Comment corrections, especially w.r.t. TB 91 and later behavior (i.e. inability to force charset) * Now consistently returning a boolean from `fixLoadedMessageCharsetIssues()`
eyalroz
added a commit
that referenced
this issue
Nov 4, 2024
… preferred charset or UTF-8) * More robustly handling failures to resolve the mailnewsDecodingType * Removed the commented-out scancode printing code * Split `matchInText()` into two functions: `textMatches()` and `getTextMatchUniformity()`, with the latter returning two booleans in an object, and the former just one. * Renamed some local variables. * Comment corrections, especially w.r.t. TB 91 and later behavior (i.e. inability to force charset) * Now consistently returning a boolean from `fixLoadedMessageCharsetIssues()`
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
We are sometimes getting
cMCParams.mailnewsDecodingType
wrong. Let's be more robust about resolving it.The text was updated successfully, but these errors were encountered: