summaryrefslogtreecommitdiffstats
path: root/framework/src
Commit message (Collapse)AuthorAge
* Fixed inline signedChristian Mollekopf2018-02-14
|
* We're using partial matching insteadChristian Mollekopf2018-02-13
|
* We're ignoring the property for now.Christian Mollekopf2018-02-13
|
* A basic but working searchviewChristian Mollekopf2018-02-12
|
* Query instead of filteringChristian Mollekopf2018-02-11
|
* Fixed warningsChristian Mollekopf2018-02-11
|
* Fixed warningsChristian Mollekopf2018-02-06
|
* Properly encode non-ascii content.Christian Mollekopf2018-01-31
|
* Only display one error when failing to send a mail.Christian Mollekopf2018-01-25
|
* Require a recipient for a mail.Christian Mollekopf2018-01-25
|
* Remvoed unused codeChristian Mollekopf2018-01-25
|
* Removed unused codeChristian Mollekopf2018-01-25
|
* testdata readmeChristian Mollekopf2018-01-25
|
* Fixed initial account login.Christian Mollekopf2018-01-24
| | | | | | | | | Because we ended up trying to load the resources before they even existed (directly after the account was created), we ended up creating a second set of unconfigured resources. Storing the password by modifying the resource was an artifact of the past anyways, and a login function results in a cleaner system and fixes the problem at hand.
* not constant since we can set itChristian Mollekopf2018-01-10
|
* The Inbox crusher as a first experimental view.Christian Mollekopf2018-01-10
| | | | The extension itself is not really usable yet, but serves as a showcase.
* Install composer/converations/people as separate views and load themChristian Mollekopf2018-01-10
| | | | dynamically.
* Load extensions with a modelChristian Mollekopf2018-01-08
|
* Remove drafts after sending the messageChristian Mollekopf2018-01-08
|
* Set parent on modelChristian Mollekopf2018-01-08
|
* Composer testChristian Mollekopf2018-01-08
|
* Make sure the index is valid.Christian Mollekopf2018-01-03
| | | | It is unless the model is buggy.
* Ensure we have the full payload available.Christian Mollekopf2017-12-29
|
* MaillistmodeltestChristian Mollekopf2017-12-29
|
* Generate a message id for new messagesChristian Mollekopf2017-12-29
|
* Demonstrate that the folderlistmodel doesn't react to new foldersChristian Mollekopf2017-12-27
|
* FolderlistModelTestChristian Mollekopf2017-12-27
|
* Avoid duplicating the contentType header on replyChristian Mollekopf2017-12-22
|
* Set the imageprovider as part of the framework pluginChristian Mollekopf2017-12-19
|
* Custom component metadata mechanism.Christian Mollekopf2017-12-19
|
* Accounts without kpackageChristian Mollekopf2017-12-18
|
* Html mails that don't adhere to the strict dtd are probably too complexChristian Mollekopf2017-12-13
|
* Fixed cc and bcc on composercontrollerChristian Mollekopf2017-12-13
|
* Avoid using the non-threadsafe QGpgMEChristian Mollekopf2017-12-12
|
* Stop using useless abstractions (that are not even threadsafe)Christian Mollekopf2017-12-11
|
* These heuristics would even match html content from kubeChristian Mollekopf2017-12-11
| | | | so not what want.
* Removed unreachable codepathsChristian Mollekopf2017-12-10
|
* Always guard async callbacksChristian Mollekopf2017-12-08
|
* CleanupChristian Mollekopf2017-12-07
|
* Removed inProgressChristian Mollekopf2017-12-07
|
* Simplified verifySignatureChristian Mollekopf2017-12-07
|
* Revamped security border coloring and popup messageChristian Mollekopf2017-12-07
|
* Simplified codeChristian Mollekopf2017-12-07
|
* Removed unnecessary indentation.Christian Mollekopf2017-12-06
|
* Made signaturedetails slightly more readableChristian Mollekopf2017-12-06
|
* Found the proper solutionChristian Mollekopf2017-12-06
|
* Fixed controller clear functionChristian Mollekopf2017-12-06
| | | | | | | | Adding a property from QML changes the offset from 1 to 20 for the composercontroller, which results in the clear function not working. Since we know that QObjects property offset is 1, we can just hardcode that number. Not the cleanest solution, so it would be good to find a better approach at some point.
* Avoid crashing if we don't find a key.Christian Mollekopf2017-12-04
|
* Subcontrollers for list propertiesChristian Mollekopf2017-12-04
|
* Avoid any keyserver lookup for now.Christian Mollekopf2017-11-27
| | | | | | The can take forever and we don't properly deal with that. For now all keymanagement is delegated to the user, meaning he will have to use external tools.