mirror of
https://github.com/root-fr/jmap-webmail.git
synced 2026-09-23 16:01:15 +00:00
Emails with embedded images (cid: references) displayed them as downloadable attachments because the browser cannot resolve cid: URLs and the attachments were not filtered. Added fetchBlobAsObjectUrl to the JMAP client, pre-fetch inline images as object URLs, replace cid: references in sanitized HTML, and filter CID attachments from the download list in both the email viewer and thread conversation view.