Roundcube Community Forum

Release Support => Pending Issues => Topic started by: nesoor on August 09, 2023, 05:54:49 PM

Title: Request to Reinstate 'Out of Office' Feature in RoundCube
Post by: nesoor on August 09, 2023, 05:54:49 PM
Hello RoundCube Members,

I am reaching out regarding a feature that was available on my previous web hosting server – the "Out of Office" message. This feature allowed my clients to conveniently set up their own automatic replies. Since migrating to my own server and installing RoundCube, I've encountered an issue. The current version, RoundCube 1.6, appears to lack this particular option.

Although the new version offers filters that enable automatic replies, I've encountered a limitation. I am unable to specify an end date for the auto-reply, which is a crucial aspect for me.

I have attached an example showcasing how this functionality was present on the previous server. I am hoping that it might be possible to reinstate this feature on my current RoundCube setup. Your assistance in this matter would be greatly appreciated!!
Title: Re: Request to Reinstate 'Out of Office' Feature in RoundCube
Post by: JohnDoh on August 10, 2023, 03:09:59 PM
From your screenshot I'd say you previous provider had the managesieve plugin enabled with `managesieve_vacation` set to `1` "add Vacation section" the work (sending the out of office message) is done by the server, Roundcube is only a client and the managesieve plugin provides a configuration interface.
Title: Re: Request to Reinstate 'Out of Office' Feature in RoundCube
Post by: nesoor on August 12, 2023, 06:50:28 AM
Quote from: JohnDoh on August 10, 2023, 03:09:59 PM
From your screenshot I'd say you previous provider had the managesieve plugin enabled with `managesieve_vacation` set to `1` "add Vacation section" the work (sending the out of office message) is done by the server, Roundcube is only a client and the managesieve plugin provides a configuration interface.

Hey JohnDoh,
Thank you for getting back to me, I genuinely appreciate your response.

After conducting a Google search for "Managesieve Vacation," I came across a GitHub link that seems relevant: https://github.com/roundcube/roundcubemail/blob/master/plugins/managesieve/lib/Roundcube/rcube_sieve_vacation.php

Could you kindly confirm if this is indeed the plugin you were referring to?  :)
Title: Re: Request to Reinstate 'Out of Office' Feature in RoundCube
Post by: JohnDoh on August 12, 2023, 08:44:35 AM
Quote[Although the new version offers filters that enable automatic replies, I've encountered a limitation. I am unable to specify an end date for the auto-reply, which is a crucial aspect for me.
The link you posted is to Roundcube's Github repo yes. From the above line I guessed you had already configured and enabled the managesieve plugin which is distributed with Roundcube. If thats true the param you want to change is in that plugin's config file. If you are using a different plugin then you probably don't want to run 2 filtering systems.