Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Html mails that don't adhere to the strict dtd are probably too complex | Christian Mollekopf | 2017-12-13 |
| | |||
* | Avoid using the non-threadsafe QGpgME | Christian Mollekopf | 2017-12-12 |
| | |||
* | Stop using useless abstractions (that are not even threadsafe) | Christian Mollekopf | 2017-12-11 |
| | |||
* | These heuristics would even match html content from kube | Christian Mollekopf | 2017-12-11 |
| | | | | so not what want. | ||
* | Removed unreachable codepaths | Christian Mollekopf | 2017-12-10 |
| | |||
* | Always guard async callbacks | Christian Mollekopf | 2017-12-08 |
| | |||
* | Cleanup | Christian Mollekopf | 2017-12-07 |
| | |||
* | Removed inProgress | Christian Mollekopf | 2017-12-07 |
| | |||
* | Simplified verifySignature | Christian Mollekopf | 2017-12-07 |
| | |||
* | Revamped security border coloring and popup message | Christian Mollekopf | 2017-12-07 |
| | |||
* | Simplified code | Christian Mollekopf | 2017-12-07 |
| | |||
* | Removed unnecessary indentation. | Christian Mollekopf | 2017-12-06 |
| | |||
* | Made signaturedetails slightly more readable | Christian Mollekopf | 2017-12-06 |
| | |||
* | It's unclear how thread-safe the constructor/protocol access is, | Christian Mollekopf | 2017-11-27 |
| | | | | so let's guard it. | ||
* | Import missing keys | Christian Mollekopf | 2017-11-24 |
| | |||
* | Encrypted mails | Christian Mollekopf | 2017-11-23 |
| | |||
* | Cleanup | Christian Mollekopf | 2017-11-23 |
| | |||
* | Prepared crypto | Christian Mollekopf | 2017-11-23 |
| | |||
* | Find signing keys | Christian Mollekopf | 2017-11-22 |
| | |||
* | 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 |
| | |||
* | Removed unused codepath | Christian Mollekopf | 2017-09-07 |
| | |||
* | Fixed RE: prefixing on replies | Christian Mollekopf | 2017-09-07 |
| | |||
* | Expose some signature details in a tooltip. | Christian Mollekopf | 2017-08-27 |
| | | | | We'll want a proper UI for that at some point, but this is a start. | ||
* | Cleanup | Christian Mollekopf | 2017-08-26 |
| | |||
* | Assign a color depending on the encryption/signature state. | Christian Mollekopf | 2017-08-26 |
| | |||
* | Fixed some warnings | Christian Mollekopf | 2017-08-25 |
| | |||
* | Encoding tests | Christian Mollekopf | 2017-08-25 |
| | |||
* | Fixed some warnings | Christian Mollekopf | 2017-08-25 |
| | |||
* | Disable applyCharset while it's broken | Christian Mollekopf | 2017-08-24 |
| | | | | It currently breaks some special characters such as the hyphen. | ||
* | cmake cleanup | Christian Mollekopf | 2017-08-23 |
| | |||
* | The grand cmake cleanup | Christian Mollekopf | 2017-08-23 |
| | | | | | | We had a ton of duplication in our cmake code because we had no common toplevel settings. This is now cleaned up so we can sanely change settings and so we know what we have set. | ||
* | Get mailtemplatetest to pass | Christian Mollekopf | 2017-08-23 |
| | |||
* | Don't hardcode the font | Christian Mollekopf | 2017-08-23 |
| | |||
* | Set font and background color for html content. | Christian Mollekopf | 2017-08-19 |
| | |||
* | Disabled noisy but useless debugging message | Christian Mollekopf | 2017-08-17 |
| | |||
* | Run the messageparsing in a thread | Christian Mollekopf | 2017-08-17 |
| | | | | | ...with signatures a single message quickly takes 50 - 150ms, which is too long to be blocking. | ||
* | Take personal email addresses into account when replying. | Christian Mollekopf | 2017-08-11 |
| | |||
* | Test replies | 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>". | ||
* | Don't quote attachments in the reply | Christian Mollekopf | 2017-08-10 |
| | |||
* | Note about WIP state of crypto code. | Christian Mollekopf | 2017-08-03 |
| | |||
* | Silence tests | Christian Mollekopf | 2017-08-03 |
| | |||
* | Updated copyright | Christian Mollekopf | 2017-08-03 |
| | |||
* | Signed attachments | Christian Mollekopf | 2017-08-03 |
| | |||
* | Commit missing files | Christian Mollekopf | 2017-08-03 |
| |