summaryrefslogtreecommitdiff
path: root/plugins/managesieve/lib
AgeCommit message (Collapse)Author
2014-08-05more stufflocalHugues Hiegel
2014-08-05lot of stuffHugues Hiegel
2013-10-06Move PEAR libs from plugins into main Roundcube lib directory,Aleksander Machniak
list them as dependencies in INSTALL file (#1489182)
2013-10-03Added managesieve_domains option to limit redirect destinationsAleksander Machniak
2013-09-20Fix typo in last commit and some managesieve tests (where we changedAleksander Machniak
:comparator position)
2013-09-20Fix so i;ascii-numeric comparator is not forced as default for :count and ↵Aleksander Machniak
:value operators Fix date/currentdate related form issues and comparators handling (#1489346)
2013-09-20Hide advanced rule modifier for 'date' and 'currentdate' rulesAleksander Machniak
2013-09-20Fix bug where at least one additional address of vacation message was ↵Aleksander Machniak
required (#1489345)
2013-09-09Add common headers to header selector (#1489271)Aleksander Machniak
2013-08-02Skip optional :all modified in address/envelope ruleAleksander Machniak
2013-08-01Support 'keep' action (#1489226)Aleksander Machniak
2013-06-26Fix handling of &, <, > characters in scripts/filter names (#1489208)Aleksander Machniak
2013-06-26Fix handling of &, <, > characters in scripts/filter names (#1489208)Aleksander Machniak
2013-06-20Make all bundled plugins the same license as Roundcube itself, which is GPLv3+Thomas Bruederli
2013-06-15Split managesieve.php file into twoAleksander Machniak
2013-05-12Added support for date and index extensions (RFC5260) in script parserAleksander Machniak
Script parser code improvements
2013-05-07Avoid unused local variablesAleksander Machniak
2013-03-16Add vacation-seconds extension support (RFC 6131)Aleksander Machniak
2013-01-18Remove deprecated functions (from bc.php file) usage in pluginsAleksander Machniak
2012-12-21Don't force 'stop' action on last rule in a scriptAleksander Machniak
2012-11-25Moved rcube_* classes to <plugin>/lib/Roundcube for compat. with Roundcube ↵Aleksander Machniak
Framework autoloader
2012-09-20Support only 00 version of draft-ietf-sieve-notify which is more common ↵Aleksander Machniak
(Cyrus 2.4)
2012-09-20Support old notify extensionAleksander Machniak
2012-09-14Sieve enotify/notify - allow empty bodyPaweł Słowik
2012-09-04Added tests, fixed PHP warningsPaweł Słowik
2012-08-30Sieve enotify/notify - parserPaweł Słowik
2012-08-14Fixed issue with DBMail bug [http://pear.php.net/bugs/bug.php?id=19077] ↵Aleksander Machniak
(#1488594)
2012-05-22Removed $Id$Aleksander Machniak
2012-03-31Move plugins repository into roundcubemail root folder; svn:externals are ↵thomascube
not defined anymore
2010-03-20moved pluginstill
2010-03-18- Managesieve: Added import from Horde-INGOalecpl
- Managesieve: Support for more than one match using if+stop instead of if+elsif structures (#1486078) - Managesieve: Support for selectively disabling rules within a single sieve script (#1485882) - Managesieve: Added vertical splitter
2010-02-09- don't use dl(): http://pear.php.net/bugs/bug.php?id=17038alecpl
2009-12-30- Managesieve: Fix requires generation for multiple actions (#1486397)alecpl
2009-11-02- Managesieve 2.0: multi-script supportalecpl
2009-09-20- Fix first rule deleting (#1486140)alecpl
2009-09-08- managesieve: Fix handling of "true" as "anyof (true)" testalecpl
2009-09-08- fix warning when importing squirrelmail rulesalecpl
2009-07-29- Updated PEAR::Net_Sieve to 1.1.7alecpl
2009-07-10- removed unused referencealecpl
2009-05-21- managesieve pluginalecpl