hazarkarabay / hmsfromrc

Roundcube plugin for manage autoresponder and forwarder on hMailServer backend.
0 stars 1 forks source link

Not showing up #1

Open Tragen opened 8 years ago

Tragen commented 8 years ago

I have put everything in the plugins/hmsfromrc directory and added it to the plugins config. But it doesn't show up in settings with RC 1.1.4. There are no error messages or warnings. Any hints on what it could be?

pik-256 commented 8 years ago

You have to correct a few careless codes.

  1. Update config.inc.php.dist file: 'Mode' => 'com',
  2. $obBaseApp need to be authenticated. Correct the line 159 in hmsfromrc.php file in function getHmsComServer($user): $obBaseApp->Authenticate($_SESSION['username'],$this->rc->decrypt($_SESSION['password']));
Tragen commented 8 years ago

Thanks. It's working now.