mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 10:55:09 +01:00
Refactoring
This commit is contained in:
@@ -3310,8 +3310,7 @@ public class MessageHelper {
|
||||
!Part.ATTACHMENT.equalsIgnoreCase(disposition) && TextUtils.isEmpty(filename)) {
|
||||
parts.text.add(new PartHolder(part, contentType));
|
||||
} else {
|
||||
if ("message/delivery-status".equalsIgnoreCase(contentType.getBaseType()) ||
|
||||
"message/disposition-notification".equalsIgnoreCase(contentType.getBaseType()))
|
||||
if (Report.isDeliveryStatus(ct) || Report.isDispositionNotification(ct))
|
||||
parts.extra.add(new PartHolder(part, contentType));
|
||||
|
||||
AttachmentPart apart = new AttachmentPart();
|
||||
|
||||
Reference in New Issue
Block a user