mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Check pop3 host too
This commit is contained in:
@@ -337,6 +337,8 @@ public class EmailProvider implements Parcelable {
|
||||
for (EmailProvider provider : loadProfiles(context)) {
|
||||
if (provider.imap != null && host.equals(provider.imap.host))
|
||||
return provider;
|
||||
if (provider.pop != null && host.equals(provider.pop.host))
|
||||
return provider;
|
||||
if (provider.smtp != null && host.equals(provider.smtp.host))
|
||||
return provider;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user