Added account option to use date header as received time

This commit is contained in:
M66B
2019-12-01 14:18:24 +01:00
parent 7ba8068fb3
commit bdf47fe67f
7 changed files with 1955 additions and 6 deletions

View File

@@ -104,6 +104,8 @@ public class EntityAccount extends EntityOrder implements Serializable {
public Boolean partial_fetch = true;
@NonNull
public Boolean ignore_size = false;
@NonNull
public Boolean use_date = false;
public String prefix; // namespace, obsolete
public Long created;