Internally wraps a parsed JasenMessage.
531532533534535536537538539540541542543
{ throw new JasenException(e); } // Wrap the message so we can capture mimeParser data and store tokenized text JasenMessageWrapper wrapper = new JasenMessageWrapper(message); wrapper.setEngine(this); // Parse the HTML part and extract the tokens SpamHTMLParser htmlParser = new SpamHTMLParser(); // Now, tokenize the html and text parts of the message