mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Added workaround for Zoho search bug
This commit is contained in:
@@ -175,6 +175,10 @@ public class EntityAccount extends EntityOrder implements Serializable {
|
||||
return "imap.seznam.cz".equalsIgnoreCase(host);
|
||||
}
|
||||
|
||||
boolean isZoho() {
|
||||
return (host != null && host.toLowerCase(Locale.ROOT).startsWith("imap.zoho."));
|
||||
}
|
||||
|
||||
boolean isTransient(Context context) {
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
boolean enabled = prefs.getBoolean("enabled", true);
|
||||
|
||||
Reference in New Issue
Block a user