1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Reduced logging

This commit is contained in:
M66B 2019-01-17 08:11:41 +00:00
parent 7d9e4e0e5e
commit bb1e697c41

View file

@ -573,13 +573,7 @@ public class MessageHelper {
if (part.isMimeType("text/plain") || text)
result = "<pre>" + result.replaceAll("\\r?\\n", "<br />") + "</pre>";
if (part.isMimeType("text/plain")) {
Log.i("Plain text");
return result;
} else {
Log.i("HTML text");
return result;
}
return result;
}
List<EntityAttachment> getAttachments() throws MessagingException {