Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Ensure we have the full payload available. | Christian Mollekopf | 2017-12-29 |
| | |||
* | Maillistmodeltest | Christian Mollekopf | 2017-12-29 |
| | |||
* | Generate a message id for new messages | Christian Mollekopf | 2017-12-29 |
| | |||
* | Demonstrate that the folderlistmodel doesn't react to new folders | Christian Mollekopf | 2017-12-27 |
| | |||
* | FolderlistModelTest | Christian Mollekopf | 2017-12-27 |
| | |||
* | Avoid duplicating the contentType header on reply | Christian Mollekopf | 2017-12-22 |
| | |||
* | Set the imageprovider as part of the framework plugin | Christian Mollekopf | 2017-12-19 |
| | |||
* | Custom component metadata mechanism. | Christian Mollekopf | 2017-12-19 |
| | |||
* | Accounts without kpackage | Christian Mollekopf | 2017-12-18 |
| | |||
* | Html mails that don't adhere to the strict dtd are probably too complex | Christian Mollekopf | 2017-12-13 |
| | |||
* | Fixed cc and bcc on composercontroller | Christian Mollekopf | 2017-12-13 |
| | |||
* | Avoid using the non-threadsafe QGpgME | Christian Mollekopf | 2017-12-12 |
| | |||
* | Stop using useless abstractions (that are not even threadsafe) | Christian Mollekopf | 2017-12-11 |
| | |||
* | These heuristics would even match html content from kube | Christian Mollekopf | 2017-12-11 |
| | | | | so not what want. | ||
* | Removed unreachable codepaths | Christian Mollekopf | 2017-12-10 |
| | |||
* | Always guard async callbacks | Christian Mollekopf | 2017-12-08 |
| | |||
* | Cleanup | Christian Mollekopf | 2017-12-07 |
| | |||
* | Removed inProgress | Christian Mollekopf | 2017-12-07 |
| | |||
* | Simplified verifySignature | Christian Mollekopf | 2017-12-07 |
| | |||
* | Revamped security border coloring and popup message | Christian Mollekopf | 2017-12-07 |
| | |||
* | Simplified code | Christian Mollekopf | 2017-12-07 |
| | |||
* | Removed unnecessary indentation. | Christian Mollekopf | 2017-12-06 |
| | |||
* | Made signaturedetails slightly more readable | Christian Mollekopf | 2017-12-06 |
| | |||
* | Found the proper solution | Christian Mollekopf | 2017-12-06 |
| | |||
* | Fixed controller clear function | Christian Mollekopf | 2017-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 Mollekopf | 2017-12-04 |
| | |||
* | Subcontrollers for list properties | Christian Mollekopf | 2017-12-04 |
| | |||
* | Avoid any keyserver lookup for now. | Christian Mollekopf | 2017-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 multiple | Christian Mollekopf | 2017-11-27 |
| | |||
* | It's unclear how thread-safe the constructor/protocol access is, | Christian Mollekopf | 2017-11-27 |
| | | | | so let's guard it. | ||
* | log messages | Christian Mollekopf | 2017-11-27 |
| | |||
* | Fixed warnings | Christian Mollekopf | 2017-11-27 |
| | |||
* | Disable encryption buttons if keys are missing | Christian Mollekopf | 2017-11-27 |
| | |||
* | Async personal key retrieval | Christian Mollekopf | 2017-11-27 |
| | |||
* | Safeguards to avoid crashes | Christian Mollekopf | 2017-11-27 |
| | |||
* | Factor out how we run it into a separate method | Christian Mollekopf | 2017-11-25 |
| | |||
* | Lookup keys in threads | Christian Mollekopf | 2017-11-25 |
| | |||
* | Only look for keys when crypto is enabled | Christian Mollekopf | 2017-11-25 |
| | |||
* | Import missing keys | Christian Mollekopf | 2017-11-24 |
| | |||
* | Encrypt to self so we can read the sent mail | Christian Mollekopf | 2017-11-24 |
| | |||
* | Log some info about the keys we find | Christian Mollekopf | 2017-11-24 |
| | |||
* | Support unlocking the keyring from the commandline | Christian Mollekopf | 2017-11-24 |
| | |||
* | Ensure we have valid keys before sending | Christian Mollekopf | 2017-11-24 |
| | |||
* | Encrypted mails | Christian Mollekopf | 2017-11-23 |
| | |||
* | Cleanup | Christian Mollekopf | 2017-11-23 |
| | |||
* | Prepared crypto | Christian Mollekopf | 2017-11-23 |
| | |||
* | Avoid crashing if we fail to assemble the message | Christian Mollekopf | 2017-11-22 |
| | |||
* | Find signing keys | Christian Mollekopf | 2017-11-22 |
| | |||
* | Prepping encryption | Christian Mollekopf | 2017-11-22 |
| | |||
* | Show the host not found error dialog on connection error as well. | Christian Mollekopf | 2017-11-22 |
| |