rplessl / roundcube-vacation-plugin

vacation / out-of-office plugin for RoundCube
GNU General Public License v3.0
6 stars 39 forks source link

Sieve Driver doesn't working #3

Closed mahedicse closed 4 years ago

mahedicse commented 8 years ago

please give details configuration for Sieve driver

rplessl commented 6 years ago

never used the siece part

maybe the new version is working now, otherwise patches are welcome.

madpsy commented 6 years ago

Do you have details on how to configure it though? I presume you wrote it...

crazy4chrissi commented 6 years ago

The "new" version (since 1.0 beta7 released 2009-03-01) of the managesieve plugin includes the functionality to simply define vacation auto-replies. These are the config options:

// Enables separate management interface for vacation responses (out-of-office)
// 0 - no separate section (default),
// 1 - add Vacation section,
// 2 - add Vacation section, but hide Filters section
$config['managesieve_vacation'] = 1;

// Default vacation interval (in days).
// Note: If server supports vacation-seconds extension it is possible
// to define interval in seconds here (as a string), e.g. "3600s".
$config['managesieve_vacation_interval'] = 1;

// Some servers require vacation :addresses to be filled with all
// user addresses (aliases). This option enables automatic filling
// of these on initial vacation form creation.
$config['managesieve_vacation_addresses_init'] = true;

So just upgrade the managesieve plugin and drop the vacation plugin. So I guess you guys can also just remove the managesieve driver from your plugin, as it seems to be not working anyway.