summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/mailtemplates.cpp
Commit message (Collapse)AuthorAge
* Reply all is the better default for now,Christian Mollekopf2017-07-11
| | | | so you can simply remove the recipients you're not interested.
* Don't set that option twiceChristian Mollekopf2017-07-06
|
* Reply to signed messages.Christian Mollekopf2017-06-30
|
* Fixed html to plaintext conversionChristian Mollekopf2017-06-30
|
* Fixed the reply regexpChristian Mollekopf2017-06-23
|
* Refactored the reply generating code for comprehensibilityChristian Mollekopf2017-06-23
|
* Newline after "On %date you wrote:"Christian Mollekopf2017-06-23
|
* Fixed subject replacementsChristian Mollekopf2017-06-23
|
* Also load slightly more complex mails.Christian Mollekopf2017-06-22
| | | | And convert simple html to plaintext.
* Reduced the messagetreeparser to aproximately what we actually requireChristian Mollekopf2017-06-04
| | | | | | | | | | | While in a much more managable state it's still not pretty. However, further refactoring can now gradually happen as we need to do further work on it. Things that should happen eventually: * Simplify the logic that creates the messageparts (we don't need the whole formatter plugin complexity) * Get rid of the nodehelper (let the parts hold the necessary data) * Get rid of partmetadata (let the part handleit)
* Moved MIME related stuff to a mime subdirChristian Mollekopf2017-05-23