Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fixed warning | Christian Mollekopf | 2018-02-20 | |
| | ||||
* | Add key id to encryption info | Christian Mollekopf | 2018-02-20 | |
| | ||||
* | Removed unused argument | Christian Mollekopf | 2018-02-20 | |
| | ||||
* | Fixed inline signed | Christian Mollekopf | 2018-02-14 | |
| | ||||
* | Fixed warnings | Christian Mollekopf | 2018-02-11 | |
| | ||||
* | Properly encode non-ascii content. | Christian Mollekopf | 2018-01-31 | |
| | ||||
* | Remvoed unused code | Christian Mollekopf | 2018-01-25 | |
| | ||||
* | Removed unused code | Christian Mollekopf | 2018-01-25 | |
| | ||||
* | testdata readme | Christian Mollekopf | 2018-01-25 | |
| | ||||
* | Generate a message id for new messages | Christian Mollekopf | 2017-12-29 | |
| | ||||
* | Avoid duplicating the contentType header on reply | Christian Mollekopf | 2017-12-22 | |
| | ||||
* | 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 | |
| |