- Managesieve: Fix requires generation for multiple actions (#1486397)
| | |
| | | CHANGELOG RoundCube Webmail |
| | | =========================== |
| | | |
| | | - Managesieve: Fix requires generation for multiple actions (#1486397) |
| | | - Fix LDAP problem with special characters in RDN (#1486320) |
| | | - Improved handling of message parts of type message/rfc822 |
| | | - Updated TinyMCE to 3.2.7 |
| | |
| | | - Fix requires generation when many modules are used |
| | | |
| | | * version 2.0 [2009-11-02] |
| | | ----------------------------------------------------------- |
| | | - Added 'managesieve_debug' option |
| | |
| | | |
| | | // action(s) |
| | | foreach ($rule['actions'] as $action) |
| | | { |
| | | switch ($action['type']) |
| | | { |
| | | case 'fileinto': |
| | |
| | | $script .= " \"" . $this->_escape_string($action['reason']) . "\";\n"; |
| | | break; |
| | | } |
| | | |
| | | |
| | | if ($extension && !isset($exts[$extension])) |
| | | $exts[$extension] = $extension; |
| | | } |
| | | |
| | | $script .= "}\n"; |
| | | $idx++; |
| | | |
| | | if ($extension && !isset($exts[$extension])) |
| | | $exts[$extension] = $extension; |
| | | } |
| | | |
| | | // requires |