Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confirmation Searches never complete if emails are still found #3

Open
jdgregson opened this issue Mar 6, 2018 · 0 comments
Open

Comments

@jdgregson
Copy link
Owner

How confirmation searches currently work:

  1. for each user who had matches a new search string is crafted which will exclude various deleted items folders
  2. all of those searches are performed over and over again in a loop until the search returns 0 results

The problem with this is that if the email is not deleted, the confirmation search will never complete. For example, if the email fails to delete, or if the user receives another matching email while the confirmation search is running, the search will never confirm or error out.

There should be a timeout, or a maximum number of searches. After this timeout there user should be notified that the deletion could not be confirmed and that they should manually verify or try the deletion again.

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

No branches or pull requests

1 participant