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-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 | |||
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-03-13 | Fix error string on new account setup (#5193). | drebs | |
2013-12-20 | Remove misleading encryption info from wizard (#4545). | drebs | |
2013-10-04 | Initial import. | drebs | |