mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Restored inline POP3 exists
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user