mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
EML debug
This commit is contained in:
@@ -431,7 +431,8 @@ public class ActivityEML extends ActivityBase {
|
||||
.append(size > 0 ? Helper.humanReadableByteCount(size) : "?")
|
||||
.append('\n');
|
||||
|
||||
if (!part.isMimeType("multipart/*")) {
|
||||
if (BuildConfig.DEBUG &&
|
||||
!part.isMimeType("multipart/*")) {
|
||||
Object content = part.getContent();
|
||||
if (content instanceof String) {
|
||||
String text = (String) content;
|
||||
|
||||
Reference in New Issue
Block a user