summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/mailtemplates.cpp
Commit message (Collapse)AuthorAge
* Generate a message id for new messagesChristian Mollekopf2017-12-29
|
* Avoid duplicating the contentType header on replyChristian Mollekopf2017-12-22
|
* Encrypted mailsChristian Mollekopf2017-11-23
|
* 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
|
* Simplified code a bitChristian Mollekopf2017-10-08
|
* Html with attachmentsChristian Mollekopf2017-10-08
|
* Assembling html mailsChristian Mollekopf2017-10-08
|
* Fixed RE: prefixing on repliesChristian Mollekopf2017-09-07
|
* Disable applyCharset while it's brokenChristian Mollekopf2017-08-24
| | | | It currently breaks some special characters such as the hyphen.
* Get mailtemplatetest to passChristian Mollekopf2017-08-23
|
* 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>".
* Updated copyrightChristian Mollekopf2017-08-03
|
* Signed attachmentsChristian Mollekopf2017-08-03
|
* Commit missing filesChristian Mollekopf2017-08-03
|
* A first signed messageChristian Mollekopf2017-08-03
|
* Hostname based messageidChristian Mollekopf2017-08-02
|
* Set the plain type for plain mailsChristian Mollekopf2017-08-02
|
* Moved mailcomposing into mailtemplatesChristian Mollekopf2017-08-02
| | | | so we can start testing it.
* 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