mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
imap.googlemail.com
This commit is contained in:
parent
eaddfe2001
commit
f880a240d2
1 changed files with 2 additions and 1 deletions
|
@ -160,7 +160,8 @@ public class EntityAccount extends EntityOrder implements Serializable {
|
|||
public Boolean capability_utf8;
|
||||
|
||||
boolean isGmail() {
|
||||
return "imap.gmail.com".equalsIgnoreCase(host);
|
||||
return "imap.gmail.com".equalsIgnoreCase(host) ||
|
||||
"imap.googlemail.com".equalsIgnoreCase(host);
|
||||
}
|
||||
|
||||
boolean isOutlook() {
|
||||
|
|
Loading…
Reference in a new issue