Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-29 | [feat] Display encryption status when viewing a message | Sukhbir Singh | |
Display a notification bar in the message pane if the message was encrypted for messages in the "Inbox" folder. For messages in the "Sent" folder, we have placeholder code for displaying the message state and for adding custom headers if required. However, we need to understand how to handle the case for multiple recipients with different encryption states since it's possible to send encrypted messages to recipients with known keys but the same message will be send unencrypted to recipients whose keys are not known. In such a case we can display the message status per-recipient. | |||
2017-12-26 | [feat] Display encryption status of email addresses in compose window | Sukhbir Singh | |
When composing an email, display the encryption status for each address. If the public key for a given address is found, show the "lock" sign (encrypted) in front of it otherwise show the "unlocked" sign (unencrypted). This status is fetched using the keymanager. | |||
2017-12-20 | [feat] Add icons to bitmask status bar | Sukhbir Singh | |
Display the status of bitmaskd in Thunderbird's status bar by connecting to it using bitmask.js | |||
2017-12-18 | [feat] Display status of bitmaskd in status bar | Sukhbir Singh | |
Display the status of bitmaskd in Thunderbird's status bar by connecting to it using bitmask.js | |||
2017-10-30 | formatting for the readme | Kali Kaneko | |
2017-10-30 | [doc] add release instructions to README0.0.7 | drebs | |
2017-10-30 | [doc] update changelog | drebs | |
2017-10-30 | [bug] Replace instances of String.prototype.contains with ↵ | Sukhbir Singh | |
String.prototype.includes In Firefox 48, contains() has been replaced with includes(). See https://bugzilla.mozilla.org/show_bug.cgi?id=1102219 for more information. This bug was preventing the extension from configuring a new Bitmask account (see issues #9 and #10). | |||
2016-11-04 | [doc] update changelog0.0.6 | drebs | |
2016-09-28 | [doc] add certificate generation info to readme | drebs | |
2016-09-22 | [bug] check if gEmailWizardLogger is already defined | Ruben Pollan | |
It looks like in newer versions of thunderbird it might be already defined. - Closes: #8464 | |||
2016-04-27 | [doc] Update changelog0.0.5 | Ruben Pollan | |
2016-04-07 | [feature] Fetch IMAP/SMTP password from the tokens file | Ruben Pollan | |
* Resolves: #6041 | |||
2015-02-25 | Fix makefile dep on changelog. | drebs | |
2015-02-25 | Remove unneeded changelog file. | drebs | |
2015-02-24 | Use upstream's email wizard javascript utilities. | db | |
2015-02-23 | Fix minimum version in install.rdf template. | db | |
2015-01-08 | Merge branch 'release-0.0.4' into develop0.0.4 | db | |
2015-01-08 | Fix changelog date. | db | |
2015-01-07 | Make git ignore .xpi files. | db | |
2015-01-07 | Update maximum thunderbird compatible version. | db | |
2015-01-07 | Update Makefile with changes for debian packaging. | db | |
2015-01-07 | Fold in changes. | db | |
2015-01-06 | Remove the status bar overlay (#6613). | db | |
Initially, the status bar overlay was used for three purposes: indicate whether there was a bitmask account configured, as an entry point to the bitmask account wizard (by clicking on it), and as a watchdog that would popup the bitmask account wizard everytime thunderbird started, if there was no account configured. We don't want any of these features, so this commit completelly removes the status bar overlay. The issue indicated above (#6613) has to do with removal of the last of these features (i.e. automated wizard popup). | |||
2014-09-15 | Improve error message when configuring account (#4881). | db | |
2014-09-15 | Add changes file (#4871). | db | |
2014-09-15 | Remove status bar messages (#4871). | drebs | |
2014-06-03 | Only disable caching checkbox if caching is already disabled (#4811). | drebs | |
2014-03-13 | Reorder makefile targets. | drebs | |
2014-03-13 | Fix develop and build info on readme. | drebs | |
2014-03-13 | Fix error string on new account setup (#5193). | drebs | |
2014-01-06 | Merge remote-tracking branch 'remotes/kalikaneko/bug/include_properties' ↵ | drebs | |
into develop | |||
2014-01-06 | Small fixes in install.rdf template structure. | drebs | |
2014-01-06 | Merge remote-tracking branch 'remotes/kalikaneko/feature/add-logo' into develop | drebs | |
2014-01-03 | add properties files to xpi files | Kali Kaneko | |
This is a merge from the Makefile in the debian branch. bitmask.xpi rule is the one expected/used by the debhelper. I think it was not correctly included or merged in a past pullreq. | |||
2013-12-23 | add logo to install.rdf | Kali Kaneko | |
also: * Fix minimum version to include -rcs * Add contributors list * Spelling OCD Fixes. | |||
2013-12-23 | Merge branch 'release-0.0.3'0.0.3 | drebs | |
2013-12-23 | Fold in changes. | drebs | |
2013-12-23 | Merge branch ↵ | drebs | |
'feature/4545_remove-misleading-encryption-information-from-wizard' into develop | |||
2013-12-20 | Remove misleading encryption info from wizard (#4545). | drebs | |
2013-11-19 | Merge branch 'feature/4525_remove-password-field-from-wizard' into develop | drebs | |
2013-11-19 | Remove password field from account wizard. Closes #4525. | drebs | |
2013-11-19 | Fix version inference in Makefile. | drebs | |
2013-11-05 | Merge branch 'release-0.0.2'0.0.2 | drebs | |
2013-11-05 | Fold in changes. | drebs | |
2013-11-05 | Merge remote-tracking branch 'andrejb/bug/4374_fix-items-from-review' into ↵ | drebs | |
develop | |||
2013-11-05 | Fix items from mozilla review. Closes #4374. | drebs | |
2013-10-31 | Fix makefile and install.rdf template. | drebs | |
2013-10-28 | Merge remote-tracking branch 'kalikaneko/add-assets' into develop | drebs | |
2013-10-28 | modify makefile to use template | Kali Kaneko | |