Download body only when uid

This commit is contained in:
M66B
2024-06-10 18:02:03 +02:00
parent 036c68941d
commit aa8fb48136
3 changed files with 7 additions and 3 deletions

View File

@@ -21,5 +21,6 @@ package eu.faircode.email;
public class TupleMessageOperation {
public Long id;
public Long uid;
public boolean content;
}