-
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
Out-of-office: Apply user info to auto responder settings (if enabled) #8925
Comments
Idea for the Mail settings: make the switch ternary:
Default should be on off, I think. For provisioning we have an option to enable Sieve. There could be a checkbox to enable system autoresponders by default. |
@jancborchardt @nimishavijay the current implementation sets the short message as subject. The long message becomes the body of the autoreply. E.g. the subject Our original specs nextcloud/server#40397
… are not very clear about this. |
@ChristophWurst is the main intention of this to have it translated? Because e.g. for mail autoreply, this is not something which can be translated for the sender anyway, right? |
Fair enough. L10n is indeed tricky here. Sometimes the user's own language is fine. Other times you want to internationalize.
In my personal use case, I do want other Nextcloud users to see why I'm out, like when I'm sick. Other Nextcloud users are colleagues and people I work with. The autoresponder is on for anyone who knows my email. I don't want my short message (status) sent to them. We could also just prepend |
Ah right, got it. Yes, the status is indeed a bit more private. Then let's go with the generic "Out of office" subject as you suggest. |
Is your feature request related to a problem? Please describe.
There will be a global absence form in the personal settings. Those settings should be integrated with our autoresponder.
Tracked in nextcloud/server#40397
Probably requires nextcloud/server#40650 to fetch the actual data
Describe the solution you'd like
Global out-of-office data should be applied to the autoresponder form.
Describe alternatives you've considered
None
Additional context
No response
The text was updated successfully, but these errors were encountered: