Fix mail import gmail driver when message has been deleted (#9546)
We forgot to ignore messages that were removed
This commit is contained in:
@ -81,6 +81,8 @@ export class GmailGetMessagesService {
|
||||
response.error,
|
||||
messageIds[index],
|
||||
);
|
||||
|
||||
return undefined;
|
||||
}
|
||||
|
||||
return parseAndFormatGmailMessage(
|
||||
|
||||
Reference in New Issue
Block a user