summaryrefslogtreecommitdiff
path: root/plugins/managesieve/lib/rcube_sieve_script.php
AgeCommit message (Collapse)Author
2012-03-31Move plugins repository into roundcubemail root folder; svn:externals are ↵thomasb
not defined anymore git-svn-id: https://svn.roundcube.net/trunk@6034 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-03-15- Fixed tokenizer infinite loop on invalid script contentalec
git-svn-id: https://svn.roundcube.net/trunk@6014 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-17- Removed unused private variablealec
git-svn-id: https://svn.roundcube.net/trunk@5442 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-17- Added 'address' and 'envelope' tests supportalec
- Added 'body' extension support (RFC5173) - Added 'subaddress' extension support (RFC5233) - Added comparators support - Changed Sender/Recipient labels to From/To - Fixed importing rule names from Ingo - Fixed handling of extensions disabled in config git-svn-id: https://svn.roundcube.net/trunk@5441 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-16- Fixed import of rules with unsupported testsalec
git-svn-id: https://svn.roundcube.net/trunk@5440 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-17- Filters - UI redesign: added possibility to move filter to any place using ↵alec
drag&drop (instead of up/down buttons), added filter sets list object, added more 'loading' messages - Added option to hide some scripts (managesieve_filename_exceptions) git-svn-id: https://svn.roundcube.net/trunk@5340 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-10- Support KEP:14's commented variablesalec
git-svn-id: https://svn.roundcube.net/trunk@5325 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-03- Fixed doubled Filter tab on page refreshalec
- Added filters set selector in filter form when invoked in mail task - Improved script parser, added support for include and variables extensions - Added Kolab's KEP:14 support (http://wiki.kolab.org/User:Greve/Drafts/KEP:14) git-svn-id: https://svn.roundcube.net/trunk@5300 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-15- Fixed handling of enabled magic_quotes_gpc settingalec
- Fixed PHP warning on connection error when submitting filter form - Fixed bug where new action row with flags wasn't handled properly git-svn-id: https://svn.roundcube.net/trunk@5215 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-24- Fixed regex extension (error: regex require missing)alec
git-svn-id: https://svn.roundcube.net/trunk@4806 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-07- Fix saving of a script using flags extension on servers with imap4flags ↵alec
support (#1487825) git-svn-id: https://svn.roundcube.net/trunk@4596 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-17- Use addcslashes() instead of str_replace() for string quotingalec
git-svn-id: https://svn.roundcube.net/trunk@4558 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-13- Fix escaping of backslash character in quoted strings (#1487780)alec
git-svn-id: https://svn.roundcube.net/trunk@4536 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-10- rcube_sieve_script class moved to separate filealec
git-svn-id: https://svn.roundcube.net/trunk@4524 208e9e7b-5314-0410-a742-e7e81cd9613c