html5_notifier
html5_notifier copied to clipboard
HTML5 Notifier plugin for roundcube
This does not work even if all the steps are followed properly the test is working but no notification is displayed.
When I click on "Configure browser", nothing happens.  If I click on test, here is what I get:  Any idea?
For some reason when I click on the notif icon (using FF developer 76.0b2 (64-bit)), the message is automatically marked as read, but it's not shown in the "email panel"...
Can someone please put some instructions in the README on how to install/setup this on chrome?
Can the notifier just activate current tab without opening the letter?
Hi @stremlau I saw some roundcube plugin developers align your plugin project names to "roundcube-". So, I suggest to you rename this project to "roundcube-html5_notifier". And thanks by your work.
Would you please make a change similar to the following starting at line 53 to make the warnings disappear? ``` $msgs = (array) $RCMAIL->storage->list_messages($args['mailbox']); $excluded_directories = array(); if (!empty($RCMAIL->config->get('html5_notifier_excluded_directories'))) {...