Export to GitHub

dovecotpfd - issue #3

dovecotpfd v1.1 is not working on dovecot 0.8.x anymore


Posted on Mar 28, 2013 by Happy Bear

v1.1 is not working on dovecot 0.8.x anymore, the plugins-structure has changed to classes. Would you be so kind to provide an updated version for newer versions of roundcube?

Actually its very simple:

class rcube_dovecotpfd_password { function save($currpass, $newpass) {

}

instead of:

function password_save($currpass, $newpass)

Thanks a lot!

Status: New

Labels:
Type-Defect Priority-Medium