Reduced logging

pull/147/head
M66B 6 years ago
parent 7d9e4e0e5e
commit bb1e697c41

@ -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;
}
}
List<EntityAttachment> getAttachments() throws MessagingException {

Loading…
Cancel
Save