Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Replaced the invisible char hack with a better solution | Christian Mollekopf | 2017-09-13 | |
| | | | | | | We now cache the format until the next char is inserted, which seems to work fine, doesn't break selection and is overall much cleaner. | |||
* | Extract html or plaintext depending on setting | Christian Mollekopf | 2017-09-13 | |
| | ||||
* | Keep TextEditor as our html editor | Christian Mollekopf | 2017-09-13 | |
| | ||||
* | Skip over invisible char | Christian Mollekopf | 2017-09-13 | |
| | ||||
* | Got html formatting to work with the great invisible char hack | Christian Mollekopf | 2017-09-13 | |
| | ||||
* | remove file loading/saving related code from documenthandler | Michael Bohlender | 2017-09-12 | |
| | ||||
* | cpoy over example texteditor code and expose it through the framewoks plugin | Michael Bohlender | 2017-09-12 | |
| | ||||
* | Synchronize drafts and contacts when opening the composer. | Christian Mollekopf | 2017-09-11 | |
| | ||||
* | Add some more info about errors to the logview. | Christian Mollekopf | 2017-09-07 | |
| | ||||
* | Launch into settings without an account configured | Christian Mollekopf | 2017-09-07 | |
| | ||||
* | Removed unused codepath | Christian Mollekopf | 2017-09-07 | |
| | ||||
* | Fixed RE: prefixing on replies | Christian Mollekopf | 2017-09-07 | |
| | ||||
* | Translatable strings | Christian Mollekopf | 2017-08-28 | |
| | ||||
* | Deal with connection lost | Christian Mollekopf | 2017-08-28 | |
| | ||||
* | Expose some signature details in a tooltip. | Christian Mollekopf | 2017-08-27 | |
| | | | | We'll want a proper UI for that at some point, but this is a start. | |||
* | Cleanup | Christian Mollekopf | 2017-08-26 | |
| | ||||
* | Assign a color depending on the encryption/signature state. | Christian Mollekopf | 2017-08-26 | |
| | ||||
* | Fixed some warnings | Christian Mollekopf | 2017-08-25 | |
| | ||||
* | Encoding tests | Christian Mollekopf | 2017-08-25 | |
| | ||||
* | Fixed some warnings | Christian Mollekopf | 2017-08-25 | |
| | ||||
* | Disable applyCharset while it's broken | Christian Mollekopf | 2017-08-24 | |
| | | | | It currently breaks some special characters such as the hyphen. | |||
* | Fully tested the account settings | Christian Mollekopf | 2017-08-23 | |
| | | | | | * Fixed account and davresource loading. * Use resource type instead of capabilities for loading of the resource. | |||
* | A single test for all accountsettings. | Christian Mollekopf | 2017-08-23 | |
| | | | | | Only the imaptest was working anyways and all of them tested the same things. | |||
* | Removed obsolete file | Christian Mollekopf | 2017-08-23 | |
| | ||||
* | 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. | |||
* | Get mailtemplatetest to pass | Christian Mollekopf | 2017-08-23 | |
| | ||||
* | Test for and fix setting the username. | Christian Mollekopf | 2017-08-23 | |
| | ||||
* | Get the imapsettingstest to work again. | Christian Mollekopf | 2017-08-23 | |
| | | | | The resource removal part failed. | |||
* | Don't hardcode the font | Christian Mollekopf | 2017-08-23 | |
| | ||||
* | Clear the account if we failed to load the plugin | Christian Mollekopf | 2017-08-23 | |
| | | | | Otherwise the last plugin just remains. | |||
* | License | Christian Mollekopf | 2017-08-22 | |
| | ||||
* | Install the webengineprofile as singleton | Christian Mollekopf | 2017-08-22 | |
| | | | | | | | | | This fixes the bug that the main process would hang on exit as long as we have a requestinterceptor installed. It's most likely a bug that this does not work, but the new solution anyways cleans up the code a bit, so that's a nice sideeffect. Fixes T5570 | |||
* | Avoid warning messages | Christian Mollekopf | 2017-08-20 | |
| | ||||
* | Filter enabled folders using a krecursivefilterproxymodel | Christian Mollekopf | 2017-08-20 | |
| | | | | | | | The KRecursiveFilterProxyModel is necessary until Qt 5.10 when QSortFilterProxyModel will support recursive filtering. For the recursive filtering to work we need to make all data available, so we trigger fetchMore on all added indexes. | |||
* | Avoid the default query that queries for everything. | Christian Mollekopf | 2017-08-20 | |
| | | | | We're not using it anyways. | |||
* | Hide folders we are not subscribed to | Christian Mollekopf | 2017-08-19 | |
| | ||||
* | 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. | |||
* | Latest mail at the bottom | Christian Mollekopf | 2017-08-17 | |
| | ||||
* | 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 | |
| |