Refactoring

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

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

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

Loading…
Cancel
Save