FlowCrypt / flowcrypt-browser

FlowCrypt Browser extension for Chrome and Firefox
https://flowcrypt.com
Other
373 stars 46 forks source link

[Thunderbird] use getRaw() for accessing message.asc #5877

Open martgil opened 19 hours ago

martgil commented 19 hours ago
          What about using [messages.getRaw](https://webextension-api.thunderbird.net/en/latest/messages.html#getraw-messageid-options) for this case?

I tried to run getRaw with decrypt: false param and it returns full content of message.asc attachment.

_Originally posted by @sosnovsky in https://github.com/FlowCrypt/flowcrypt-browser/pull/5828#discussion_r1848182789_

martgil commented 19 hours ago

Hi @sosnovsky, I decided to make a separate issue for this one.