summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/partmodel.cpp
Commit message (Collapse)AuthorAge
* Html mails that don't adhere to the strict dtd are probably too complexChristian Mollekopf2017-12-13
|
* These heuristics would even match html content from kubeChristian Mollekopf2017-12-11
| | | | so not what want.
* Revamped security border coloring and popup messageChristian Mollekopf2017-12-07
|
* Made signaturedetails slightly more readableChristian Mollekopf2017-12-06
|
* Expose some signature details in a tooltip.Christian Mollekopf2017-08-27
| | | | We'll want a proper UI for that at some point, but this is a start.
* CleanupChristian Mollekopf2017-08-26
|
* Assign a color depending on the encryption/signature state.Christian Mollekopf2017-08-26
|
* Don't hardcode the fontChristian Mollekopf2017-08-23
|
* Set font and background color for html content.Christian Mollekopf2017-08-19
|
* Add a basic css to html mails to suppress scrollbars.Christian Mollekopf2017-06-23
| | | | https://stackoverflow.com/questions/32612478/remove-scrollbars-from-qwebengineview-or-qwebenginepage
* Recursively find encapsulated messages.Christian Mollekopf2017-06-22
| | | | Necessary to find encapsulated in encapsulated message.
* Translate the enum insteadChristian Mollekopf2017-06-11
|
* MessagePart error enumChristian Mollekopf2017-06-11
|
* Fix html detectionChristian Mollekopf2017-06-08
|
* Encapsulated partsChristian Mollekopf2017-06-07
|
* A simplistic security borderChristian Mollekopf2017-06-06
| | | | | Still a bit obnoxious and doesn't really convey a whole lot of information. Consider it a stub for now
* 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)