mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Stop scanning at tld
This commit is contained in:
@@ -426,6 +426,8 @@ public class EmailProvider implements Parcelable {
|
||||
candidates.addAll(_fromDomain(context, target, email, discover));
|
||||
int dot = target.indexOf('.');
|
||||
target = target.substring(dot + 1);
|
||||
if (UriHelper.isTld(context, target))
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user