Commit Graph

37 Commits

Author SHA1 Message Date
Aleksander Machniak
9bf6ee3452 Managesieve: Fix default script name in the config file
It is "roundcube" not "managesieve"
2024-09-25 10:03:40 +02:00
gerbert
a0b58f1677 Add managesieve_host array handler (#9447) 2024-05-19 15:11:06 +02:00
Aleksander Machniak
2aa7098224 Wording improvement
[skip ci]
2024-05-16 16:36:20 +02:00
Michael Voříšek
b5a3fd646b Fix "Implicit array creation" in plugin config files (#9406)
* fix phpstan "Implicit array creation" in plugin config files
* update minimal "roundcube/plugin-installer" version
2024-04-07 12:00:03 +02:00
Michael Voříšek
54f4aa33f9 Fix CS - imports (#9316)
* fix Tests\Browser\TestCase imports

* fix remaining imports

* fix PHPUnit\Framework\TestCase imports

* import GuzzleHttp\Client

* fix remaining

* "php_unit_method_casing" is not todo

* fix "single_line_comment_spacing"

* fix 2nd commit done using older fixer
2024-01-21 19:13:31 +01:00
Steve Mokris
879d456b30 Restore support for ManageSieve over implicit SSL. (#8670) 2022-08-15 09:39:06 +02:00
Aleksander Machniak
893216cb29 Unified and simplified services connection options (#8310) 2021-12-07 15:07:54 +01:00
Aleksander Machniak
f7ba562bed Managesieve: Added ability to remove 'redirect' option from UI (#7922) 2021-06-06 10:34:38 +02:00
Aleksander Machniak
4b2e31fae3 Fix some wording
[skip ci]
2021-06-06 09:36:46 +02:00
Josh Soref
203f456620 Spelling (#8001) 2021-04-18 08:43:18 +02:00
Aleksander Machniak
7c53300990 PHP8 fixes, CS fixes, short array syntax, tests 2020-12-08 21:56:41 +01:00
Aleksander Machniak
2a25f1778b Make sure managesieve_default is not a dir (#6773) 2019-05-26 09:29:02 +02:00
Aleksander Machniak
53fe9d7048 Bump managesieve version number, cs improvements 2018-05-19 09:01:46 +02:00
Athanasios Douitsis
b497908040 Managesieve allowed hosts (#6292)
* Introduce managesieve_allowed_hosts setting

If managesieve_allowed_hosts has been set, then check that the array contains the current mail_host for the user session. If not, just return. This will cause the managesieve plugin to not appear under the settings menu.

* Include managesieve_allowed_hosts example

An example of the managesieve_allowed_hosts setting is included. By default, it is left commented to preserve existing behaviour.
2018-05-19 08:51:05 +02:00
Timotheus Pokorra
e853b1798a managesieve: new settings dialog for simple forwarding of emails
this hides the complexity of the filters from the user, similar to the vacation settings dialog.
related to #6021
2017-11-02 17:10:18 +01:00
Aleksander Machniak
c26c85629c Added option managesieve_default_headers 2017-10-21 09:59:07 +02:00
PhilW
2aee340cbb support disabling of specific actions in managesieve plugin 2017-08-12 09:54:51 +01:00
Aleksander Machniak
39cceb2f89 Managesieve: Various improvement to raw script editor 2016-11-10 12:05:28 +01:00
Aleksander Machniak
195dc11855 Support host-specific imap_conn_options/smtp_conn_options/managesieve_conn_options (#5136) 2016-09-30 18:02:23 +02:00
Aleksander Machniak
46f45a3970 Managesieve: Add option to automatically set vacation :from address (#5428) 2016-09-22 09:26:21 +02:00
Aleksander Machniak
9c38c58e1e Add option to prepopulate vacation addresses on form init (#1490030) 2015-04-20 05:47:38 -04:00
Aleksander Machniak
fa857716e6 Add option to define default vacation interval 2015-04-14 05:24:43 -04:00
Jonas Heinrich
fc3ed3fef4 Fixed typo in config 2014-10-27 11:53:35 +01:00
Aleksander Machniak
b76f8e5e26 Added option to specify connection socket parameters - managesieve_conn_options 2014-06-16 15:12:27 +02:00
Aleksander Machniak
f22de58087 Fixed notify/enotify extension handling 2014-04-24 10:42:56 +02:00
Aleksander Machniak
50a57e9b75 Added optional separate interface for out-of-office management (#1488266) 2014-03-14 13:36:43 +01:00
Aleksander Machniak
0f4806ede6 Added managesieve_domains option to limit redirect destinations 2013-10-03 11:07:00 +02:00
Aleksander Machniak
bcedf05d19 s/$rcmail_config/$config/ also for plugins configuration 2013-08-20 19:23:59 +02:00
Aleksander Machniak
6c7ac2ef4b Support tls:// prefix in managesieve_host option 2013-01-07 19:51:38 +01:00
Aleksander Machniak
e695162ef7 Change default port to 4190 (IANA-allocated), add port auto-detection (#1488713) 2012-09-21 20:57:53 +02:00
thomascube
48e9c14ebd Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore 2012-03-31 12:25:48 +00:00
till
63a3dc5fde moved plugins 2010-03-20 14:20:01 +00:00
alecpl
f52946a9a8 - change managesieve_mbox_encoding to UTF-8 in .dist config according to RFC 2010-03-11 09:47:04 +00:00
alecpl
ac67db1980 - Managesieve 2.0: multi-script support 2009-11-02 07:41:21 +00:00
alecpl
1029fc8de6 - Support multiple managesieve hosts using %h variable in managesieve_host option (#1486135) 2009-09-17 13:15:24 +00:00
alecpl
36969ee7d9 - managesieve: added 'managesieve_mbox_encoding' option 2009-09-04 11:16:36 +00:00
alecpl
9240c6a7d9 - support plugin's config file 2009-07-24 12:06:05 +00:00