Use UIDL of msg ID missing

pull/184/head
M66B 4 years ago
parent 89b3e0d73c
commit fb8e201cab

@ -1938,10 +1938,12 @@ class Core {
} }
} }
if (TextUtils.isEmpty(msgid)) { if (TextUtils.isEmpty(msgid))
if (uidl == null) {
Log.w(folder.name + " POP no msgid"); Log.w(folder.name + " POP no msgid");
continue; continue;
} } else
msgid = uidl;
try { try {
Log.i(folder.name + " POP sync=" + uidl + "/" + msgid); Log.i(folder.name + " POP sync=" + uidl + "/" + msgid);

Loading…
Cancel
Save