Hi,
H. Nikolaus Schaller wrote:
Well,https://webkit.org/ says:
WebKit is the web browser engine used by Safari, Mail, App Store, and
many other apps
years ago when we worked on 10.6/10.7 and SWK we hd doubts on this
claim. It looked part of NSAttributedString.
Of course, many things changed, maybe Mail is even partially rewritten
in swift, so they could have done it.
Is this using SimpleWebKit or has GNUMail its own html -> display
converter?
It has its own converter, I wrote. I find it very crude, had a look at
it. They way it is done I think is probably very hard to upgrade to even
simple styles.
But, well, SWK doesn't support styles either.
It works essentialy by looking for <bold> then searching for next
</bold> and inserting an Attributed. Of course with <style> it would we
harder, so which one would be?
Also Grrr has a concoted converter.
Maybe we should move the concocted converter into GUI like Mac does. If
SWK (or equivalent) is present it could delegate to it.
In any case, it could be that the issues in Grr are not from the
converter but from something else that chokes, needs to be analyzed.
Riccardo