Aleksander Machniak
47d9ed6d0c
Add support for PHPUnit 6 and 7 ( #6870 )
...
Fixes composer dependencies: Package phpunit/phpunit-mock-objects is abandoned
We cannot support v8 yet because of errors like:
Declaration of MailFunc::setUp() must be compatible with PHPUnit\Framework\TestCase::setUp(): void
It would require dropping PHP < 7.1 support.
5 years ago
Aleksander Machniak
cc1a1d95fe
Correct property name
5 years ago
Rotzbua
f8b6493ecf
Change http to https for plugins.roundcube.net ( #6405 )
6 years ago
Aleksander Machniak
391d0d2039
Remove "@version @package_version@"
8 years ago
Aleksander Machniak
89a49dd370
Fix additional_message_headers plugin compatibility with Mail_Mime >= 1.9 ( #1490657 )
9 years ago
Aleksander Machniak
1143428dcb
Update package.xml -> composer.json
10 years ago
Aleksander Machniak
0ea079d604
dirname(__FILE__) -> __DIR__
10 years ago
brendan braybrook
01cc39cce4
1489868 - additional_message_headers: correct example X-Originating-IP format
11 years ago
Thomas Bruederli
38ab0be093
Created composer.json files for default plugins
11 years ago
Aleksander Machniak
6efadfc8d3
Fix so additional headers are added to all messages sent ( #1489284 )
11 years ago
Aleksander Machniak
bcedf05d19
s/$rcmail_config/$config/ also for plugins configuration
11 years ago
Thomas Bruederli
465fc3a4c7
Fix documentation with new config variable name
11 years ago
Aleksander Machniak
461a30d771
Merge config files ( #1487311 ).
...
Now we have defaults.inc.php and config.inc.php.
Renamed $rcmail_config to $config. Old naming and old files are supported
for backward compatibility.
12 years ago
Aleksander Machniak
b005927f91
Add basic tests for plugins
12 years ago
thomascube
48e9c14ebd
Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore
13 years ago
till
63a3dc5fde
moved plugins
15 years ago
alecpl
c33cda1f91
- describe config
15 years ago
till
f093291bfd
removed filler
15 years ago
till
4886930a87
* fix license
...
15 years ago
till
78fe4d8979
added package.xml, minor edits to plugin
15 years ago
alecpl
469f84fa49
- additional_message_headers: allow unsetting headers, support plugin's config file ( #1486268 )
15 years ago
thomascube
cc97ea0559
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins)
16 years ago