I made the upgrade of roundcube from the version 1.1.4 to 1.2.0 (final version) and the "filters" plugin, which I had installed manually and that worked without problems in the 1.1.x version of roundcube, doesn't work anymore.
I tried to upgrade the filters plugin ( https://plugins.roundcube.net/packages/roundcube/filters and https://github.com/6ec123321/filters ) to the last version (2.14) and even with this procedure, in /var/log/messages there are the following error messages:
roundcube: PHP Fatal error: Call to undefined method rcube_imap::get_mailbox_name() in /var/www/roundcubemail/plugins/filters/filters.php on line 45
I had to disable this plugin to roundcube 1.2.0 works on my server.
Is "filters" plugin incompatible with the new 1.2.0 version of roundcube ?
Replying to myself, I resolved this problem using this version of filters plugin:
https://github.com/6ec123321/filters/tree/filters_PHP7_RC1.2
This version has a fix to be compatible with roundcube 1.2.0 ...
I tried new version and still get error.
Has this been reported as a bug?