Roundcube Community Forum

 

Rouncube webmail notifier

Started by pgy, April 17, 2009, 03:54:49 AM

Previous topic - Next topic

mmaraghy

The webmail notifier stopped working for me. I updated to the latest Roundcube SVN - could that have done it?

rosali

I use SVN r3239 and it works there. Could you please revert back and test. Let me know.
Regards,
Rosali

mmaraghy

I reverted all the way back to the 0.3.1 release and it works fine. I also tried SVN r3266 but with no luck. I currently have r3240 running and the plugin works. Seems like something changed between r3240 (31Jan2010) and r3266 (12Feb2010) that is causing a bug in the plugin.

rosali

I will look inside asap (not before mid of next week) ...
Regards,
Rosali

rosali

There is a simple fix for that. We have to bind the plugin to new introduced "login" task:

webmail_notifier.php

public $task = "login|mail|settings";

instead of ...

public $task = "mail|settings";
Regards,
Rosali

rosali

There is no ring-home code or something similar in my code. I can't say if the Firefox Addon is responsible for that.
Regards,
Rosali

TopQuark

Is this working in the latest Firefox 3.6.6 and latest Webmail Notifier?  I cannot get it to work.  Here's what I did:

1. Modified the config.inc.php file to replace the default "Mail4Us.net" to my "domain.net" provider.

2. Modified the roundcube.js script to change the var name to "domain.net" and weburl to "http://www.domain.net/webmail".

3. Uploaded everything to /var/www/roundcube/plugins/

4. Modified the file, main.inc.php, in /var/www/roundcube/config to add "webmail_notifier" in $rcmail_config['plugins'] array.

When I check on the email in Webmail Notifier, I am getting "not checked" message.  I know my roundcube configuration works because when I typed the url "http://www.domain.net/webmail/?_action=plugin.webmail_notifier", I am getting the correct number of new emails.

Thanks in advance.

rosali

It works for me on 3.6.6. You should not edit the js file. Download it from settings section.
Regards,
Rosali

sydneysolar

I can't say if the Firefox Addon is responsible for that.

______________________
solar panel solar house

TopQuark

Quote from: rosali;28796It works for me on 3.6.6. You should not edit the js file. Download it from settings section.

How can I miss that important step!  Big thanks! :D

Thanks for the script, by the way.  I think this script will become more popular now that Simple Mail addon for Firefox is no longer supported.

psk

Quote from: rosali;28796It works for me on 3.6.6. You should not edit the js file. Download it from settings section.

I can't download from setting section. I only can see the text (localized):

"Obtén el Plugin de Firefox para el Notificador de Webmail" (Get plugin...)
"Obtén el Script Notificador de Webmail para Firefox" (Get script...)

but I can't see any link for download, only the text...

psk

Quote from: psk;31291I can't download from setting section. I only can see the text (localized):

"Obtén el Plugin de Firefox para el Notificador de Webmail" (Get plugin...)
"Obtén el Script Notificador de Webmail para Firefox" (Get script...)

but I can't see any link for download, only the text...

I've needed access to setting section with Google Chrome and then I could see a little box for click and download the script.

It's a firefox addons, but I need Chrome for can configure it :D

Now work fine, thank you very much.

Regards!

rosali

There should be icons right to the text. Click on the icons.
Regards,
Rosali

RandomUsername

I'm not sure if this is due to an updated WMN addon or an updated RC plugin but my WMN no longer works.

If I right-click and choose "Check Now" when I hover over the icon it says "Home Mail: Not checked". Can anyone else confirm this or give some pointers on debugging it? I've reinstalled the addon and the script from RC.

Thanks.

rosali

The new CSFR protection of the login procedure in Roundcube 0.5.1 is the culprit.

I have released an updated version @ Scripts - WebMail Notifier
Regards,
Rosali