Added DNSSEC account/identity option

This commit is contained in:
M66B
2024-01-06 16:38:22 +01:00
parent fec7e96feb
commit 91ee9b5c60
17 changed files with 3139 additions and 43 deletions

View File

@@ -74,6 +74,8 @@ public class EntityAccount extends EntityOrder implements Serializable {
@ColumnInfo(name = "pop")
public Integer protocol = TYPE_IMAP;
@NonNull
public Boolean dnssec = false;
@NonNull
public String host; // POP3/IMAP
@NonNull
@ColumnInfo(name = "starttls")