summaryrefslogtreecommitdiff
path: root/plugins/managesieve/lib/rcube_sieve_script.php
AgeCommit message (Expand)Author
2012-03-31Move plugins repository into roundcubemail root folder; svn:externals are not...thomasb
2012-03-15- Fixed tokenizer infinite loop on invalid script contentalec
2011-11-17- Removed unused private variablealec
2011-11-17- Added 'address' and 'envelope' tests supportalec
2011-11-16- Fixed import of rules with unsupported testsalec
2011-10-17- Filters - UI redesign: added possibility to move filter to any place using ...alec
2011-10-10- Support KEP:14's commented variablesalec
2011-10-03- Fixed doubled Filter tab on page refreshalec
2011-09-15- Fixed handling of enabled magic_quotes_gpc settingalec
2011-05-24- Fixed regex extension (error: regex require missing)alec
2011-03-07- Fix saving of a script using flags extension on servers with imap4flags sup...alec
2011-02-17- Use addcslashes() instead of str_replace() for string quotingalec
2011-02-13- Fix escaping of backslash character in quoted strings (#1487780)alec
2011-02-10- rcube_sieve_script class moved to separate filealec