Restored inline POP3 exists

This commit is contained in:
M66B
2023-01-25 12:24:46 +01:00
parent 6d86228422
commit 6c9d09faac
2 changed files with 4 additions and 11 deletions

View File

@@ -558,16 +558,6 @@ public class EntityOperation {
return;
}
if (EXISTS.equals(name)) {
EntityFolder f = db.folder().getFolder(folder);
EntityMessage m = db.message().getMessage(message);
if (f != null && m != null) {
Log.i("POP3: inline EXISTS");
EntityContact.received(context, a, f, m);
return;
}
}
if (DELETE.equals(name)) {
EntityFolder f = db.folder().getFolder(folder);
if (f != null &&