![]() |
|
|
|||||||
For more information about the ads and why they're here, please see the FAQ
![]() |
|
|
LinkBack (2) | Thread Tools | Display Modes |
|
#41
|
|||
|
|||
__________________
RoundCube Patches & Plugins: Managesieve, SpamAssassin Prefs, and more… |
|
#42
|
|||
|
|||
|
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? |
|
#43
|
|||
|
|||
|
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 & Plugins: Managesieve, SpamAssassin Prefs, and more… |
|
#44
|
|||
|
|||
|
Quote:
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!
|
|
#45
|
|||
|
|||
|
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. |
|
#46
|
|||
|
|||
|
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. |
|
#47
|
|||
|
|||
|
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 & Plugins: Managesieve, SpamAssassin Prefs, and more… |
|
#48
|
|||
|
|||
|
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 09:27 PM. |
|
#49
|
|||
|
|||
|
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 & Plugins: Managesieve, SpamAssassin Prefs, and more… |
|
#50
|
|||
|
|||
|
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> 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 "";
}
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. |
![]() |
LinkBacks (?)
LinkBack to this Thread: http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plugins/4878-sieverules-plugin.html
|
||||
| Posted By | For | Type | Date | |
| #1486078 (managesieve does not allow more than one match) ? RoundCube Webmail | This thread | Refback | 09-02-2009 11:40 AM | |
| RoundCube Patches & Plugins | This thread | Refback | 06-09-2009 07:37 PM | |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|