+ Reply to Thread
Page 4 of 5 FirstFirst ... 2 3 4 5 LastLast
Results 31 to 40 of 44

Thread: Rouncube webmail notifier

  1. #31
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

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

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  2. #32
    mmaraghy's Avatar
    mmaraghy is offline Registered User
    Join Date
    Oct 2009
    Posts
    28
    Downloads
    7
    Uploads
    0

    Default

    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.

  3. #33
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

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

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  4. #34
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

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

    webmail_notifier.php
    Code:
    public $task = "login|mail|settings";
    instead of ...
    Code:
    public $task = "mail|settings";
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  5. #35
    dogcow is offline Registered User
    Join Date
    Jun 2006
    Posts
    41
    Downloads
    1
    Uploads
    0

    Default

    Someone out there is doing a scan for this plugin.

    My site doesn't have this plugin, yet the following is in my logs:

    Code:
    Host: 217.224.201.43
    	
        *  
    
    /emc/?_task=logout
    	Http Code: 200 	Date: Mar 11 13:28:17 	Http Version: HTTP/1.1 	Size in Bytes: 2507
    	Referer: -
    	Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; de; rv:1.9.2) Gecko/20100115 Firefox/3.6
    	
    
        *  
    	
    /emc/?_task=logout/?_action=plugin.webmail_notifier
    	Http Code: 200 	Date: Mar 11 13:28:20 	Http Version: HTTP/1.1 	Size in Bytes: 2458
    	Referer: -
    	Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; de; rv:1.9.2) Gecko/20100115 Firefox/3.6
    
        *  
    	
    /emc/
    	Http Code: 200 	Date: Mar 11 13:52:34 	Http Version: HTTP/1.1 	Size in Bytes: 2403
    	Referer: -
    	Agent: Opera/9.80 (Macintosh; PPC Mac OS X; U; de) Presto/2.2.15 Version/10.10

  6. #36
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    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 http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  7. #37
    TopQuark is offline Roundcube Newcomer
    Join Date
    Jun 2008
    Posts
    6
    Downloads
    0
    Uploads
    0

    Default

    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.

  8. #38
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

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

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  9. #39
    TopQuark is offline Roundcube Newcomer
    Join Date
    Jun 2008
    Posts
    6
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by rosali View Post
    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!

    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.

  10. #40
    psk
    psk is offline Registered User
    Join Date
    Sep 2010
    Posts
    13
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by rosali View Post
    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...

+ Reply to Thread
Page 4 of 5 FirstFirst ... 2 3 4 5 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts