mirror of https://github.com/M66B/FairEmail.git
Disable X-UIDONLY
This commit is contained in:
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…
Reference in New Issue