|
|
@ -1356,7 +1356,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|
|
|
|
|
|
|
|
|
|
|
boolean verified = (auths == 3 && (!check_tls || Boolean.TRUE.equals(message.tls)));
|
|
|
|
boolean verified = (auths == 3 && (!check_tls || Boolean.TRUE.equals(message.tls)));
|
|
|
|
|
|
|
|
|
|
|
|
if (message.dkim == null && message.spf == null && message.dkim == null)
|
|
|
|
if (message.dkim == null && message.spf == null && message.dmarc == null)
|
|
|
|
ibAuth.setImageLevel(1);
|
|
|
|
ibAuth.setImageLevel(1);
|
|
|
|
else
|
|
|
|
else
|
|
|
|
ibAuth.setImageLevel(auths + 2);
|
|
|
|
ibAuth.setImageLevel(auths + 2);
|
|
|
|