Update sendviewcontroller authored by jakobsbode's avatar jakobsbode
...@@ -61,17 +61,6 @@ Describes the security state of the composition itself. ...@@ -61,17 +61,6 @@ Describes the security state of the composition itself.
same as censored, but the marked parts are readable for postcard recipients on a website with a password. The sender is guided to transfer the password over a second channel same as censored, but the marked parts are readable for postcard recipients on a website with a password. The sender is guided to transfer the password over a second channel
* Letter
- we have a key for every recipient and no downgrade is enforced
* Postcard
- to everyone
- we have no key for every recipient
- downgraded letter/postcard (could be the letter for at least some recipients, but the user wants to send a postcard)
- some recipients will get a "secure" mail, because we have a key of them
- partial encrypted mail (parts of the message are encrypted)
- censored mail (not invertible destruction of text parts)
![securityStates](/uploads/51cfcbdf39667ea7b2728db0aca08494/securityStates.png)
### sendInProgress ### sendInProgress
* `true` * `true`
... ...
......