| | |
| | | * version 7.2 [2014-02-14] |
| | | ----------------------------------------------------------- |
| | | - Nicely handle server-side modification of script names (#1489412) |
| | | - Add Filters tab/section using plugin API hook |
| | | - Fix issue where folder selector wasn't visible on new filter form |
| | |
| | | "type": "roundcube-plugin", |
| | | "description": "Adds a possibility to manage Sieve scripts (incoming mail filters). It's clickable interface which operates on text scripts and communicates with server using managesieve protocol. Adds Filters tab in Settings.", |
| | | "license": "GNU GPLv3+", |
| | | "version": "7.0", |
| | | "version": "7.2", |
| | | "authors": [ |
| | | { |
| | | "name": "Aleksander Machniak", |
| | |
| | | "x-beenthere", |
| | | ); |
| | | |
| | | const VERSION = '7.1'; |
| | | const VERSION = '7.2'; |
| | | const PROGNAME = 'Roundcube (Managesieve)'; |
| | | const PORT = 4190; |
| | | |
| | |
| | | <email>alec@alec.pl</email> |
| | | <active>yes</active> |
| | | </lead> |
| | | <date>2013-09-09</date> |
| | | <date>2014-02-14</date> |
| | | <version> |
| | | <release>7.0</release> |
| | | <release>7.2</release> |
| | | <api>7.0</api> |
| | | </version> |
| | | <stability> |