Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | An imap accounts plugin | Christian Mollekopf | 2016-06-07 |
| | |||
* | Show the account name | Christian Mollekopf | 2016-05-11 |
| | |||
* | Use the folder icon for maildir | Christian Mollekopf | 2016-05-11 |
| | |||
* | Use the capability filter to avoid hardcoding resources | Christian Mollekopf | 2016-05-10 |
| | |||
* | Avoid assembling uid ourselves | Christian Mollekopf | 2016-04-29 |
| | |||
* | Fixed test | Christian Mollekopf | 2016-04-17 |
| | |||
* | Identity Support | Christian Mollekopf | 2016-04-13 |
| | |||
* | Use the MailtransportResource for mailtransport. | Christian Mollekopf | 2016-04-10 |
| | |||
* | Shoot the object, not the component | Christian Mollekopf | 2016-04-02 |
| | |||
* | Fixed test build | Christian Mollekopf | 2016-03-19 |
| | |||
* | Store accounts in sink | Christian Mollekopf | 2016-03-17 |
| | |||
* | Fixed and tested maildirsettings. | Christian Mollekopf | 2016-03-15 |
| | |||
* | Fixed loading of account names. | Christian Mollekopf | 2016-03-15 |
| | |||
* | store paths not urls | Christian Mollekopf | 2016-03-15 |
| | |||
* | Prepared a settingstest | Christian Mollekopf | 2016-03-15 |
| | |||
* | Multi-Account support in the folderview | Christian Mollekopf | 2016-03-14 |
| | |||
* | Added a path validator | Christian Mollekopf | 2016-03-13 |
| | |||
* | Set the accountId on the settings component. | Christian Mollekopf | 2016-03-12 |
| | |||
* | Dynamically created file dialog | Christian Mollekopf | 2016-03-12 |
| | |||
* | Extended maildir settings to create and register the sink resource | Christian Mollekopf | 2016-03-11 |
| | |||
* | cmake warnings | Christian Mollekopf | 2016-03-11 |
| | |||
* | remove Colorpalette.qml and change its use to the theme plugin | Michael Bohlender | 2016-03-10 |
| | |||
* | A factory to load account plugins. | Christian Mollekopf | 2016-03-10 |
| | |||
* | Added a maildir configuration controller that can edit the config in | Christian Mollekopf | 2016-03-03 |
| | | | | | | | sink. The property binding only works when using actual QObject::property'ies. It doesn't work at all with Q_PROPERTY, even with a NOTIFY signal. | ||
* | Install a qml plugin for the maildir account | Christian Mollekopf | 2016-03-03 |
This works and allows us to register other controllers and action handlers, but it's not yet clear to me whether we should rather be using kpackage for this as well (and I failed to get it to run, so, here we are...) |