forked from NethServer/nethserver-mail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnethserver-mail.json
23 lines (23 loc) · 932 Bytes
/
nethserver-mail.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"id": "nethserver-mail",
"name": "Email",
"summary": "Email filter and mail server application for NethServer",
"description": "Provides SMTP, IMAP and POP3 services with antispam and antivirus filters",
"url": "",
"homepage": "https://github.com/NethServer/nethserver-mail",
"provides": ["nethserver-mail-server", "nethserver-mail-filter", "nethserver-mail-getmail", "nethserver-mail-p3scan"],
"release": {
"version": "_RELEASE_"
},
"tags": ["smtp", "pop3", "imap", "spam", "virus"],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/NethServer/dev/issues"
},
"author": {
"name": "Davide Principi, Edoardo Spadoni, Giacomo Sanchietti",
"url": "https://github.com/NethServer/nethserver-mail",
},
"icon": "logo.png"
}