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_