{ "name": "gecka/roundcube-ident_switch", "type": "roundcube-plugin", "description": "This plugin allows users to switch between different accounts (including remote) in single Roundcube session.", "homepage": "https://github.com/Gecka-apps/ident_switch", "keywords": ["identity", "imap", "mail", "switch"], "license": "AGPL-3.0+", "authors": [ { "name": "Boris Gulay", "email": "boris@gulay.name", "role": "Original Developer" } ], "repositories": [ { "type": "composer", "url": "https://plugins.roundcube.net" } ], "require": { "php": ">=8.1", "roundcube/plugin-installer": ">=0.3.0", "ext-ctype": "*" }, "conflict": { "elm/identity_smtp": "*" }, "support": { "issues": "https://github.com/Gecka-apps/ident_switch/issues" }, "extra": { "roundcube": { "min-version": "1.6", "sql-dir": "SQL" } } }