Added internal domain names option

This commit is contained in:
M66B
2021-04-30 13:09:55 +02:00
parent 20a592c14b
commit 535b1128d2
8 changed files with 2549 additions and 14 deletions

View File

@@ -101,6 +101,7 @@ public class EntityIdentity {
public String replyto;
public String cc;
public String bcc;
public String internal;
@NonNull
public Boolean unicode = false;
@NonNull