Skip to content

node -> gmailBackupSearch used? should port it #1056

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions