Age | Commit message (Collapse) | Author |
|
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.
|
|
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.
|
|
Display the status of bitmaskd in Thunderbird's status bar by connecting
to it using bitmask.js
|
|
|