mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Workaround Outlook issue
This commit is contained in:
@@ -2263,7 +2263,7 @@ class Core {
|
||||
: ifolder.search(new MessageIDTerm(message.msgid));
|
||||
|
||||
// Fallback
|
||||
if (false)
|
||||
if (account.isOutlook())
|
||||
if (imessages == null || imessages.length == 0)
|
||||
try {
|
||||
// Needed for Outlook
|
||||
|
||||
Reference in New Issue
Block a user