as the header says. I would like to get email first without html enabled, because it is easier to detect spam mails. Is this possible?
Look at this page: https://together.jolla.com/question/130703/patch-email-client/
This long press already works without the patch. I would like to see the email at first as plain text ( to make sure it’s no spam/ phishing). Then I would like a button to see it in html.
I’m convinced that @nephros also had a patch that defaults to plain text, but I can’t recall? It has default pagestack push of the plain text view but I don’t recall if it has an html view at all. I prefer to not read mails that are only in html format.
Which email app do you use? If you like plain text.
Do you mean desktop application? i use claws-mail on the desktop. Or pine
Or grep if I’m on the server ![]()
Otherwise I just use the jolla mail app with a patch from nephros.
That is so old school. There is alpine.
cat /var/mail/root
```
Interesting. My McGyver brain tells me that one could maybe exchange the contents of usr/share/jolla-email/pages/{HtmlViewer,PlainTextView}.qml and see where that goes.
That way the email app would “think” that it defaults to HTMLView but really it’s plain text view.
It would probably require more changes (read the unifed_patch.diff of the patch mentioned) but easy enough to undo, worth a try.