Skip to content

fix(web): decode mail frames and attachments as UTF-8 (CL-8511) - #905

Merged
TheGreatAxios merged 1 commit into
mainfrom
cl-8511-mail-utf8
Sep 18, 2026
Merged

TheGreatAxios merged 1 commit into
mainfrom
cl-8511-mail-utf8

Conversation

@TheGreatAxios

Copy link
Copy Markdown
Contributor

Mail frames come back base64-encoded and were decoded with atob alone, which yields one char per byte; any non-ASCII body (a Thai reply, an accented name) rendered as mojibake in the transcript, the sidebar preview, attachments and artifact previews. Decode the bytes as UTF-8 through one base64ToUtf8 helper.

@linear-code

linear-code Bot commented Sep 18, 2026

Copy link
Copy Markdown

CL-8511

@TheGreatAxios
TheGreatAxios merged commit 97a9c64 into main Sep 18, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant