Revert "Encryption attachments are inline"

This reverts commit 5c2b5af878.
pull/161/head
M66B 6 years ago
parent 5c2b5af878
commit 2a3ddeaaca

@ -92,8 +92,6 @@ 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