mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 13:14:39 +00:00
parent
902ef6fa6e
commit
d9e89067b5
1 changed files with 0 additions and 8 deletions
|
@ -458,14 +458,6 @@ class Core {
|
|||
Log.w(folder.name + " ignored=" + op.name);
|
||||
}
|
||||
} else {
|
||||
if (retry > 0 && "poczta.o2.pl".equalsIgnoreCase(account.host)) {
|
||||
// UID FETCH doesn't work for o2.pl
|
||||
Message[] imessages = ifolder.getMessages();
|
||||
FetchProfile ifetch = new FetchProfile();
|
||||
ifetch.add(UIDFolder.FetchProfileItem.UID);
|
||||
ifolder.fetch(imessages, ifetch);
|
||||
}
|
||||
|
||||
List<EntityMessage> messages = new ArrayList<>();
|
||||
messages.add(message);
|
||||
if (similar.size() == 0)
|
||||
|
|
Loading…
Reference in a new issue