Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Moved application to components | Christian Mollekopf | 2016-03-09 |
| | |||
* | remove discard button and move send button to the right as suggested by the VDG | Michael Bohlender | 2016-03-08 |
| | |||
* | connect saveAsDraft button to controller | Michael Bohlender | 2016-03-08 |
| | |||
* | add save as draft and attachment button as suggested by the VDG | Michael Bohlender | 2016-03-08 |
| | |||
* | hide cc/bcc lineedit when not needed | Michael Bohlender | 2016-03-08 |
| | |||
* | 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...) | ||
* | A maildir settings page. | Christian Mollekopf | 2016-03-03 |
| | | | | | Not how it should be at all (it should all become part of a nice account plugin), but it's a start. | ||
* | Support for mail replies | Christian Mollekopf | 2016-03-01 |
| | | | | | | | | A template message is generated based on the input message, including appropriate recepients and quoted text. Encoding and and options are mostly hardcoded still, and there might be one or the other crash with HTML mails. Also image/attachment support is incomplete. | ||
* | An overly basic settings framework. | Christian Mollekopf | 2016-02-25 |
| | | | | and a settings view to mess around. | ||
* | Cleanup | Christian Mollekopf | 2016-02-25 |
| | |||
* | A reply button | Christian Mollekopf | 2016-02-25 |
| | |||
* | Moved the mail parsing into it's own little corner | Christian Mollekopf | 2016-02-22 |
| | |||
* | Moved the logo to the right so we have room on the left for buttons | Christian Mollekopf | 2016-02-22 |
| | |||
* | Added the kube logo | Christian Mollekopf | 2016-02-22 |
| | |||
* | A somewhat ugly, but usable tree folder view | Christian Mollekopf | 2016-02-21 |
| | |||
* | Use KubeAction instead of Action | Christian Mollekopf | 2016-02-11 |
| | |||
* | Keyboard navigation | Christian Mollekopf | 2016-02-11 |
| | | | | It should work natively I think, but for some reason it doesn't. | ||
* | This url is enough to load icons from disk | Christian Mollekopf | 2016-02-10 |
| | |||
* | Made the maillist a bit easier to look at. | Christian Mollekopf | 2016-02-09 |
| | |||
* | Formatting | Christian Mollekopf | 2016-02-09 |
| | |||
* | composer: make it possible to select an identity | Michael Bohlender | 2016-02-04 |
| | |||
* | inintial composer controller + hook up to composer ui | Michael Bohlender | 2016-02-04 |
| | |||
* | Compoer + FocusComposer UI | Michael Bohlender | 2016-02-04 |
| | |||
* | Load icons correctly (still a workaround) | Sandro Knauß | 2016-02-03 |
| | |||
* | HTML mails for everyone! | Christian Mollekopf | 2016-01-21 |
| | |||
* | Akonadi2 -> Sink | Christian Mollekopf | 2016-01-21 |
| | |||
* | Merge remote-tracking branch 'origin/dev/libotp' into develop | Christian Mollekopf | 2016-01-21 |
|\ | | | | | | | | | Conflicts: framework/mail/CMakeLists.txt | ||
| * | render mail to html | Sandro Knauß | 2016-01-12 |
| | | |||
* | | initial composer ui | Michael Bohlender | 2016-01-12 |
| | | |||
* | | Implemented some akonadi actions | Christian Mollekopf | 2016-01-06 |
|/ | |||
* | Prototype of the action system | Christian Mollekopf | 2016-01-05 |
| | |||
* | Instead of using controllers, directly use the models | Christian Mollekopf | 2016-01-03 |
| | | | | ...and connect components via properties | ||
* | kmail-quick -> kube-mail | Aaron Seigo | 2015-12-31 |