Roundcubemail : plugin rc-vacation 0.5
- Vendredi 13 janvier 2012
- Publié dans Développement . PHP
- Par Boris HUISGEN
- Ecrire
La version 0.5 du plugin rc-vacation est disponible. Outre la correction de quelques bugs, un driver d’intégration avec le panel de gestion Plesk est disponible. Cette version est compatible avec la version 0.7.1 de RoundCube.
Dépôt Git : http://github.com/bhuisgen/rc-vacation
Tarball : rc-vacation-0.5.tar.gz

Hello, i just install this plugin, but i have an error on the conection. Can you help me?
‘mysql://xxx:xxxx@localhost/mail’;
CREATE TABLE vacation (
email varchar(255) NOT NULL PRIMARY KEY,
domain varchar(255) NOT NULL,
startdate int NOT NULL,
enddate int NOT NULL,
subject varchar(255) NOT NULL,
message text character NOT NULL,
created datetime NOT NULL default ’0000-00-00 00:00:00′,
active tinyint NOT NULL default ’1′
);
Thanks