Skip to content
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

[thunderbird] Recognize encrypted emails and decrypt them #5667

Closed
Tracked by #5670
martgil opened this issue Apr 10, 2024 · 0 comments · Fixed by #5824
Closed
Tracked by #5670

[thunderbird] Recognize encrypted emails and decrypt them #5667

martgil opened this issue Apr 10, 2024 · 0 comments · Fixed by #5824
Assignees

Comments

@martgil
Copy link
Collaborator

martgil commented Apr 10, 2024

No description provided.

@martgil martgil self-assigned this Apr 10, 2024
@sosnovsky sosnovsky changed the title Recognize encrypted emails and decrypt them [thunderbird] Recognize encrypted emails and decrypt them Apr 22, 2024
@sosnovsky sosnovsky added this to the 8.5.5 milestone Apr 22, 2024
@sosnovsky sosnovsky modified the milestones: 8.5.5, 8.5.6 May 13, 2024
@sosnovsky sosnovsky modified the milestones: 8.5.6, 8.5.7 May 23, 2024
@sosnovsky sosnovsky modified the milestones: 8.5.7, 8.5.8 Jun 13, 2024
sosnovsky added a commit that referenced this issue Sep 11, 2024
* wip: refactor

* wip: Register content script for Thunderbird

* refactor: move Thunderbird event handler and content script registration to an appropriate Class

* wip: update manifest.json

* wip

* wip

* wip

* wip

* wip

* wip

* added functionality to obtain pgp message from a background script

* fix openpgp undefined in content-script

* wip

* Add "thunderbird_get_current_user" to BrowserMsg

* Add "thunderbird_msg_decrypt" to BrowserMsg

* fix BrowserMsg listener names

* wip

* wip

* fix missing opgp reference in Thunderbird port

* Added pgp message decryption

* fix failing test

* run element replacer in heartbeat (runIntervalFunctionsPeriodically)

* Improved decrypted message rendering in Thunderbird

* Add cleartext signed message detection

* wip

* Add signature verification in Thunderbird (cleartext message)

* wip

* wip: Better signature verification handling

* wip

* wip

* cleanup

* Add passphrase dialog prompt in Thunderbird

* Add autoclose for completely unlock passphrase in Thunderbird

* add another case for encrypted message detection

* fix unsafe assignment of an any value

* better content script bundling

* cleanup

* Add todo in preparation for post thunderbird development

* inject scripts to thunderbird

* exclude sweetalert2 from thunderbird build

* wip

* wip

* code improvements

---------

Co-authored-by: martgil <[email protected]>
Co-authored-by: Mart <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment