- Fix first rule deleting (#1486140)
| | |
| | | * version 1.7 [2009-09-20] |
| | | ----------------------------------------------------------- |
| | | - Support multiple managesieve hosts using %h variable |
| | | in managesieve_host option |
| | | - Fix first rule deleting (#1486140) |
| | | |
| | | * version 1.6 [2009-09-08] |
| | | ----------------------------------------------------------- |
| | |
| | | { |
| | | $script = ''; |
| | | $exts = array(); |
| | | $idx = 0; |
| | | |
| | | // rules |
| | | foreach ($this->content as $idx => $rule) |
| | | foreach ($this->content as $rule) |
| | | { |
| | | $extension = ''; |
| | | $tests = array(); |
| | |
| | | } |
| | | |
| | | $script .= "}\n"; |
| | | $idx++; |
| | | |
| | | if ($extension && !isset($exts[$extension])) |
| | | $exts[$extension] = $extension; |
| | |
| | | * It's clickable interface which operates on text scripts and communicates |
| | | * with server using managesieve protocol. Adds Filters tab in Settings. |
| | | * |
| | | * @version 1.6 |
| | | * @version 1.7 |
| | | * @author Aleksander 'A.L.E.C' Machniak <alec@alec.pl> |
| | | * |
| | | * Configuration (see config.inc.php.dist): |