... | ... | @@ -4,7 +4,7 @@ This is the compose screen. |
|
|
|
|
|
## external states
|
|
|
|
|
|
### init states
|
|
|
### input states
|
|
|
|
|
|
it can be called with
|
|
|
* no prefilled Mail a.k.a create a new Mail (from Inbox)
|
... | ... | @@ -12,7 +12,7 @@ it can be called with |
|
|
* warning Mail as a reaction to an insecure warning (ReadView)
|
|
|
* draft Mail (from ReadView)
|
|
|
|
|
|
### deinit states
|
|
|
### output states
|
|
|
|
|
|
the state after composing is one of the following:
|
|
|
* composition is discarded
|
... | ... | @@ -20,5 +20,7 @@ the state after composing is one of the following: |
|
|
- saved as letter
|
|
|
- saved as postcard
|
|
|
* composition is sent
|
|
|
- sent as letter
|
|
|
- sent as postcard
|
|
|
|
|
|
## internal states |
|
|
\ No newline at end of file |