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
|
||||
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…
Reference in New Issue