Aleksander Machniak
2014-08-26 35b39c8d7d2a994e6aa0d8e700d2c912d3483a85
commit | author | age
38ab0b 1 {
TB 2     "name": "roundcube/managesieve",
3     "type": "roundcube-plugin",
4     "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.",
5     "license": "GNU GPLv3+",
c6227f 6     "version": "7.2",
38ab0b 7     "authors": [
TB 8         {
9             "name": "Aleksander Machniak",
10             "email": "alec@alec.pl",
11             "role": "Lead"
12         }
13     ],
14     "repositories": [
15         {
16             "type": "composer",
17             "url": "http://plugins.roundcube.net"
8c0ee4 18         },
AM 19         {
20             "type": "pear",
21             "url": "http://pear.php.net/"
38ab0b 22         }
TB 23     ],
24     "require": {
25         "php": ">=5.3.0",
8c0ee4 26         "roundcube/plugin-installer": ">=0.1.3",
AM 27         "pear-pear/Net_Sieve": ">=1.3.2"
38ab0b 28     }
TB 29 }