Added folder setting to disable automatically downloading of message texts and attachments

This commit is contained in:
M66B
2018-12-14 12:31:25 +01:00
parent ae9d35c084
commit e49d09ab9c
8 changed files with 1347 additions and 76 deletions

View File

@@ -71,6 +71,8 @@ public class EntityFolder implements Serializable {
@NonNull
public Boolean poll = false;
@NonNull
public Boolean download = true;
@NonNull
public Integer sync_days;
@NonNull
public Integer keep_days;