summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/composercontroller.cpp
Commit message (Collapse)AuthorAge
* Fixed cc and bcc on composercontrollerChristian Mollekopf2017-12-13
|
* Always guard async callbacksChristian Mollekopf2017-12-08
|
* Avoid crashing if we don't find a key.Christian Mollekopf2017-12-04
|
* Subcontrollers for list propertiesChristian Mollekopf2017-12-04
|
* Avoid any keyserver lookup for now.Christian Mollekopf2017-11-27
| | | | | | The can take forever and we don't properly deal with that. For now all keymanagement is delegated to the user, meaning he will have to use external tools.
* Encrypt to all keys if we find multipleChristian Mollekopf2017-11-27
|
* log messagesChristian Mollekopf2017-11-27
|
* Fixed warningsChristian Mollekopf2017-11-27
|
* Disable encryption buttons if keys are missingChristian Mollekopf2017-11-27
|
* 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
|
* Ensure we have valid keys before sendingChristian Mollekopf2017-11-24
|
* Encrypted mailsChristian 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
|
* Load html messages as htmlChristian Mollekopf2017-10-12
|
* Assembling html mailsChristian Mollekopf2017-10-08
|
* Take personal email addresses into account when replying.Christian Mollekopf2017-08-11
|
* splitAddress does not work if the name has a comma in itChristian Mollekopf2017-08-10
| | | | | With i.e. "Mollekopf, Christian <mollekopf@example.org>", we'l end up with an address "Mollekopf" and one "Christian <mollekopf@example.org>".
* Moved mailcomposing into mailtemplatesChristian Mollekopf2017-08-02
| | | | so we can start testing it.
* Separate email assembly from controller.Christian Mollekopf2017-08-02
|
* ComposerController cleanupChristian Mollekopf2017-07-31
|
* Slight composer code refactoringChristian Mollekopf2017-07-31
|
* Remove any leftover recipients for repliesChristian Mollekopf2017-06-23
|
* Also load slightly more complex mails.Christian Mollekopf2017-06-22
| | | | And convert simple html to plaintext.
* Attachment removalChristian Mollekopf2017-06-14
| | | | | We'd rather do something via the model index instead of requering an additional role, but this works for the time being.
* Create CRLF mime messages.Christian Mollekopf2017-06-14
|
* Attachment support in the composerChristian Mollekopf2017-06-14
|
* Working but ugly editor for recipients in composerChristian Mollekopf2017-06-12
| | | | | | | | | What remains to be done is: * proper delegates * removal of recipeients * at some point d&d of recipients * Perhaps something that encapsulates the whole list and the model in a nicer way
* Fixed stuff that got broken during the moveChristian Mollekopf2017-05-23
|
* No more SINK_DEBUG_AREAChristian Mollekopf2017-05-13
|
* Ported away from webkit and to webengineChristian Mollekopf2017-04-13
|
* Moved cpp code into src directoryChristian Mollekopf2017-04-05