You are not logged in.
Seeing that webkitgtk is being dropped due to numerous security concerns, what alternatives are available for viewing html formatted mail messages? claws-mail 3.14.1-2 has removed support for fancy html plugin
Last edited by skunktrader (2017-02-07 00:12:52)
Offline
Within claws you can only use whatever is built into claws. Are they replacing webkitgtk with something else?
If you're looking outside of claws, then *any* webbrowser can open the html part of emails.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I wonder the same thing, since the fancy plugin that claws-mail uses to render html mails, is missing in action after the latest claws-mail release...
And no, I do not think claws-mail is replacing with something else, it seems like arch has chosen for them...
Last edited by bjorntj (2017-01-20 09:00:41)
Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"
Offline
http://www.thewildbeast.co.uk/claws-mai … gi?id=3710
http://www.thewildbeast.co.uk/claws-mai … gi?id=2371
I think we should start looking for replacements.
Intel(R) Celeron(R) CPU E3400 @ 2.60GHz, x86_64. AURs.
“No one without the knowledge of geometry may enter.“ Plato.
Offline
Hmmm... Too bad.. I love Claws-Mail... :-|
Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"
Offline
There always is the "Render HTML messages as text" option. It works very well for me (but then I always thought that HTML e-mails are a bad idea for the only thing they seem to do is distract you with moving gifs and comic sans..)
Offline
Yes, but that does not really help in showing the email as intended.. I never use html emails myself but I often get one that I need to look at properly...
Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"
Offline
I've moved to geary. Lacking just about every feature but it works at least.
Offline
Hmmm... Too bad.. I love Claws-Mail... :-|
Yeah, I started with Sylpheed, then went to Sylpheed-claws (it bleeds) and stayed with Claws Mail when they split.
I'm not a fan of GTK3 because it screws up a lot of stuff, but it's an inevitable move. Now and then someone sends an HTML email that you need to look at. Fancy never did a real good job with them.
Seeing that geary was a GNOME app was a little scary, as I'm an XFCE guy. However it didn't seem to pull in a lot of crap.
1519 pts/3 ~
root@dawg # pacman -S geary
resolving dependencies...
looking for conflicting packages...
Packages (4) gmime-2.6.22-1 libgee-0.18.1-1 webkitgtk-2.4.11-4 geary-0.11.3-1
Total Download Size: 11.51 MiB
Total Installed Size: 54.38 MiB
:: Proceed with installation? [Y/n]
Maybe I'll give it a try.
Offline
Huh? What's the point in switching to another email client that also depends on webkitgtk if webkitgtk is about to be dropped?
Offline
I'm still missing the fuss. Most comments here are referring to that "now and then" or "rare" html email that you need to see in it's intended layout. Just open the html attachment in any webbrowser. No need to replace the mail client.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Yep, I looked around a bit and found no better options. Geary is bare bones and IMAP only while I still have one POP3 email account. Balsa is ancient and Sylpheed is a less-well executed Claws. I'll click the link if I have to.
Offline
seriously no way to get html mail anymore? can someone hack something together? *going crazy*
Offline
Of course you can still get html mail. What does the inability of one mail client to render that html have to do with that?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Geez, Trilby, you're not really helping here. The question is - can HTML emails be rendered in claws-mail? Yes, you can get HTML emails. Yes, they can sort of be rendered as text, but often that doesn't work. I don't like HTML emails any more than the rest of us, but sometimes they come in and it would be nice to be able to view them like we used to.
But that just doesn't seem possible now. Looks like we have 3 choices:
* Click the button to view it as text
* Right click the button and select Send To, and send it to your web browser.
* Switch to different email client (which, given my nearly 1000 filters, isn't likely for me!)
I can only hope getting an embedded HTML viewer is coming down the line at some point.
Last edited by jdarnold (2017-02-03 19:47:22)
Offline
As a side note: Upstream brought back the dillo plugin. And you can still use the fancy plugin, just compile claws-mail yourself with the INSECURE fancy plugin enabled.
The original question was what alternatives are there for viewing html mail and I would say it was answered extensively.
Last edited by FlowIt (2017-02-03 21:27:00)
Offline
Installing dillo and enabling the dillo plugin means that HTML messages can be viewed embedded again.
Offline
I tried dillo, but it does not work. Nothing is displayed at all for the html part. But i can use dillo by its own without any problem. Any ideas?
Ceterum autem censeo Systemdinem esse delendam
Offline
Silly question but did you enable the Dillo plugin and then set up dillo plugin in the Preferences section of Claws Mail
Offline
Yes
If i disable the dillo plugin, the html contet is displayed as plaintext (stripped of html tags), but when its enable nothing is showed. Or rather, something failing is showed: when i resize the window, someartifacts will remain in the area where the html should be displayed.
As a sidenote: i compiled the claws plugins and copied fancy.so. That one works. Although it is kinda scary
Last edited by 0mark (2017-02-28 15:52:37)
Ceterum autem censeo Systemdinem esse delendam
Offline
In Preferences -> Message View is Render HTML-only messages with plugin if possible selected? I had an issue on one computer and it was just a case of trying different HTML options until it worked but cannot remember which one I needed.
Offline
Oh, that was it. Thank you
Its working well, but is there a simple way to open links in an external browser? I could copypaste, but thats a bit of a hassle.
Ceterum autem censeo Systemdinem esse delendam
Offline
mutt
or you can write a simple script that will open links in clipboard with your preferred browser, and use it with a hotkey. e.g.,
chromium $( xclip -o )
. So it will be matter of copy url and press the hotkey.
Arch is home!
https://github.com/Docbroke
Offline
mutt
or you can write a simple script that will open links in clipboard with your preferred browser, and use it with a hotkey. e.g.,
chromium $( xclip -o )
. So it will be matter of copy url and press the hotkey.
EDIT: sorry for duplicate post. somehow w3m hanged and on refresh it created this duplicate post.
Last edited by Docbroke (2017-03-01 10:39:59)
Arch is home!
https://github.com/Docbroke
Offline
When you open a mail with claws mail, in a new window,
There are 2 small icons on the right side of the window. If not click the little >. One for mail with the headers on, and the bottom one for just the message. Right click on that one and choose open with then choose dillo '%s', viola, html message in dillo.
Offline