mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 00:51:44 +01:00
Small improvement
This commit is contained in:
@@ -169,8 +169,8 @@ public class EntityAccount extends EntityOrder implements Serializable {
|
||||
}
|
||||
|
||||
boolean shouldPoll() {
|
||||
return ("imap.gmail.com".equals(host) ||
|
||||
"outlook.office365.com".equals(host));
|
||||
return ("imap.gmail.com".equalsIgnoreCase(host) ||
|
||||
"outlook.office365.com".equalsIgnoreCase(host));
|
||||
}
|
||||
|
||||
public JSONObject toJSON() throws JSONException {
|
||||
|
||||
Reference in New Issue
Block a user