FlowCrypt / flowcrypt-browser

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

Add Thunderbird support #5670

Open martgil opened 2 months ago

martgil commented 2 months ago
martgil commented 2 months ago

Hi @tomholub cc: @sosnovsky, what would be our prioritization for these tasks?

sosnovsky commented 2 months ago

Hi @tomholub cc: @sosnovsky, what would be our prioritization for these tasks?

Current order looks correct - we should start with checking possibility of detection thunderbird environment and replacing email elements in it. And if it works then we can add encrypted compose button and implement decryption of encrypted messages.

sosnovsky commented 2 months ago

I'm just not sure that it's possible to replace Thunderbird UI elements from extensions, but worth checking - earlier we even didn't expect that FlowCrypt works well as Thunderbird extension :)

martgil commented 2 months ago

Current order looks correct - we should start with checking possibility of detection thunderbird environment and replacing email elements in it. And if it works then we can add encrypted compose button and implement decryption of encrypted messages.

Thanks, Roma. Copy!

I'm just not sure that it's possible to replace Thunderbird UI elements from extensions, but worth checking

Right! During my initial engagement with checking its UI elements, some parts of it look native and don't resemble a webpage. I will check thoroughly to establish a concrete foundation and update you on everything. If the UI elements are not changeable, then we might need to consider another plan for improvements.

sosnovsky commented 2 months ago

@martgil maybe this guide will be useful - https://developer.thunderbird.net/add-ons/mailextensions/supported-ui-elements, it lists possible elements to interact with Thunderbird UI