mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Disable X-UIDONLY
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user