+ Reply to Thread
Page 5 of 34 FirstFirst ... 3 4 5 6 7 15 ... LastLast
Results 41 to 50 of 335

Thread: Sieverules plugin

  1. #41
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    easy, you have to use the 0.3-beta version of the plugin for 0.3-beta RC, not the latest development one.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  2. #42
    timtraver is offline Registered User
    Join Date
    Jan 2009
    Posts
    36
    Downloads
    4
    Uploads
    0

    Default

    ok, silly question then...

    From your plugins page, is that the latest working version for the current codebase then?

    If so, then where would I even get the 0.3 beta version of your plugin?

    maybe it would be easier to just check out the latest version of roundcube from subversion, and that would get it working, right?

  3. #43
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    On the plugins page there are links to both the latest dev version, and the 0.3b version. The latest dev version works with the latest version of roundcube from subversion. 0.3b tar.gz file
    0.3b Zip file
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  4. #44
    bouba is offline Roundcube Newcomer
    Join Date
    Jun 2009
    Posts
    9
    Downloads
    2
    Uploads
    0

    Default

    Quote Originally Posted by JohnDoh View Post
    hmmm ok so this looks like a bug, it shouldnt create a blank file when setting the default, unless ofcourse the default file is blank. What version of RC are you running? if its trunk then you can try with the lastest versioni of the plugin, I cant remember exactly when it was but I made some improvements to the way the files are loaded. Or could you attach your default sieve file? I can put it in my setup and see if I can figure it out.
    I JohnDoh, sorry for the delay

    I was using roundcube 0.3 beta with Sieverules 0.3 beta.
    I've upgraded dovecot to 1.2 rc5 (that uses Sieve plugin). As you told me, with this version of dovecot and Sieve plugin, i can use sieve_before, so i solved my problem

    thanks for your help!

  5. #45
    timtraver is offline Registered User
    Join Date
    Jan 2009
    Posts
    36
    Downloads
    4
    Uploads
    0

    Default

    ok, I got the sieverules plugin to work by updating everything to a recent SVN version...

    but, it looks like the rule option for imapflags isn't showing any values.

    i.e. when I choose to "Mark message as", there is nothing to the right that would let me choose anything...

    Tim.

  6. #46
    timtraver is offline Registered User
    Join Date
    Jan 2009
    Posts
    36
    Downloads
    4
    Uploads
    0

    Default

    Just verified that I couldn't see any of the "Mark message as" choices in IE as well as Firefox...

    It appears that in the source, the values are there, but when selected, it does not activate the menu to choose the imap flag value...

    I do not see any javascript errors being produced either...

    Tim.

  7. #47
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    i cant recreate this, the drop down shows up just as it should for me in both 0.3b and the latest dev. could you double check there are no JS errors, also try clearing your cache and check the RC error log for any PHP errors? thanks
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  8. #48
    timtraver is offline Registered User
    Join Date
    Jan 2009
    Posts
    36
    Downloads
    4
    Uploads
    0

    Default

    hmmmmm....

    ok, I just got the latest SVN build (2694) and installed it from scratch...

    then I got the latest SVN of your sieverules plugin and installed that too...

    Still have the problem where it does not show the "Mark message as" list to choose from...

    I dont see any javascript errors in the javascript console either, or the errors log in the installation.

    I have included a screenshot of what I see.

    Kind of baffling...

    Tim
    sieve.png
    Last edited by timtraver; 07-01-2009 at 10:27 PM.

  9. #49
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    it is indeed kind of baffling. look at the source of that page, find \\Seen, it should be in there twice, it is one of the options in the imapflags dropdown, make sure the code for both boxes is generated correctly.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  10. #50
    timtraver is offline Registered User
    Join Date
    Jan 2009
    Posts
    36
    Downloads
    4
    Uploads
    0

    Default

    ok, It looks like they are generated correctly here is the first one :

    Code:
    <select name="_imapflags[]" style="display: none; width: 398px;">
    <option value="\\Seen">Read</option>
    <option value="\\Deleted">Deleted</option>
    <option value="\\Answered">Answered</option>
    
    <option value="\\Draft">Draft</option>
    <option value="\\Flagged">Flagged</option>
    </select>
    and then the second one :

    Code:
    <select name="_imapflags[]" style="display: none; width: 398px;">
    <option value="\\Seen">Read</option>
    <option value="\\Deleted">Deleted</option>
    <option value="\\Answered">Answered</option>
    <option value="\\Draft">Draft</option>
    <option value="\\Flagged">Flagged</option>
    </select>

    they look identical to me...

    Like I had mentioned, I'm trying in Firefox (3.011) and IE (7.0.5730.13) and I'm not seeing any errors in the javascript consoles.

    Some more odd behaviors. If I select it like you see in the pic i sent you, and then save the rule, the rule gets saved like so :

    Code:
    ## Generated by RoundCube Webmail SieveRules Plugin ##
    require ["imap4flags"];
    # rule:[test]
    if anyof (header :contains "Subject" "test")
    {
            setflag "";
    }
    Then, if I select the rule again, I can then see the action popup for the flag action. But, if I save a different action, it does not save properly (same as above)

    But even if I add another rule, and select "Mark message as" again, it is once again blank...

    what can I send you to help out with the process of figuring this one out

    I don't think it matters, but I'm using dovecot's managesieve stuff...

    I might be able to get you a login to this test installation, but I'll have to open some ports...

    Thanks,

    Tim.

+ Reply to Thread
Page 5 of 34 FirstFirst ... 3 4 5 6 7 15 ... 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