mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 17:13:23 +02:00
Small improvement
This commit is contained in:
@@ -75,6 +75,9 @@ public class MessageClassifier {
|
||||
return null;
|
||||
|
||||
File file = message.getFile(context);
|
||||
if (!file.exists())
|
||||
return null;
|
||||
|
||||
String text;
|
||||
try {
|
||||
text = HtmlHelper.getFullText(file);
|
||||
|
||||
Reference in New Issue
Block a user