Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Support for loading drafts | Christian Mollekopf | 2016-05-10 |
| | |||
* | Less hardcoding of properties | Christian Mollekopf | 2016-05-10 |
| | |||
* | Use the new getters to fix the mimeMessage loading and look much better. | Christian Mollekopf | 2016-05-10 |
| | |||
* | Use the capability filter to avoid hardcoding resources | Christian Mollekopf | 2016-05-10 |
| | |||
* | A working save-as-draft action | Christian Mollekopf | 2016-05-09 |
| | |||
* | Unbreak action execution from qml | Christian Mollekopf | 2016-05-04 |
| | | | | | QML can't do with custom return types. (we'd have to wrap it in a QVariant or use a property). | ||
* | Link to KAsync | Christian Mollekopf | 2016-05-04 |
| | |||
* | A save-as-draft action & action results | Christian Mollekopf | 2016-05-03 |
| | | | | | | This patch introduces tracking of actions, so they can be tested. It also provides a save-as-draft action, that looks for the draft folder, and stores the mail accordingly. | ||
* | Don't print every mail we query for. | Christian Mollekopf | 2016-04-29 |
| | |||
* | Avoid assembling uid ourselves | Christian Mollekopf | 2016-04-29 |
| | |||
* | Show identities instead of accounts | Christian Mollekopf | 2016-04-17 |
| | |||
* | Use the MailtransportResource for mailtransport. | Christian Mollekopf | 2016-04-10 |
| | |||
* | Replace the HTML view by a tree of QML views. | Christian Mollekopf | 2016-04-07 |
| | | | | | This allows us to do all the visual hints for the mail parts in qml, instead of HTML. | ||
* | Use parseToTree to get a messageTree and create the html on our own | Sandro Knauß | 2016-04-02 |
| | |||
* | Adapt the move from Otp -> MimeTreeParser | Sandro Knauß | 2016-03-29 |
| | |||
* | Store accounts in sink | Christian Mollekopf | 2016-03-17 |
| | |||
* | Fixed loading of account names. | Christian Mollekopf | 2016-03-15 |
| | |||
* | Multi-Account support in the folderview | Christian Mollekopf | 2016-03-14 |
| | |||
* | Sync action | Christian Mollekopf | 2016-03-13 |
| | |||
* | Extended maildir settings to create and register the sink resource | Christian Mollekopf | 2016-03-11 |
| | |||
* | Merge branch 'develop' of git://anongit.kde.org/kube into develop | Christian Mollekopf | 2016-03-10 |
|\ | |||
| * | add scaling unit to the theme plugin and use it instaed of the main.qml unit ↵ | Michael Bohlender | 2016-03-10 |
| | | | | | | | | item | ||
| * | add themeplugin to cmake | Michael Bohlender | 2016-03-10 |
| | | |||
| * | Theme plugin with colorpalette | Michael Bohlender | 2016-03-10 |
| | | |||
* | | AccountsController | Christian Mollekopf | 2016-03-10 |
| | | |||
* | | Removed unnecessary stuff from AccountFactory and load data from plugin | Christian Mollekopf | 2016-03-10 |
|/ | | | | metadata. | ||
* | Merge branch 'develop' of git://anongit.kde.org/kube into develop | Christian Mollekopf | 2016-03-10 |
|\ | |||
| * | enable ugly add_attachments in composer | Michael Bohlender | 2016-03-10 |
| | | |||
* | | A factory to load account plugins. | Christian Mollekopf | 2016-03-10 |
|/ | |||
* | rename composer -> composercontroller | Michael Bohlender | 2016-03-09 |
| | |||
* | remove controller that are not longer needed | Michael Bohlender | 2016-03-09 |
| | |||
* | Renamed the framework plugins | Christian Mollekopf | 2016-03-09 |
| | |||
* | Moved framework/mail to framework/domain | Christian Mollekopf | 2016-03-09 |
| | |||
* | Prepared a save-as-draft action. | Christian Mollekopf | 2016-03-09 |
| | |||
* | QWebPage can only be used in a QApplication | Christian Mollekopf | 2016-03-03 |
| | |||
* | 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. | ||
* | A helper class to access a value from a model in qml | Christian Mollekopf | 2016-02-29 |
| | |||
* | Ignore the properties of base classes. | Christian Mollekopf | 2016-02-25 |
| | | | | QObject::objectName | ||
* | An overly basic settings framework. | Christian Mollekopf | 2016-02-25 |
| | | | | and a settings view to mess around. | ||
* | Cleanup | Christian Mollekopf | 2016-02-25 |
| | |||
* | Send mail from the composer | Christian Mollekopf | 2016-02-24 |
| | |||
* | Basic but working mailtransport. | Christian Mollekopf | 2016-02-24 |
| | |||
* | Moved the ActionHandlerHelper | Christian Mollekopf | 2016-02-24 |
| | |||
* | Keep the NodeHelper around to guarantee the availability of the | Christian Mollekopf | 2016-02-23 |
| | | | | extracted files | ||
* | Replace cid references with to the extracted file. | Christian Mollekopf | 2016-02-22 |
| | |||
* | Fixed build | Christian Mollekopf | 2016-02-22 |
| | |||
* | Moved the mail parsing into it's own little corner | Christian Mollekopf | 2016-02-22 |
| | |||
* | Make clear what we require and avoid hardcoding paths | Christian Mollekopf | 2016-02-22 |
| | |||
* | A somewhat ugly, but usable tree folder view | Christian Mollekopf | 2016-02-21 |
| | |||
* | Only load 100 mails at a time | Christian Mollekopf | 2016-02-21 |
| |