|
|
@ -75,6 +75,9 @@ public class MessageClassifier {
|
|
|
|
return null;
|
|
|
|
return null;
|
|
|
|
|
|
|
|
|
|
|
|
File file = message.getFile(context);
|
|
|
|
File file = message.getFile(context);
|
|
|
|
|
|
|
|
if (!file.exists())
|
|
|
|
|
|
|
|
return null;
|
|
|
|
|
|
|
|
|
|
|
|
String text;
|
|
|
|
String text;
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
text = HtmlHelper.getFullText(file);
|
|
|
|
text = HtmlHelper.getFullText(file);
|
|
|
|