Disable X-UIDONLY

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

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

Loading…
Cancel
Save