mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-26 15:17:13 +00:00
Show spam aliases #
This commit is contained in:
24
data/web/rc/plugins/show_additional_headers/composer.json
Normal file
24
data/web/rc/plugins/show_additional_headers/composer.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "roundcube/show_additional_headers",
|
||||
"type": "roundcube-plugin",
|
||||
"description": "Proof-of-concept plugin which will fetch additional headers and display them in the message view.",
|
||||
"license": "GPLv3+",
|
||||
"version": "2.0",
|
||||
"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