-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Thunderbird support #5670
Comments
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. |
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 :) |
Thanks, Roma. Copy!
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. |
@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 |
Reference: https://github.com/FlowCrypt/flowcrypt-web/issues/1640
The text was updated successfully, but these errors were encountered: