Fix mail import gmail driver when message has been deleted (#9546)

We forgot to ignore messages that were removed
This commit is contained in:
Charles Bochet
2025-01-10 16:52:29 +01:00
committed by GitHub
parent d1170668df
commit b46bc84dab

View File

@ -81,6 +81,8 @@ export class GmailGetMessagesService {
response.error,
messageIds[index],
);
return undefined;
}
return parseAndFormatGmailMessage(