forked from PF4Public/fetchmail
-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
41 lines (41 loc) · 1.14 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name" : "servergurus/rcimapsync",
"type" : "roundcube-plugin",
"description" : "Roundcube imapsync plugin is a Roundcube plugin, which allows users to sync their mail from external mailboxes while auto-syncing all IMAP-Folders. Including a completely rewritten (fetchmail.pl) imapsync.pl which is much more secure.",
"keywords" : [
"imap",
"imapsync",
"fetchmail",
"download",
"mailbox"
],
"homepage" : "https://github.com/server-gurus/RCimapSync",
"license" : "GPL",
"authors" : [{
"name" : "ServerGurus",
"role" : "Developer",
"homepage" : "https://servergurus.de"
}, {
"name" : "Github project contributors page",
"homepage" : "https://github.com/server-gurus/RCimapSync/graphs/contributors"
}
],
"repositories" : [{
"type" : "composer",
"url" : "https://plugins.roundcube.net"
}
],
"require" : {
"php": ">=5.3.0",
"roundcube/plugin-installer" : ">=0.1.6"
},
"support" : {
"issues" : "https://github.com/server-gurus/RCimapSync/issues",
"source" : "https://github.com/server-gurus/RCimapSync"
},
"extra" : {
"roundcube" : {
"sql-dir" : "SQL"
}
}
}