mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Get attachment mimetype
This commit is contained in:
@@ -214,7 +214,7 @@ public class EntityRule {
|
||||
|
||||
boolean found = false;
|
||||
for (EntityAttachment attachment : attachments)
|
||||
if (mimeType.equalsIgnoreCase(attachment.type)) {
|
||||
if (mimeType.equalsIgnoreCase(attachment.getMimeType())) {
|
||||
found = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user