Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Handle host not found | Christian Mollekopf | 2017-10-27 | |
| | ||||
* | Use a loader so we can load different components depending on the error | Christian Mollekopf | 2017-10-25 | |
| | ||||
* | Prepare logview for error merging. | Christian Mollekopf | 2017-10-25 | |
| | ||||
* | Only load the login view for accounts that require a keyring | Christian Mollekopf | 2017-10-24 | |
| | ||||
* | Load html messages as html | Christian Mollekopf | 2017-10-12 | |
| | ||||
* | Don't use QWebEnginePage to convert to plaintext | Christian Mollekopf | 2017-10-09 | |
| | | | | | | | Turns out it doesn't return consistent results. (mailtemplatetest testHtmlReply() sometimes comes back with "HTML text" and sometimes with "HTML text", depending on the host). Let's see into what limitations we run with QTextDocument instead. | |||
* | HtmlBodyResult | Christian Mollekopf | 2017-10-09 | |
| | ||||
* | Cleanup | Christian Mollekopf | 2017-10-09 | |
| | ||||
* | Clear all formatting when converting to plain text. | Christian Mollekopf | 2017-10-08 | |
| | | | | | | We used to end up with whatever formatting the current cursor had. Task: https://phabricator.kde.org/T7160 | |||
* | Simplified code a bit | Christian Mollekopf | 2017-10-08 | |
| | ||||
* | Html with attachments | Christian Mollekopf | 2017-10-08 | |
| | ||||
* | Assembling html mails | Christian Mollekopf | 2017-10-08 | |
| | ||||
* | Fixed settingstest | Christian Mollekopf | 2017-10-06 | |
| | | | | We no longer store the password in settings. | |||
* | TextDocumentHandler to deal with HTML formatting | Christian Mollekopf | 2017-10-06 | |
| | ||||
* | We don't need a log entry for a status change, we have an error | Christian Mollekopf | 2017-09-26 | |
| | | | | notification already for that. | |||
* | Avoid storing the password on disk for the time being | Christian Mollekopf | 2017-09-22 | |
| | ||||
* | Fixed showing a loginview after the account setup | Christian Mollekopf | 2017-09-22 | |
| | | | | | | The view managment is starting to become a mess. I guess we'll need something like a state machine in the long run managing the view transitions. | |||
* | Keyring fixes | Christian Mollekopf | 2017-09-22 | |
| | | | | | | | * Avoid double free * track unlocked state * Ensure we bring up the login screen on startup and after saving the configuration. | |||
* | A login view | Christian Mollekopf | 2017-09-22 | |
| | ||||
* | keyring | Christian Mollekopf | 2017-09-22 | |
| | ||||
* | Fixed space after changing formatting | Christian Mollekopf | 2017-09-13 | |
| | ||||
* | 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. |