0
|
1 {
|
|
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": "GPLv3+",
|
|
6 "version": "8.7",
|
|
7 "authors": [
|
|
8 {
|
|
9 "name": "Aleksander Machniak",
|
|
10 "email": "alec@alec.pl",
|
|
11 "role": "Lead"
|
|
12 }
|
|
13 ],
|
|
14 "repositories": [
|
|
15 {
|
|
16 "type": "composer",
|
|
17 "url": "https://plugins.roundcube.net"
|
|
18 },
|
|
19 {
|
|
20 "type": "vcs",
|
|
21 "url": "https://github.com/roundcube/Net_Sieve.git"
|
|
22 }
|
|
23 ],
|
|
24 "require": {
|
|
25 "php": ">=5.3.0",
|
|
26 "roundcube/plugin-installer": ">=0.1.3",
|
|
27 "roundcube/net_sieve": "~1.5.0"
|
|
28 }
|
|
29 }
|