Something changed about WebExtension API in Thunderbird 143 (inline images not showing with some addons)
Hi! I'm using an add-on (ReplyWithHeader) that modifies the header displayed when replying to or forwarding emails. I have this problem: since Thunderbird v143, inline im… (leer más)
Hi!
I'm using an add-on (ReplyWithHeader) that modifies the header displayed when replying to or forwarding emails. I have this problem: since Thunderbird v143, inline images no longer appear — they now point to an imap://fetch URL, so the images aren’t displayed. Several add-ons with similar functionality have the same issue. If you disable them, everything works fine (inline images are displayed correctly).
Developers of these add-ons say they rely on the WebExtension API (and probably the setComposeDetails function), so they can’t fix this on their side. Is there any way to confirm whether the Thunderbird API has changed since v140 (where these add-ons worked perfectly)? Could it be that, even if the issue seems to come from the add-on, there’s actually a bug in Thunderbird’s API?
If this isn’t the right place to ask about this, could you please tell me where I should post it?
I really need to modify the default reply header in Thunderbird, so this functionality is quite important to me.
Thanks in advance for your help!