Experiment: show infrastructure

This commit is contained in:
M66B
2021-11-09 18:44:54 +01:00
parent 817fa90bb0
commit cee85c78d5
12 changed files with 2759 additions and 4 deletions

View File

@@ -160,6 +160,7 @@ public class EntityMessage implements Serializable {
public String unsubscribe;
public String autocrypt;
public String headers;
public String infrastructure;
public Boolean raw;
public String subject;
public Long size;
@@ -546,6 +547,7 @@ public class EntityMessage implements Serializable {
Objects.equals(this.unsubscribe, other.unsubscribe) &&
Objects.equals(this.autocrypt, other.autocrypt) &&
Objects.equals(this.headers, other.headers) &&
Objects.equals(this.infrastructure, other.infrastructure) &&
Objects.equals(this.raw, other.raw) &&
Objects.equals(this.subject, other.subject) &&
Objects.equals(this.size, other.size) &&