mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
Allow duplicate message IDs POP3/UIDL
This commit is contained in:
@@ -2914,7 +2914,7 @@ class Core {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (msgIdTuple.containsKey(msgid)) {
|
||||
if (hasUidl ? uidlMsgId.containsKey(uidl) : msgIdTuple.containsKey(msgid)) {
|
||||
_new = false;
|
||||
Log.i(account.name + " POP having " + msgid + "/" + uidl);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user