|
|
|
@ -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) {
|
|
|
|
|