Author Topic: Rouncube webmail notifier  (Read 32455 times)

Offline mmaraghy

  • Jr. Member
  • **
  • Posts: 28
Broken
« Reply #30 on: February 11, 2010, 10:46:58 AM »
The webmail notifier stopped working for me. I updated to the latest Roundcube SVN - could that have done it?

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Rouncube webmail notifier
« Reply #31 on: February 12, 2010, 03:30:09 AM »
I use SVN r3239 and it works there. Could you please revert back and test. Let me know.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline mmaraghy

  • Jr. Member
  • **
  • Posts: 28
Rouncube webmail notifier
« Reply #32 on: February 12, 2010, 08:13:07 AM »
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.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Rouncube webmail notifier
« Reply #33 on: February 12, 2010, 08:55:57 AM »
I will look inside asap (not before mid of next week) ...
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Rouncube webmail notifier
« Reply #34 on: February 15, 2010, 01:26:10 AM »
There is a simple fix for that. We have to bind the plugin to new introduced "login" task:

webmail_notifier.php
Code: [Select]

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

instead of ...
Code: [Select]

public $task = "mail|settings";
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Rouncube webmail notifier
« Reply #35 on: March 12, 2010, 12:48:35 AM »
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
__________________
MyRoundcube Project (commercial)

Offline TopQuark

  • Newbie
  • *
  • Posts: 7
Rouncube webmail notifier
« Reply #36 on: July 18, 2010, 07:27:18 PM »
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.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Rouncube webmail notifier
« Reply #37 on: July 19, 2010, 12:22:48 AM »
It works for me on 3.6.6. You should not edit the js file. Download it from settings section.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

sydneysolar

  • Guest
Rouncube webmail notifier
« Reply #38 on: July 19, 2010, 03:05:02 PM »
I can't say if the Firefox Addon is responsible for that.

______________________
solar panel solar house

Offline TopQuark

  • Newbie
  • *
  • Posts: 7
Rouncube webmail notifier
« Reply #39 on: July 19, 2010, 10:23:26 PM »
Quote from: rosali;28796
It 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.

Offline psk

  • Jr. Member
  • **
  • Posts: 13
Rouncube webmail notifier
« Reply #40 on: November 15, 2010, 02:29:51 AM »
Quote from: rosali;28796
It 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...

Offline psk

  • Jr. Member
  • **
  • Posts: 13
Rouncube webmail notifier
« Reply #41 on: November 15, 2010, 02:42:22 AM »
Quote from: psk;31291
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...


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!

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Rouncube webmail notifier
« Reply #42 on: November 15, 2010, 03:48:00 AM »
There should be icons right to the text. Click on the icons.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline RandomUsername

  • Newbie
  • *
  • Posts: 7
Rouncube webmail notifier
« Reply #43 on: February 21, 2011, 12:57:42 PM »
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.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Rouncube webmail notifier
« Reply #44 on: February 22, 2011, 12:17:25 AM »
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
__________________
MyRoundcube Project (commercial)