mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Added comments
This commit is contained in:
parent
d76db13b54
commit
d0568da806
1 changed files with 3 additions and 0 deletions
|
@ -882,6 +882,9 @@ public class EmailService implements AutoCloseable {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Verizon
|
// Verizon
|
||||||
|
// https://senders.yahooinc.com/developer/documentation/#imap-modes-limited
|
||||||
|
// https://www.ietf.org/archive/id/draft-melnikov-imap-uidonly-00.html
|
||||||
|
// https://answers.microsoft.com/en-us/outlook_com/forum/all/why-is-an-imap-inbox-only-displaying-10000-items/6d15de5f-9047-4b41-9b58-1d8345bbd002
|
||||||
if (false && 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");
|
||||||
|
|
Loading…
Reference in a new issue