You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find a solution for another plugin. In 1.1 the function was deprecated. And in 1.2 they removed it. public function imap_connect() { return $this->storage_connect(); }
so if you call storage_connect() instead of imap_connect() is all fine.
I use filters on my Roundcube facilities, and when trying to install the plugin in the new 1.2 beta version, this error appears.
PHP Fatal error: Call to undefined method rcmail::imap_connect() in /home/.../roundcube/plugins/filters/filters.php on line 169
And It produces a 500 error to the user.
The text was updated successfully, but these errors were encountered: