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

[enhancement]: Mail "symbolic" links #748

Open
1 task done
X-Ryl669 opened this issue Sep 11, 2024 · 0 comments
Open
1 task done

[enhancement]: Mail "symbolic" links #748

X-Ryl669 opened this issue Sep 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@X-Ryl669
Copy link

Which feature or improvement would you like to request?

In JMAP specification an email can exists in multiple mailbox simultaneously (see mailBoxIds). This is useful to mimic Gmail's tag or label by using folders.

Ideally, I can sort an email in multiple folder via sieve script by using multiple fileinto clauses, but then I have copies of the mail, so deleting the mail from one folder leaves it in the other folder.

I wonder if it would be possible to add an extension to fileinto called :link so instead of copying the mail, it changes its mailboxid property to include both mailbox's id (one for each folder). That way, deleting the mail in whatever folder will actually delete it since it only exists once.

Is your feature request related to a problem?

Not able to have a unique mail appears at multiple place in the inbox hierarchy.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@X-Ryl669 X-Ryl669 added the enhancement New feature or request label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant