summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* 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
|
* Do what the QUICK_TEST_MAIN macro doesChristian Mollekopf2017-12-02
|
* Package libkubeframework.soChristian Mollekopf2017-11-28
|
* Adjust cyrus imap settings to pre 3.0 stateChristian Mollekopf2017-11-28
| | | | ssl doesn't seem to work but the rest looks ok.
* Flatpak: Share /tmp for opening attachmentsChristian Mollekopf2017-11-28
|
* 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.
* Encrypt to all keys if we find multipleChristian Mollekopf2017-11-27
|
* It's unclear how thread-safe the constructor/protocol access is,Christian Mollekopf2017-11-27
| | | | so let's guard it.
* log messagesChristian Mollekopf2017-11-27
|
* Fixed warningsChristian Mollekopf2017-11-27
|
* Disable encryption buttons if keys are missingChristian Mollekopf2017-11-27
|
* An explicit maximum widht is necessary,Christian Mollekopf2017-11-27
| | | | otherwise the item just grows beyond the layout.
* Install gammaray in dockercontainerChristian Mollekopf2017-11-27
|
* Visualize disabled text colorChristian Mollekopf2017-11-27
|
* Async personal key retrievalChristian Mollekopf2017-11-27
|
* Safeguards to avoid crashesChristian Mollekopf2017-11-27
|
* Factor out how we run it into a separate methodChristian Mollekopf2017-11-25
|
* Lookup keys in threadsChristian Mollekopf2017-11-25
|
* Only look for keys when crypto is enabledChristian Mollekopf2017-11-25
|
* Import missing keysChristian Mollekopf2017-11-24
|
* Encrypt to self so we can read the sent mailChristian Mollekopf2017-11-24
|
* Improved gpg conf so we can search for keysChristian Mollekopf2017-11-24
|
* Log some info about the keys we findChristian Mollekopf2017-11-24
|
* Set a version stringChristian Mollekopf2017-11-24
|
* Support unlocking the keyring from the commandlineChristian Mollekopf2017-11-24
|
* Ensure we have valid keys before sendingChristian Mollekopf2017-11-24
|
* We need sudo for dbus-uuidgenChristian Mollekopf2017-11-24
| | | | ..not sure why it worked on my laptop.
* A script to start the imap serverChristian Mollekopf2017-11-23
|
* Disable coredumps in the containerChristian Mollekopf2017-11-23
| | | | All they do is block when crashing
* Encrypted mailsChristian Mollekopf2017-11-23
|
* CleanupChristian Mollekopf2017-11-23
|
* Fixed recipient removalChristian Mollekopf2017-11-23
|
* Prepared cryptoChristian Mollekopf2017-11-23
|
* Avoid crashing if we fail to assemble the messageChristian Mollekopf2017-11-22
|
* We want sudo and pinentry in the container.Christian Mollekopf2017-11-22
| | | | | pinentry-qt has rendering issues and the gtk version just works..., so let's use that.
* Run an imap server as part of the containerChristian Mollekopf2017-11-22
|
* Find signing keysChristian Mollekopf2017-11-22
|
* Setup key with dockerChristian Mollekopf2017-11-22
|
* Prepping encryptionChristian Mollekopf2017-11-22
|
* Removed obsolete dependencies and made sure ps is availableChristian Mollekopf2017-11-22
|
* Show the host not found error dialog on connection error as well.Christian Mollekopf2017-11-22
|
* new icon for logviewMichael Bohlender2017-11-16
|
* CleanupChristian Mollekopf2017-11-11
|
* Deal with defunc processesChristian Mollekopf2017-11-11
| | | | | | When running the tests on the CI the gpg process goes defunc instead of away. To avoid waiting forever we need to carry on as soon as that happens.
* Fixed dockerfileChristian Mollekopf2017-11-09
|
* Added llvm to dockerfileChristian Mollekopf2017-11-09
|
* We don't need an entry pointChristian Mollekopf2017-11-09
|