Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F223213
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
6 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/plugins/additional_message_headers/composer.json b/plugins/additional_message_headers/composer.json
index 04cd9e496..bf3f6c4d7 100644
--- a/plugins/additional_message_headers/composer.json
+++ b/plugins/additional_message_headers/composer.json
@@ -1,24 +1,24 @@
{
"name": "roundcube/additional_message_headers",
"type": "roundcube-plugin",
"description": "Very simple plugin which will add additional headers to or remove them from outgoing messages.",
- "license": "GNU GPL v2",
+ "license": "GPLv2",
"version": "1.2.0",
"authors": [
{
"name": "Ziba Scott",
"email": "email@example.org",
"role": "Lead"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/additional_message_headers/package.xml b/plugins/additional_message_headers/package.xml
deleted file mode 100644
index c15d9f8b3..000000000
--- a/plugins/additional_message_headers/package.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<package packagerversion="1.9.0" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
- http://pear.php.net/dtd/tasks-1.0.xsd
- http://pear.php.net/dtd/package-2.0
- http://pear.php.net/dtd/package-2.0.xsd">
- <name>additional_message_headers</name>
- <channel>pear.roundcube.net</channel>
- <summary>Additional message headers for Roundcube</summary>
- <description>Very simple plugin which will add additional headers to or remove them from outgoing messages.</description>
- <lead>
- <name>Ziba Scott</name>
- <user>ziba</user>
- <email>email@example.org</email>
- <active>yes</active>
- </lead>
- <date>2013-08-25</date>
- <version>
- <release>1.2.0</release>
- <api>1.2.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPL v2</license>
- <notes>-</notes>
- <contents>
- <dir baseinstalldir="/" name="/">
- <file name="additional_message_headers.php" role="php">
- <tasks:replace from="@name@" to="name" type="package-info" />
- <tasks:replace from="@package_version@" to="version" type="package-info" />
- </file>
- <file name="config.inc.php.dist" role="data"></file>
- </dir> <!-- / -->
- </contents>
- <dependencies>
- <required>
- <php>
- <min>5.2.1</min>
- </php>
- <pearinstaller>
- <min>1.7.0</min>
- </pearinstaller>
- </required>
- </dependencies>
- <phprelease />
-</package>
diff --git a/plugins/example_addressbook/package.xml b/plugins/example_addressbook/package.xml
deleted file mode 100644
index 407548db4..000000000
--- a/plugins/example_addressbook/package.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.9.0" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
- http://pear.php.net/dtd/tasks-1.0.xsd
- http://pear.php.net/dtd/package-2.0
- http://pear.php.net/dtd/package-2.0.xsd">
- <name>example_addressbook</name>
- <channel>pear.roundcube.net</channel>
- <summary>Example addressbook plugin implementation</summary>
- <description>Sample plugin to add a new address book with just a static list of contacts.</description>
- <lead>
- <name>Thomas Bruederli</name>
- <user>thomasb</user>
- <email>roundcube@gmail.com</email>
- <active>yes</active>
- </lead>
- <date>2011-11-21</date>
- <version>
- <release>1.0</release>
- <api>1.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.gnu.org/licenses/gpl.html">GNU GPLv3+</license>
- <notes>-</notes>
- <contents>
- <dir baseinstalldir="/" name="/">
- <file name="example_addressbook.php" role="php">
- <tasks:replace from="@name@" to="name" type="package-info"/>
- <tasks:replace from="@package_version@" to="version" type="package-info"/>
- </file>
- <file name="example_addressbook_backend.php" role="php">
- <tasks:replace from="@name@" to="name" type="package-info"/>
- <tasks:replace from="@package_version@" to="version" type="package-info"/>
- </file>
- </dir>
- <!-- / -->
- </contents>
- <dependencies>
- <required>
- <php>
- <min>5.2.1</min>
- </php>
- <pearinstaller>
- <min>1.7.0</min>
- </pearinstaller>
- </required>
- </dependencies>
- <phprelease/>
-</package>
diff --git a/plugins/http_authentication/package.xml b/plugins/http_authentication/package.xml
deleted file mode 100644
index aab3819a8..000000000
--- a/plugins/http_authentication/package.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.9.0" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
- http://pear.php.net/dtd/tasks-1.0.xsd
- http://pear.php.net/dtd/package-2.0
- http://pear.php.net/dtd/package-2.0.xsd">
- <name>http_authentication</name>
- <channel>pear.roundcube.net</channel>
- <summary>HTTP Basic Authentication</summary>
- <description>Make use of an existing HTTP authentication and perform login with the existing user credentials.</description>
- <lead>
- <name>Thomas Bruederli</name>
- <user>thomasb</user>
- <email>roundcube@gmail.com</email>
- <active>yes</active>
- </lead>
- <date>2012-09-18</date>
- <version>
- <release>1.5</release>
- <api>1.5</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.gnu.org/licenses/gpl.html">GNU GPLv3+</license>
- <notes>-</notes>
- <contents>
- <dir baseinstalldir="/" name="/">
- <file name="http_authentication.php" role="php">
- <tasks:replace from="@name@" to="name" type="package-info"/>
- <tasks:replace from="@package_version@" to="version" type="package-info"/>
- </file>
- <file name="logout.html" role="data"></file>
- </dir>
- <!-- / -->
- </contents>
- <dependencies>
- <required>
- <php>
- <min>5.2.1</min>
- </php>
- <pearinstaller>
- <min>1.7.0</min>
- </pearinstaller>
- </required>
- </dependencies>
- <phprelease/>
-</package>
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Mar 1, 2:03 AM (10 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
165482
Default Alt Text
(6 KB)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment