-
Notifications
You must be signed in to change notification settings - Fork 53
#5666 Add compose button on Thunderbird #5759
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
Merged
sosnovsky
merged 94 commits into
master
from
issue-5666-add-compose-button-on-thunderbird
Jul 23, 2024
Merged
Changes from all commits
Commits
Show all changes
94 commits
Select commit
Hold shift + click to select a range
f9d91c3
wip: Ui improvemnts
martgil 1b36406
wip: Enable fullscreen mode on compose startup
martgil 1543840
wip: Add currentPage http parameters when opening Settings page (for …
martgil a7e6915
wip: Add Thunderbird API type definitions
martgil 89dae30
wip
martgil d977395
wip
martgil 9b0df56
wip
martgil dec8f09
Pr review: apply simplification
martgil f1c1ebd
Merge branch 'master' into issue-5666-add-compose-button-on-thunderbird
martgil de39851
Pr review: use rawPageUrlParams
martgil 41dea50
wip: Fix failing test
martgil 60bc5cd
wip: Handles thunderbird popup from the background script
martgil 1576906
wip: transfer recipient details for email reply
martgil 1413e14
wip: Add a way to parse rendered recipients
martgil b286543
wip: Properly handled closing of Thunderbird compose window
martgil 0d8349f
PR review: cleanup
martgil a63e79c
Pr review: Add "secure compose" on messageDisplay
martgil 5fa4782
Merge remote-tracking branch 'origin/master' into issue-5666-add-comp…
martgil 7db7a30
Pr review: Define type for the Thunderbird message details
martgil 0ce90c2
Fix: email duplicates and unexpected creation of drafts upon recipien…
martgil a1a812c
wip: refactor + cleanup
martgil e55c470
Fix: slow rendering of secure compose in full screen
martgil 67fddc9
wip: fix failing test
martgil d34a28a
Fix: unexpected draft creation during secure compose prefill
martgil 478f864
wip: Render quoted plain text email when possible
martgil c66c4d7
wip: Apply UI improvement and fixes
martgil 51c608e
wip: Fix failing tests
martgil 5dbb65e
Merge remote-tracking branch 'origin/master' into issue-5666-add-comp…
martgil d4fedab
wip: Revert unnecesary changes made by prettier extension
martgil 5e92f9c
wip: Revert unnecesary changes made by prettier extension
martgil fa9da7f
wip: Revert unintended changes
martgil 3a82858
cleanup
martgil 38b6808
wip: remove service_worker in Thunderbird manifest.json
martgil 21f9c98
wip
martgil 20eea32
wip: Enable quoted email rendering for multiple account
martgil 1f968a4
cleanup: Remove unncessary code since secure compose is now straight …
martgil f80a0d8
Merge remote-tracking branch 'origin/master' into issue-5666-add-comp…
martgil 676802a
Pr review: redirecting from messageDisplay include email rendering if…
martgil 4b72776
Merge branch 'master' into issue-5666-add-compose-button-on-thunderbird
martgil 0b16521
wip: refactor
martgil 10865da
wip: refactor
martgil e950d73
Merge remote-tracking branch 'origin/master' into issue-5666-add-comp…
martgil c9b148d
wip: refactor
martgil 579d45b
Merge remote-tracking branch 'origin/master' into issue-5666-add-comp…
martgil 8f071d2
wip: refine Gmail.threadIdGet
martgil 14f17fc
wip: better quote email rendering and recognizing reply and forward r…
martgil 39dd5a5
Merge remote-tracking branch 'origin/master' into issue-5666-add-comp…
martgil d0dd04e
Pr review: remove eslint exception flags
martgil 71be459
Pr review: destructure getFull() return values
martgil 20da493
Pr review: Set a better place to run parseThreadIdFromHeaderMessageId()
martgil f7b4da3
Pr review: cleanup
martgil 908b47c
Pr review: Remove unused css
martgil c5996ab
Pr review: Remove Gmail re-iniatialization
martgil cb0a31e
Pr review: use already exist Gmail functions and typings for email se…
martgil f07a058
wip: cleanup
martgil f4826cb
Merge branch 'master' into issue-5666-add-compose-button-on-thunderbird
martgil 0dd777a
wip: cleanup
martgil 3c5e2d3
wip: cleanup
martgil e866250
Merge branch 'master' into issue-5666-add-compose-button-on-thunderbird
martgil f27ad67
wip: improvement
martgil ad9c8ba
wip: long blockquote fix thunderbird
martgil 9b5e521
wip: sanitize html body if plain text body not found
martgil 48c89cd
wip: ensure messageToReplyOrForward.headers.from is not in "mailbox" …
martgil e09bfef
Merge branch 'master' into issue-5666-add-compose-button-on-thunderbird
martgil 53de3d1
Pr review: minor fixes
martgil bf2d9ff
Merge branch 'master' into issue-5666-add-compose-button-on-thunderbird
martgil fa17dc6
Pr review: fix secure compose not opening for new message
martgil a880280
Pr review: fix secure compose not appearing
martgil 3242bab
wip: add detection for HTML only MIME email
martgil 6bf7f53
Merge branch 'master' into issue-5666-add-compose-button-on-thunderbird
martgil 76f6593
Pr review: reuse compose.replyOption
martgil 93467cc
Pr review: fix recipient pre-filled data for non-forwarded reply
martgil 89fe62e
Pr review: use better namespace for Thunderbird API typings
martgil ddeabce
Add support to replying on current threadId (Thunderbird)
martgil 18595b3
Merge branch 'master' into issue-5666-add-compose-button-on-thunderbird
martgil 763dda4
Improve UX for Thunderbird client users
martgil 964df72
Remove already performed function
martgil 37e243c
Revert changes on compose-render-module.ts
martgil 320620b
Fix discrepancy between replyMsgId and isReplyBox usage
martgil 415f126
Refactor close_compose_window, fixing the event handler that was not …
martgil 8a9bd6c
Fix passphrase_dialog not appearing
martgil 4ee981c
Use appropriate detection for Time.sleep()
martgil 2275b39
Merge branch 'master' into issue-5666-add-compose-button-on-thunderbird
martgil 4825733
Merge branch 'master' into issue-5666-add-compose-button-on-thunderbird
martgil cf63c3e
Add better check and comment for UI bug fix
martgil 8b5f8d8
Fix popoverItems undefined when using FullScreen secure compose
martgil 9806c94
Revert changes
martgil 35a07cf
Fix duplicate ComposeBox initialization for non-reply email (new secu…
martgil a3210e5
Add back CSS UI fixes
martgil 4e58b0e
Fix quoted email for email to follow forwarded email format
martgil 794659a
wip: cleanup
martgil 3a61d4c
Revert changes
martgil bd6a950
Revert changes
martgil aa3344d
cleanup
martgil File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.