mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 03:24:52 +02:00
Refactoring
This commit is contained in:
@@ -1168,7 +1168,8 @@ class Core {
|
||||
else
|
||||
sb.append(range.first).append(':').append(range.second);
|
||||
}
|
||||
Response[] responses = protocol.command("UID FETCH " + sb + " (UID FLAGS)", null);
|
||||
String command = "UID FETCH " + sb + " (UID FLAGS)";
|
||||
Response[] responses = protocol.command(command, null);
|
||||
|
||||
if (responses.length > 0 && responses[responses.length - 1].isOK()) {
|
||||
for (Response response : responses)
|
||||
|
||||
Reference in New Issue
Block a user