mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 10:35:15 +01:00
Encryption attachments are inline
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user