| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
* The wizard get's configured with a list of available accounts.
* If only a single account type is available we skip the selection.
* For the first account, account setup can not be aborted.
* In single account mode the account can not be removed.
|
| |
|
|
|
|
| |
It's hardcoded to be enabled and set to kolabnow at the moment (TBD).
|
| |
|
| |
|
| |
|
|
|
|
| |
... and return to the mailview
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
The account plugin supplies the configuration UI, the application
supplies the scaffolding. That way we ensure the application doens't
contain any account specific code and account configurations are free to
offer specialized UI's that work best for them.
We're not currently using a standardized controller, but if we did those
controllers would have to live with the plugin, not the framework or the
components.
|