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

handle mails snoozed via gmail #291

Open
aspiers opened this issue Oct 6, 2024 · 0 comments
Open

handle mails snoozed via gmail #291

aspiers opened this issue Oct 6, 2024 · 0 comments

Comments

@aspiers
Copy link
Contributor

aspiers commented Oct 6, 2024

Gmail UI has a snooze feature:

image

By default it seems that lieer does not sync any snoozed label, even though you can query is:snoozed (or label:snoozed) in gmail as mentioned in #32 (comment).

This is presumably because the Gmail API doesn't expose snooze features, as covered by Issue #109952618 in Google's issue tracker. That issue has an incredible 4543 votes at the time of writing, yet has been totally ignored by Google ever since it was reported in 2018. That speaks volumes about the level of maintenance the Gmail API is enjoying.

Maybe one way to handle this would be to do a label:snoozed query at the end of each partial or full sync, retroactively ensuring that only mails returned by that query have the snoozed label in notmuch. However without full API support this would have to remain a one-way sync of that special label, because there would probably be no way to propagate changes to that label back to Gmail - unless users.messages.modify actually happens to support this without documenting it.

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

No branches or pull requests

1 participant