My app uses javamail to get the emails and then I use this Html android class to go through the message body and apply the html tags. But this class ignores CSS code, so if I look at an email which contains such code, it looks like this:
Basically 95% CSS code and 5% content at the bottom of it (not on picture). What are my options to solve this? I didn't really find anything useful so far. (I'm a beginner.)