mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Added attachment size/progress
This commit is contained in:
@@ -52,6 +52,8 @@ public class EntityAttachment {
|
||||
public String name;
|
||||
@NonNull
|
||||
public String type;
|
||||
public Integer size;
|
||||
public Integer progress;
|
||||
public byte[] content;
|
||||
|
||||
@Ignore
|
||||
|
||||
Reference in New Issue
Block a user