Encryption attachments are inline

pull/161/head
M66B 6 years ago
parent 7430b63444
commit 5c2b5af878

@ -92,6 +92,8 @@ public class EntityAttachment {
public String error;
boolean isInline() {
if (encryption != null)
return true;
return (disposition != null && disposition.equalsIgnoreCase(Part.INLINE) && cid != null);
}

Loading…
Cancel
Save