Use UIDL of msg ID missing

This commit is contained in:
M66B
2020-08-30 21:39:13 +02:00
parent 89b3e0d73c
commit fb8e201cab

View File

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