Skip to content

Commit 89e082c

Browse files
committed
Fix IMAP IDLE duplicate fetching
1 parent 8aaf447 commit 89e082c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

server/Mailist/Utilities/ImapClientExtensions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ public static async IAsyncEnumerable<IMessageSummary> IdleFetchAsync(this IImapC
5151
yield return item;
5252
}
5353
}
54+
55+
messageCount = folder.Count;
5456
}
5557
}
5658
finally

0 commit comments

Comments
 (0)