mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
7b602e2cfc
commit
18c05bcf92
|
@ -182,7 +182,7 @@ public class EntityAccount extends EntityOrder implements Serializable {
|
|||
|
||||
boolean isOutlook() {
|
||||
return ("outlook.office365.com".equalsIgnoreCase(host) ||
|
||||
"imap-mail.outlook.com".equals(host));
|
||||
"imap-mail.outlook.com".equalsIgnoreCase(host));
|
||||
}
|
||||
|
||||
static boolean isOutlook(String id) {
|
||||
|
|
Loading…
Reference in New Issue