Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Take personal email addresses into account when replying. | 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>". | ||
* | Moved mailcomposing into mailtemplates | Christian Mollekopf | 2017-08-02 |
| | | | | so we can start testing it. | ||
* | Separate email assembly from controller. | Christian Mollekopf | 2017-08-02 |
| | |||
* | ComposerController cleanup | Christian Mollekopf | 2017-07-31 |
| | |||
* | Slight composer code refactoring | Christian Mollekopf | 2017-07-31 |
| | |||
* | Remove any leftover recipients for replies | Christian Mollekopf | 2017-06-23 |
| | |||
* | Also load slightly more complex mails. | Christian Mollekopf | 2017-06-22 |
| | | | | And convert simple html to plaintext. | ||
* | Attachment removal | Christian Mollekopf | 2017-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 Mollekopf | 2017-06-14 |
| | |||
* | Attachment support in the composer | Christian Mollekopf | 2017-06-14 |
| | |||
* | Working but ugly editor for recipients in composer | Christian Mollekopf | 2017-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 move | Christian Mollekopf | 2017-05-23 |
| | |||
* | No more SINK_DEBUG_AREA | Christian Mollekopf | 2017-05-13 |
| | |||
* | Ported away from webkit and to webengine | Christian Mollekopf | 2017-04-13 |
| | |||
* | Moved cpp code into src directory | Christian Mollekopf | 2017-04-05 |