cypht-org / cypht

Cypht: Lightweight Open Source webmail aggregator [PHP, JS]
http://cypht.org
GNU Lesser General Public License v2.1
979 stars 154 forks source link

[UDP] Sieve: Update henrique-borba/php-sieve-manager to 1.0.6 #1093

Closed Shadow243 closed 2 months ago

Shadow243 commented 3 months ago

Upgrade sieve to latest version 1.0.6 and correct sievefilters/modules.php at actions loop usage accordingly.

https://github.com/cypht-org/php-sieve-manager/releases/tag/v1.0.6

marclaporte commented 3 months ago

Will Cypht 1.4.x require similar updates?

Shadow243 commented 3 months ago

@josaphatim Corrections added

josaphatim commented 3 months ago

Will Cypht 1.4.x require similar updates?

Not if we don't use php manager v1.0.5 or above

marclaporte commented 3 months ago

Not if we don't use php manager v1.0.5 or above

Cypht 1.4.x is supported until 2025-05 as per: https://github.com/cypht-org/cypht/wiki/Lifecycle

And there could be other fixes later in 1.0.7 that we will want in Cypht 1.4.x and 2.1.x so we might as well keep everything aligned.

marclaporte commented 3 months ago

It's happening: https://gitlab.com/tikiwiki/tiki/-/merge_requests/5291/diffs (see vendor_bundled/composer.json)

@Shadow243 @josaphatim

marclaporte commented 2 months ago

Backport to 1.4.x: https://github.com/cypht-org/cypht/pull/1134