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

Added thread data to EXPUNGE command #783

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

jissepo
Copy link
Contributor

@jissepo jissepo commented Feb 14, 2025

Added the deleted message thread identifier to the "EXPUNGE" message.

This has two uses:

  1. Unifies the data returned by the updates stream, since the "EXISTS" message already has the thread information in it.
  2. Allows for better control over the data being deleted. E.g cache invalidation on front-end for a specific thread only. Instead of having to look through all cached data to find the correct thread to invalidate.

@andris9 andris9 merged commit 5ac345e into nodemailer:master Feb 14, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants