ooo/forward plugin

This commit is contained in:
2025-12-29 10:17:24 +01:00
parent 929adcdbc9
commit 585bb285bf
3 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "local/email_config",
"type": "roundcube-plugin",
"description": "Email Configuration Plugin - Opens external email config interface",
"license": "MIT",
"version": "1.0.0",
"authors": [
{
"name": "Custom Plugin",
"role": "Developer"
}
],
"require": {
"php": ">=7.0.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}