... | @@ -27,7 +27,7 @@ the state after composing is one of the following: |
... | @@ -27,7 +27,7 @@ the state after composing is one of the following: |
|
|
|
|
|
## internal states
|
|
## internal states
|
|
|
|
|
|
### recipientSecurityState`
|
|
### recipientSecurityState
|
|
|
|
|
|
Recipients colored in blue symbolize we have a key for them.
|
|
Recipients colored in blue symbolize we have a key for them.
|
|
Recipients colored in orange symbolize we have no key for them.
|
|
Recipients colored in orange symbolize we have no key for them.
|
... | @@ -41,7 +41,7 @@ Recipients colored in orange symbolize we have no key for them. |
... | @@ -41,7 +41,7 @@ Recipients colored in orange symbolize we have no key for them. |
|
* `mixed`
|
|
* `mixed`
|
|
we have a key for some recipients, but not for all
|
|
we have a key for some recipients, but not for all
|
|
|
|
|
|
### `mailSecurityState`
|
|
### mailSecurityState
|
|
|
|
|
|
Describes the security state of the composition itself.
|
|
Describes the security state of the composition itself.
|
|
|
|
|
... | @@ -53,12 +53,13 @@ Describes the security state of the composition itself. |
... | @@ -53,12 +53,13 @@ Describes the security state of the composition itself. |
|
If `enforcePostcard` is `false` (default) a letter is send to every recipient we have a key for instead of a postcard. Otherwise every recipient will get a postcard.
|
|
If `enforcePostcard` is `false` (default) a letter is send to every recipient we have a key for instead of a postcard. Otherwise every recipient will get a postcard.
|
|
* `extendedPostcard`
|
|
* `extendedPostcard`
|
|
same as postcard, but with extra features:
|
|
same as postcard, but with extra features:
|
|
- censored
|
|
- `censored`
|
|
|
|
|
|
every recipient, who gets a postcard, will get a censored postcard. This means the user may mark some parts of the body text to be only readable for letter recipients and visibly unreadable for postcard recipients.
|
|
every recipient, who gets a postcard, will get a censored postcard. This means the user may mark some parts of the body text to be only readable for letter recipients and visibly unreadable for postcard recipients.
|
|
|
|
|
|
- partiallyEncrypted
|
|
- `partiallyEncrypted`
|
|
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
|
|
* Letter
|
|
- we have a key for every recipient and no downgrade is enforced
|
|
- we have a key for every recipient and no downgrade is enforced
|
... | | ... | |