Bug fixes:
- Fixed MIME header decoding for split encoded words: Improved handling of headers containing multiple MIME-encoded words split across lines, ensuring proper decoding.
- Handled malformed URI sequences in MIME decoding: The add-on now gracefully handles decoding errors caused by malformed URI sequences in encoded headers, logging a warning instead of throwing an error.
- Fixed missing
window
argument in score processing: Resolved an issue where the spam score column would fail to display values in older Thunderbird versions for some messages, accompanied by a "TypeError: window is undefined" error in the console.
Changes:
- Avoid unnecessary system notifications for fuzzy training: The add-on now treats
404 No content to generate fuzzy
responses as non-errors during fuzzy training, avoiding unnecessary system notifications.