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