mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01:00
Reduced logging
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user