Refactoring

pull/214/head
M66B 9 months ago
parent 69cd66ac4c
commit 29d80e5c0d

@ -319,6 +319,9 @@ public class EntityFolder extends EntityOrder implements Serializable {
unified = true;
notify = true;
}
if ("poczta.o2.pl".equals(account.host) && INBOX.equals(name))
poll = true;
}
void inheritFrom(EntityFolder parent) {

@ -1715,8 +1715,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
// https://tools.ietf.org/html/rfc2177
final boolean capIdle =
iservice.hasCapability("IDLE") &&
!"poczta.o2.pl".equals(account.host);
iservice.hasCapability("IDLE");
final boolean capUtf8 =
iservice.hasCapability("UTF8=ACCEPT") ||
iservice.hasCapability("UTF8=ONLY");

Loading…
Cancel
Save