Disable X-UIDONLY

This commit is contained in:
M66B 2022-01-28 20:43:24 +01:00
parent a273008563
commit 643ebb7b2d
1 changed files with 1 additions and 1 deletions

View File

@ -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) {