-
Notifications
You must be signed in to change notification settings - Fork 262
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
Implement automatic out-of-office replies #7102
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
08ebf40
to
26260fa
Compare
I have no clue what is happening here. Even if I remove the v-if condition from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works with a few rendering quirks on FF
Nit: last day should probably have a min
of the first day
eslint, squash and let's go |
Screencast.from.02.09.2022.18.09.35.webm |
|
||
<fieldset class="form__fieldset"> | ||
<label for="ooo-message">{{ t('mail', 'Message') }}</label> | ||
<TextEditor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#6935 changes TextEditor heavily. I recommend to use <textarea> for now ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done 👍
Should be okay to address "Escape quotes (and eventually other) characters" and "Remove marker from Subject and Message" later.
If someone breaks the OOO replies like that they deserve a broken Sieve script |
Screencast.from.02.09.2022.19.09.57.webm(not a blocker. looks like a visual bug as the newlines are there in the sieve script) |
Got another one for you 🤣 Screencast.from.02.09.2022.19.12.13.webm |
Screencast.from.02.09.2022.19.14.16.webmhttps://github.com/thsmi/sieve cannot parse our sieve script into the graphical view :( |
Conflicts 😬 |
Signed-off-by: Richard Steinmetz <[email protected]> Signed-off-by: Christoph Wurst <[email protected]>
a530461
to
5371675
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested & works
|
Fix #5441
To-do
:addresses ["[email protected]", "[email protected]"]
from account email and aliases so no emails to mailing lists get auto-responded (has to be implemented; the mail server won't send a single response)To-do from design review
Vacation responder review
Don’t edit above …
but rather### Nextcloud Mail: Vacation responder DO NOT EDIT! ###
Out of scope for now