Disable X-UIDONLY

pull/194/merge
M66B 3 years ago
parent a273008563
commit 643ebb7b2d

@ -759,7 +759,7 @@ public class EmailService implements AutoCloseable {
} }
// Verizon // Verizon
if (istore.hasCapability("X-UIDONLY") && istore.hasCapability("ENABLE")) if (false && istore.hasCapability("X-UIDONLY") && istore.hasCapability("ENABLE"))
try { try {
istore.enable("X-UIDONLY"); istore.enable("X-UIDONLY");
} catch (ProtocolException ex) { } catch (ProtocolException ex) {

Loading…
Cancel
Save