mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-25 14:47:12 +00:00
Show spam aliases #
This commit is contained in:
24
data/web/rc/plugins/http_authentication/composer.json
Normal file
24
data/web/rc/plugins/http_authentication/composer.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "roundcube/http_authentication",
|
||||
"type": "roundcube-plugin",
|
||||
"description": "HTTP Basic Authentication",
|
||||
"license": "GPLv3+",
|
||||
"version": "1.5",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Thomas Bruederli",
|
||||
"email": "roundcube@gmail.com",
|
||||
"role": "Lead"
|
||||
}
|
||||
],
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "http://plugins.roundcube.net"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"roundcube/plugin-installer": ">=0.1.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user