mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 10:55:09 +01:00
Debug: message authentication
This commit is contained in:
@@ -2250,7 +2250,7 @@ public class MessageHelper {
|
||||
else {
|
||||
String signer2 = getSigner(header);
|
||||
if (!signer.equals(signer2)) {
|
||||
Log.i("Different signer=" + signer + "/" + signer2);
|
||||
Log.i("Different signer=" + signer + "/" + signer2 + " type=" + type);
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -2260,6 +2260,8 @@ public class MessageHelper {
|
||||
continue;
|
||||
|
||||
String value = val[0].toLowerCase(Locale.ROOT);
|
||||
if (!"pass".equals(value))
|
||||
Log.i("Authentication " + type + "=" + value + " header=" + header);
|
||||
switch (value) {
|
||||
case "none":
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user