Changes
Page history
No commit message
authored
Mar 12, 2018
by
jakobsbode
No commit message
Hide whitespace changes
Inline
Side-by-side
ui/sendviewcontroller.md
View page @
9eceae3c
...
@@ -23,4 +23,19 @@ the state after composing is one of the following:
...
@@ -23,4 +23,19 @@ the state after composing is one of the following:
-
sent as letter
-
sent as letter
-
sent as postcard
-
sent as postcard
## internal states
## internal states
\ No newline at end of file
### security
*
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 (could be the letter, but the user wants to send a letter)
-
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)
### other