mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Always download messages inline for wp.pl
This commit is contained in:
@@ -209,6 +209,10 @@ public class EntityAccount extends EntityOrder implements Serializable {
|
||||
return "imap.aol.com".equalsIgnoreCase(host);
|
||||
}
|
||||
|
||||
boolean isWpPl() {
|
||||
return "imap.wp.pl".equalsIgnoreCase(host);
|
||||
}
|
||||
|
||||
boolean isICloud() {
|
||||
return "imap.mail.me.com".equalsIgnoreCase(host);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user