mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01: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