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 snooze functionnality to imap #659

Merged
merged 2 commits into from
Aug 29, 2023
Merged

Conversation

josaphatim
Copy link
Member

With this merge request users can waiten emails by picking a desired date, or with some predefined helpers (later on the day, tomorrow, next weekend, next week on monday, or the first of next month). Snoozed messages go to Snoozed folder. All snoozed emails (with X-Snoozed header) and all emails in snoozed folder can be unsnoozed manually. Automatic unsnoozed is for now done by a script that runs every minute to unsnooze email which dates are reached.

It fixes #572
And relates https://avan.tech/item59012

@dumblob
Copy link
Member

dumblob commented Jan 18, 2023

I did not test this but from the source there seem to be no obvious mistakes.

I wonder how this behaves if one wants to edit a snoozed/scheduled email? Especially I am curious what happens if the snooze fires/triggers (in the background) during editing together with a combination of:

  1. pressing plain "send"
  2. pressing "snooze"
  3. pressing "unsnooze"

All these tricky situations must be visually clearly communicated (e.g. a life countdown) in the UI.

Could you take a look at these and maybe others I missed?

@josaphatim
Copy link
Member Author

I did not test this but from the source there seem to be no obvious mistakes.

I wonder how this behaves if one wants to edit a snoozed/scheduled email? Especially I am curious what happens if the snooze fires/triggers (in the background) during editing together with a combination of:

  1. pressing plain "send"
  2. pressing "snooze"
  3. pressing "unsnooze"

All these tricky situations must be visually clearly communicated (e.g. a life countdown) in the UI.

Could you take a look at these and maybe others I missed?

Well noted. I will work on. Thanks

@kintaro1981 kintaro1981 mentioned this pull request Feb 4, 2023
11 tasks
@marclaporte
Copy link
Member

@josaphatim
Copy link
Member Author

I did not test this but from the source there seem to be no obvious mistakes.

I wonder how this behaves if one wants to edit a snoozed/scheduled email? Especially I am curious what happens if the snooze fires/triggers (in the background) during editing together with a combination of:

  1. pressing plain "send"
  2. pressing "snooze"
  3. pressing "unsnooze"

All these tricky situations must be visually clearly communicated (e.g. a life countdown) in the UI.

Could you take a look at these and maybe others I missed?

@josaphatim josaphatim closed this Apr 14, 2023
@josaphatim josaphatim reopened this Apr 14, 2023
@josaphatim
Copy link
Member Author

Changes made to merge request

@josaphatim
Copy link
Member Author

@kroky I made changes.

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.

"Snooze" (reply-later) feature for any message: Hide this email for x hours/days/weeks/months
4 participants