thunderbird / thunderbird/thunderbird-android
Don't attempt to decode encoded words with unsupported or invalid charset argument
Open
@cketti is already working on this.
Since Apr 8, 2023.
- Dominant language
- Kotlin
- Stars
- 14k
- Forks
- 2.8k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 57
Description
Currently DecoderUtil will "decode" an encoded word like =?unsupported?q?value?= to value because it will fall back to using US-ASCII in cases of unsupported or invalid charset values.
Instead, we should return the input text as is.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.