Skip to content

node -> gmailBackupSearch used? should port it #1056

@tomholub

Description

@tomholub

part of #1051

This is the complete implementation

export const gmailBackupSearchQuery = (acctEmail: string) => {
  return [
    'from:' + acctEmail,
    'to:' + acctEmail,
    '(subject:"' + GMAIL_RECOVERY_EMAIL_SUBJECTS.join('" OR subject: "') + '")',
    '-is:spam',
  ].join(' ');
};

if not used, then please close.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions