Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Set font and background color for html content. | Christian Mollekopf | 2017-08-19 |
| | |||
* | Disabled noisy but useless debugging message | Christian Mollekopf | 2017-08-17 |
| | |||
* | Run the messageparsing in a thread | Christian Mollekopf | 2017-08-17 |
| | | | | | ...with signatures a single message quickly takes 50 - 150ms, which is too long to be blocking. | ||
* | Take personal email addresses into account when replying. | Christian Mollekopf | 2017-08-11 |
| | |||
* | Test replies | Christian Mollekopf | 2017-08-11 |
| | |||
* | splitAddress does not work if the name has a comma in it | Christian Mollekopf | 2017-08-10 |
| | | | | | With i.e. "Mollekopf, Christian <mollekopf@example.org>", we'l end up with an address "Mollekopf" and one "Christian <mollekopf@example.org>". | ||
* | Don't quote attachments in the reply | Christian Mollekopf | 2017-08-10 |
| | |||
* | Note about WIP state of crypto code. | Christian Mollekopf | 2017-08-03 |
| | |||
* | Silence tests | Christian Mollekopf | 2017-08-03 |
| | |||
* | Updated copyright | Christian Mollekopf | 2017-08-03 |
| | |||
* | Signed attachments | Christian Mollekopf | 2017-08-03 |
| | |||
* | Commit missing files | Christian Mollekopf | 2017-08-03 |
| | |||
* | A first signed message | Christian Mollekopf | 2017-08-03 |
| | |||
* | Cleanup | Christian Mollekopf | 2017-08-03 |
| | |||
* | One copy of the gpg helpers is enough. | Christian Mollekopf | 2017-08-02 |
| | |||
* | Hostname based messageid | Christian Mollekopf | 2017-08-02 |
| | |||
* | Set the plain type for plain mails | Christian Mollekopf | 2017-08-02 |
| | |||
* | mailtests | Christian Mollekopf | 2017-08-02 |
| | |||
* | Moved mailcomposing into mailtemplates | Christian Mollekopf | 2017-08-02 |
| | | | | so we can start testing it. | ||
* | 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 all is the better default for now, | Christian Mollekopf | 2017-07-11 |
| | | | | so you can simply remove the recipients you're not interested. | ||
* | Don't set that option twice | Christian Mollekopf | 2017-07-06 |
| | |||
* | Reply to signed messages. | Christian Mollekopf | 2017-06-30 |
| | |||
* | Fixed html to plaintext conversion | Christian Mollekopf | 2017-06-30 |
| | |||
* | A single shared testdata set. | Christian Mollekopf | 2017-06-30 |
| | |||
* | Add a basic css to html mails to suppress scrollbars. | Christian Mollekopf | 2017-06-23 |
| | | | | https://stackoverflow.com/questions/32612478/remove-scrollbars-from-qwebengineview-or-qwebenginepage | ||
* | Fixed the reply regexp | Christian Mollekopf | 2017-06-23 |
| | |||
* | Refactored the reply generating code for comprehensibility | Christian Mollekopf | 2017-06-23 |
| | |||
* | Newline after "On %date you wrote:" | Christian Mollekopf | 2017-06-23 |
| | |||
* | Fixed subject replacements | Christian Mollekopf | 2017-06-23 |
| | |||
* | Removed async API | Christian Mollekopf | 2017-06-22 |
| | |||
* | Also load slightly more complex mails. | Christian Mollekopf | 2017-06-22 |
| | | | | And convert simple html to plaintext. | ||
* | Post notifications when saving an attachment | Christian Mollekopf | 2017-06-22 |
| | |||
* | Recursively find encapsulated messages. | Christian Mollekopf | 2017-06-22 |
| | | | | Necessary to find encapsulated in encapsulated message. | ||
* | Added missing file | Christian Mollekopf | 2017-06-21 |
| | |||
* | Translate the enum instead | Christian Mollekopf | 2017-06-11 |
| | |||
* | 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 |
| | |||
* | Fix html detection | Christian Mollekopf | 2017-06-08 |
| | |||
* | 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 |
| |