Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Generate a message id for new messages | Christian Mollekopf | 2017-12-29 |
| | |||
* | Avoid duplicating the contentType header on reply | Christian Mollekopf | 2017-12-22 |
| | |||
* | Encrypted mails | Christian Mollekopf | 2017-11-23 |
| | |||
* | Load html messages as html | Christian Mollekopf | 2017-10-12 |
| | |||
* | Don't use QWebEnginePage to convert to plaintext | Christian Mollekopf | 2017-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. | ||
* | HtmlBodyResult | Christian Mollekopf | 2017-10-09 |
| | |||
* | Simplified code a bit | Christian Mollekopf | 2017-10-08 |
| | |||
* | Html with attachments | Christian Mollekopf | 2017-10-08 |
| | |||
* | Assembling html mails | Christian Mollekopf | 2017-10-08 |
| | |||
* | Fixed RE: prefixing on replies | Christian Mollekopf | 2017-09-07 |
| | |||
* | Disable applyCharset while it's broken | Christian Mollekopf | 2017-08-24 |
| | | | | It currently breaks some special characters such as the hyphen. | ||
* | Get mailtemplatetest to pass | Christian Mollekopf | 2017-08-23 |
| | |||
* | 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>". | ||
* | Updated copyright | Christian Mollekopf | 2017-08-03 |
| | |||
* | Signed attachments | Christian Mollekopf | 2017-08-03 |
| | |||
* | Commit missing files | Christian Mollekopf | 2017-08-03 |
| | |||
* | A first signed message | Christian Mollekopf | 2017-08-03 |
| | |||
* | Hostname based messageid | Christian Mollekopf | 2017-08-02 |
| | |||
* | Set the plain type for plain mails | Christian Mollekopf | 2017-08-02 |
| | |||
* | Moved mailcomposing into mailtemplates | Christian Mollekopf | 2017-08-02 |
| | | | | so we can start testing it. | ||
* | Reply all is the better default for now, | Christian Mollekopf | 2017-07-11 |
| | | | | so you can simply remove the recipients you're not interested. | ||
* | Don't set that option twice | Christian Mollekopf | 2017-07-06 |
| | |||
* | Reply to signed messages. | Christian Mollekopf | 2017-06-30 |
| | |||
* | Fixed html to plaintext conversion | Christian Mollekopf | 2017-06-30 |
| | |||
* | Fixed the reply regexp | Christian Mollekopf | 2017-06-23 |
| | |||
* | Refactored the reply generating code for comprehensibility | Christian Mollekopf | 2017-06-23 |
| | |||
* | Newline after "On %date you wrote:" | Christian Mollekopf | 2017-06-23 |
| | |||
* | Fixed subject replacements | Christian Mollekopf | 2017-06-23 |
| | |||
* | Also load slightly more complex mails. | Christian Mollekopf | 2017-06-22 |
| | | | | And convert simple html to plaintext. | ||
* | Reduced the messagetreeparser to aproximately what we actually require | Christian Mollekopf | 2017-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 subdir | Christian Mollekopf | 2017-05-23 |