{ "name": "roundcube/authres_status", "type": "roundcube-plugin", "description": "This authres_status plugin checks the Authentication-Results headers of your emails and displays the verification status. The verification status is displayed when you read an email, but you can also add a column to your message list.", "keywords": ["authentication","results","dkim","domainkeys","spf","sender-id","rfc5451"], "license": "GPL-3.0+", "version": "0.3.1", "authors": [ { "name": "pimlie", "email": "pimlie@hotmail.com", "role": "Author" } ], "repositories": [ { "type": "composer", "url": "https://plugins.roundcube.net" }, { "type": "vcs", "url": "https://github.com/pimlie/php-dkim" } ], "require": { "roundcube/plugin-installer": ">=0.1.3", "angrychimp/php-dkim": "@dev" }, "require-dev": { "phpunit/phpunit": "^6.1", "squizlabs/php_codesniffer": "3.*" }, "autoload-dev": { "psr-4": { "": "./", "AuthresStatusTest\\": "tests/" } }, "extra": { "roundcube": { "min-version": "1.0.0" } }, "scripts": { "test": "vendor/bin/phpunit", "cs": "vendor/bin/phpcs ./" } }