mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
Merge branch 'LogicLabs-OU:main' into fix/imap-sync-skipping-emails
This commit is contained in:
@@ -230,7 +230,7 @@ export class MicrosoftConnector implements IEmailConnector {
|
||||
try {
|
||||
const response = await this.graphClient
|
||||
.api(requestUrl)
|
||||
.select('id,conversationId,@removed')
|
||||
.select('id,conversationId')
|
||||
.get();
|
||||
|
||||
for (const message of response.value) {
|
||||
|
||||
Reference in New Issue
Block a user