summaryrefslogtreecommitdiffstats
path: root/framework/src
Commit message (Collapse)AuthorAge
...
* Async personal key retrievalChristian Mollekopf2017-11-27
|
* Safeguards to avoid crashesChristian Mollekopf2017-11-27
|
* Factor out how we run it into a separate methodChristian Mollekopf2017-11-25
|
* Lookup keys in threadsChristian Mollekopf2017-11-25
|
* Only look for keys when crypto is enabledChristian Mollekopf2017-11-25
|
* Import missing keysChristian Mollekopf2017-11-24
|
* Encrypt to self so we can read the sent mailChristian Mollekopf2017-11-24
|
* Log some info about the keys we findChristian Mollekopf2017-11-24
|
* Support unlocking the keyring from the commandlineChristian Mollekopf2017-11-24
|
* Ensure we have valid keys before sendingChristian Mollekopf2017-11-24
|
* Encrypted mailsChristian Mollekopf2017-11-23
|
* CleanupChristian Mollekopf2017-11-23
|
* Prepared cryptoChristian Mollekopf2017-11-23
|
* Avoid crashing if we fail to assemble the messageChristian Mollekopf2017-11-22
|
* Find signing keysChristian Mollekopf2017-11-22
|
* Prepping encryptionChristian Mollekopf2017-11-22
|
* Show the host not found error dialog on connection error as well.Christian Mollekopf2017-11-22
|
* Handle host not foundChristian Mollekopf2017-10-27
|
* Use a loader so we can load different components depending on the errorChristian Mollekopf2017-10-25
|
* Prepare logview for error merging.Christian Mollekopf2017-10-25
|
* Only load the login view for accounts that require a keyringChristian Mollekopf2017-10-24
|
* Load html messages as htmlChristian Mollekopf2017-10-12
|
* Don't use QWebEnginePage to convert to plaintextChristian Mollekopf2017-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.
* HtmlBodyResultChristian Mollekopf2017-10-09
|
* CleanupChristian Mollekopf2017-10-09
|
* Clear all formatting when converting to plain text.Christian Mollekopf2017-10-08
| | | | | | We used to end up with whatever formatting the current cursor had. Task: https://phabricator.kde.org/T7160
* Simplified code a bitChristian Mollekopf2017-10-08
|
* Html with attachmentsChristian Mollekopf2017-10-08
|
* Assembling html mailsChristian Mollekopf2017-10-08
|
* Fixed settingstestChristian Mollekopf2017-10-06
| | | | We no longer store the password in settings.
* TextDocumentHandler to deal with HTML formattingChristian Mollekopf2017-10-06
|
* We don't need a log entry for a status change, we have an errorChristian Mollekopf2017-09-26
| | | | notification already for that.
* Avoid storing the password on disk for the time beingChristian Mollekopf2017-09-22
|
* Fixed showing a loginview after the account setupChristian Mollekopf2017-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 fixesChristian Mollekopf2017-09-22
| | | | | | | * Avoid double free * track unlocked state * Ensure we bring up the login screen on startup and after saving the configuration.
* A login viewChristian Mollekopf2017-09-22
|
* keyringChristian Mollekopf2017-09-22
|
* Fixed space after changing formattingChristian Mollekopf2017-09-13
|
* Replaced the invisible char hack with a better solutionChristian Mollekopf2017-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 settingChristian Mollekopf2017-09-13
|
* Keep TextEditor as our html editorChristian Mollekopf2017-09-13
|
* Skip over invisible charChristian Mollekopf2017-09-13
|
* Got html formatting to work with the great invisible char hackChristian Mollekopf2017-09-13
|
* remove file loading/saving related code from documenthandlerMichael Bohlender2017-09-12
|
* cpoy over example texteditor code and expose it through the framewoks pluginMichael Bohlender2017-09-12
|
* Synchronize drafts and contacts when opening the composer.Christian Mollekopf2017-09-11
|
* Add some more info about errors to the logview.Christian Mollekopf2017-09-07
|
* Launch into settings without an account configuredChristian Mollekopf2017-09-07
|
* Removed unused codepathChristian Mollekopf2017-09-07
|
* Fixed RE: prefixing on repliesChristian Mollekopf2017-09-07
|