mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Match MX record with IMAP host name
This commit is contained in:
@@ -55,7 +55,7 @@ public class UriHelper {
|
||||
if ((suffixList.contains(h) || suffixList.contains(w)) &&
|
||||
!suffixList.contains('!' + h)) {
|
||||
String parent = prefix + "." + h;
|
||||
Log.i("Host=" + host + " parent=" + parent);
|
||||
Log.d("Host=" + host + " parent=" + parent);
|
||||
return parent;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user