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
Aleksander Machniak
425724bb35
Fix testing rcube_sieve_vacation protected methods
5 years ago
Aleksander Machniak
ccb70116f1
Managesieve: Use RFC-compliant line endings, CRLF instead of LF ( #6686 )
6 years ago
Aleksander Machniak
53017eb87d
Managesieve: Added support for 'editheader' extension - RFC5293 ( #5954 )
6 years ago
Aleksander Machniak
7abaab3098
Fix bug where text: syntax was forced for strings longer than 1024 characters ( #6143 )
7 years ago
Aleksander Machniak
8b61d6a2d1
Fix parsing dot-staffed lines in multiline text ( #5838 )
7 years ago
Aleksander Machniak
4f48202f90
Add test for #5657
8 years ago
Aleksander Machniak
13b98199ed
Managesieve: Fix parser issue with empty lines between comments ( #5657 )
8 years ago
Aleksander Machniak
2eede31561
Fix handling of scripts with nested rules ( #5540 )
8 years ago
Aleksander Machniak
f9fc7e1edf
Managesieve: Improvements in 'string' test support
8 years ago
Aleksander Machniak
e499a14e13
- Support 'duplicate' extension [RFC 7352]
...
- Improve errors handling in filter form
9 years ago
Aleksander Machniak
0ea079d604
dirname(__FILE__) -> __DIR__
10 years ago
Aleksander Machniak
f72815e1f9
Code improvements + added tests for vacation date regexps handling
10 years ago
Aleksander Machniak
f22de58087
Fixed notify/enotify extension handling
11 years ago
Aleksander Machniak
439fd773e3
Fix typo in last commit and some managesieve tests (where we changed
...
:comparator position)
11 years ago
Aleksander Machniak
b2c5869fe2
Skip optional :all modified in address/envelope rule
11 years ago
Aleksander Machniak
ed837a3544
Added support for date and index extensions (RFC5260) in script parser
...
Script parser code improvements
12 years ago
Aleksander Machniak
b6fa7d54b8
Add vacation-seconds extension support (RFC 6131)
12 years ago
Aleksander Machniak
b005927f91
Add basic tests for plugins
12 years ago
Aleksander Machniak
0d4ccb8d88
Moved rcube_* classes to <plugin>/lib/Roundcube for compat. with Roundcube Framework autoloader
12 years ago
Aleksander Machniak
74e6cf2f58
Re-add enotify tests
12 years ago
Aleksander Machniak
cd97f0ad11
Support only 00 version of draft-ietf-sieve-notify which is more common (Cyrus 2.4)
12 years ago
Aleksander Machniak
eb1ee0803e
Support old notify extension
12 years ago
Aleksander Machniak
1446775097
Merge pull request #24 from pawel-slowik/master
...
Sieve plugin - Initial support for enotify/notify (RFC5435, RFC5436)
12 years ago
Aleksander Machniak
7641e4aaab
Improve capabilities list handling in parser tests
12 years ago
Paweł Słowik
3c99599794
Sieve enotify/notify:
...
- GUI for importance setting
- make tests usable for checking the GUI
12 years ago
Paweł Słowik
2cdaa79dce
Merge branch 'master' of https://github.com/roundcube/roundcubemail
12 years ago
Aleksander Machniak
1d8e863445
Fix parser_kep14 test
12 years ago
Paweł Słowik
92a030d928
Added tests, fixed PHP warnings
12 years ago
Aleksander Machniak
4bb0bffefe
Convert managesieve test scripts to PHPUnit, add them to the suite
12 years ago
thomascube
48e9c14ebd
Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore
13 years ago