mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Added account/identity option to enforce DANE
This commit is contained in:
@@ -75,6 +75,8 @@ public class EntityIdentity {
|
||||
@NonNull
|
||||
public Boolean insecure = false;
|
||||
@NonNull
|
||||
public Boolean dane = false;
|
||||
@NonNull
|
||||
public Integer port;
|
||||
@NonNull
|
||||
public Integer auth_type;
|
||||
|
||||
Reference in New Issue
Block a user