Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Stop using useless abstractions (that are not even threadsafe) | Christian Mollekopf | 2017-12-11 |
| | |||
* | Removed unreachable codepaths | Christian Mollekopf | 2017-12-10 |
| | |||
* | Cleanup | Christian Mollekopf | 2017-12-07 |
| | |||
* | Removed inProgress | Christian Mollekopf | 2017-12-07 |
| | |||
* | Simplified verifySignature | Christian Mollekopf | 2017-12-07 |
| | |||
* | Simplified code | Christian Mollekopf | 2017-12-07 |
| | |||
* | Removed unnecessary indentation. | Christian Mollekopf | 2017-12-06 |
| | |||
* | Removed unused codepath | Christian Mollekopf | 2017-09-07 |
| | |||
* | Fixed some warnings | Christian Mollekopf | 2017-08-25 |
| | |||
* | Encoding tests | Christian Mollekopf | 2017-08-25 |
| | |||
* | Fixed some warnings | Christian Mollekopf | 2017-08-25 |
| | |||
* | cmake cleanup | Christian Mollekopf | 2017-08-23 |
| | |||
* | The grand cmake cleanup | Christian Mollekopf | 2017-08-23 |
| | | | | | | We had a ton of duplication in our cmake code because we had no common toplevel settings. This is now cleaned up so we can sanely change settings and so we know what we have set. | ||
* | Disabled noisy but useless debugging message | Christian Mollekopf | 2017-08-17 |
| | |||
* | Don't quote attachments in the reply | Christian Mollekopf | 2017-08-10 |
| | |||
* | One copy of the gpg helpers is enough. | Christian Mollekopf | 2017-08-02 |
| | |||
* | Use imported targets instead of qt5_use_modules | Heiko Becker | 2017-07-29 |
| | | | | | | | | | | | | | | | | | | From Qt's documentation: "This macro is obsolete. Use target_link_libraries with IMPORTED targets instead." It's only recommended with cmake >=2.8.9 & < 2.8.12. Kube already requires cmake 3.0. One advantage of using the imported targets is, that cmake complains if a target isn't found before it's used, like Qt5Concurrent missing from the find_package_call here. Reviewers: #kube, cmollekopf Reviewed By: #kube, cmollekopf Subscribers: #kube Differential Revision: https://phabricator.kde.org/D6362 | ||
* | ki18n is not required | Christian Mollekopf | 2017-07-21 |
| | |||
* | no need for ki18n | Michael Bohlender | 2017-07-15 |
| | |||
* | Cleanup | Christian Mollekopf | 2017-07-12 |
| | |||
* | Print attachment status | Christian Mollekopf | 2017-07-11 |
| | |||
* | Fixed multipart/alternative replies | Christian Mollekopf | 2017-07-11 |
| | |||
* | Reply to signed messages. | Christian Mollekopf | 2017-06-30 |
| | |||
* | A single shared testdata set. | Christian Mollekopf | 2017-06-30 |
| | |||
* | Removed async API | Christian Mollekopf | 2017-06-22 |
| | |||
* | Added missing file | Christian Mollekopf | 2017-06-21 |
| | |||
* | MessagePart error enum | Christian Mollekopf | 2017-06-11 |
| | |||
* | Simplified code a bit | Christian Mollekopf | 2017-06-11 |
| | |||
* | Better error message | Christian Mollekopf | 2017-06-11 |
| | |||
* | Encapsulated parts | Christian Mollekopf | 2017-06-07 |
| | |||
* | make it compile | Michael Bohlender | 2017-06-06 |
| | |||
* | A simplistic security border | Christian Mollekopf | 2017-06-06 |
| | | | | | Still a bit obnoxious and doesn't really convey a whole lot of information. Consider it a stub for now | ||
* | Resolved some warnings | Christian Mollekopf | 2017-06-05 |
| | |||
* | Unused | Christian Mollekopf | 2017-06-05 |
| | |||
* | Avoid leaking created nodes | Christian Mollekopf | 2017-06-05 |
| | |||
* | Cleanup | Christian Mollekopf | 2017-06-04 |
| | |||
* | Removed extraContents | Christian Mollekopf | 2017-06-04 |
| | | | | | | | | Seems largely useless now. The only thing this was planned to be used for is to find the sender of temporary nodes (which are not linked in the mimetree I suppose), but that was apparently not yet implemented. Anyways, I think we can solve this over the parttree. | ||
* | Rely on isAttachment to collect attachments | Christian Mollekopf | 2017-06-04 |
| | |||
* | Reduced the messagetreeparser to aproximately what we actually require | Christian Mollekopf | 2017-06-04 |
| | | | | | | | | | | | While in a much more managable state it's still not pretty. However, further refactoring can now gradually happen as we need to do further work on it. Things that should happen eventually: * Simplify the logic that creates the messageparts (we don't need the whole formatter plugin complexity) * Get rid of the nodehelper (let the parts hold the necessary data) * Get rid of partmetadata (let the part handleit) | ||
* | Buildsystem fix | Christian Mollekopf | 2017-05-28 |
| | |||
* | Saving of attachments | Christian Mollekopf | 2017-05-24 |
| | |||
* | Unused | Christian Mollekopf | 2017-05-23 |
| | |||
* | Removed the MessagePartRenderer | Christian Mollekopf | 2017-05-23 |
| | |||
* | Fixed stuff that got broken during the move | Christian Mollekopf | 2017-05-23 |
| | |||
* | Moved MIME related stuff to a mime subdir | Christian Mollekopf | 2017-05-23 |