summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Collapse)AuthorAge
* Let the controller retrieve what it requires, remember the id of theChristian Mollekopf2016-05-11
| | | | draft to modfiy.
* Support for loading draftsChristian Mollekopf2016-05-10
|
* Less hardcoding of propertiesChristian Mollekopf2016-05-10
|
* Use the new getters to fix the mimeMessage loading and look much better.Christian Mollekopf2016-05-10
|
* Use the capability filter to avoid hardcoding resourcesChristian Mollekopf2016-05-10
|
* A working save-as-draft actionChristian Mollekopf2016-05-09
|
* Unbreak action execution from qmlChristian Mollekopf2016-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 KAsyncChristian Mollekopf2016-05-04
|
* A save-as-draft action & action resultsChristian Mollekopf2016-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 Mollekopf2016-04-29
|
* Avoid assembling uid ourselvesChristian Mollekopf2016-04-29
|
* Show identities instead of accountsChristian Mollekopf2016-04-17
|
* Use the MailtransportResource for mailtransport.Christian Mollekopf2016-04-10
|
* Replace the HTML view by a tree of QML views.Christian Mollekopf2016-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 ownSandro Knauß2016-04-02
|
* Adapt the move from Otp -> MimeTreeParserSandro Knauß2016-03-29
|
* Store accounts in sinkChristian Mollekopf2016-03-17
|
* Fixed loading of account names.Christian Mollekopf2016-03-15
|
* Multi-Account support in the folderviewChristian Mollekopf2016-03-14
|
* Sync actionChristian Mollekopf2016-03-13
|
* Extended maildir settings to create and register the sink resourceChristian Mollekopf2016-03-11
|
* Merge branch 'develop' of git://anongit.kde.org/kube into developChristian Mollekopf2016-03-10
|\
| * add scaling unit to the theme plugin and use it instaed of the main.qml unit ↵Michael Bohlender2016-03-10
| | | | | | | | item
| * add themeplugin to cmakeMichael Bohlender2016-03-10
| |
| * Theme plugin with colorpaletteMichael Bohlender2016-03-10
| |
* | AccountsControllerChristian Mollekopf2016-03-10
| |
* | Removed unnecessary stuff from AccountFactory and load data from pluginChristian Mollekopf2016-03-10
|/ | | | metadata.
* Merge branch 'develop' of git://anongit.kde.org/kube into developChristian Mollekopf2016-03-10
|\
| * enable ugly add_attachments in composerMichael Bohlender2016-03-10
| |
* | A factory to load account plugins.Christian Mollekopf2016-03-10
|/
* rename composer -> composercontrollerMichael Bohlender2016-03-09
|
* remove controller that are not longer neededMichael Bohlender2016-03-09
|
* Renamed the framework pluginsChristian Mollekopf2016-03-09
|
* Moved framework/mail to framework/domainChristian Mollekopf2016-03-09
|
* Prepared a save-as-draft action.Christian Mollekopf2016-03-09
|
* QWebPage can only be used in a QApplicationChristian Mollekopf2016-03-03
|
* Support for mail repliesChristian Mollekopf2016-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 qmlChristian Mollekopf2016-02-29
|
* Ignore the properties of base classes.Christian Mollekopf2016-02-25
| | | | QObject::objectName
* An overly basic settings framework.Christian Mollekopf2016-02-25
| | | | and a settings view to mess around.
* CleanupChristian Mollekopf2016-02-25
|
* Send mail from the composerChristian Mollekopf2016-02-24
|
* Basic but working mailtransport.Christian Mollekopf2016-02-24
|
* Moved the ActionHandlerHelperChristian Mollekopf2016-02-24
|
* Keep the NodeHelper around to guarantee the availability of theChristian Mollekopf2016-02-23
| | | | extracted files
* Replace cid references with to the extracted file.Christian Mollekopf2016-02-22
|
* Fixed buildChristian Mollekopf2016-02-22
|
* Moved the mail parsing into it's own little cornerChristian Mollekopf2016-02-22
|
* Make clear what we require and avoid hardcoding pathsChristian Mollekopf2016-02-22
|
* A somewhat ugly, but usable tree folder viewChristian Mollekopf2016-02-21
|