[PR #997] [MERGED] Handled providers that don't permit scripts inclusion #1200

Closed
opened 2026-02-25 21:37:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/997
Author: @josaphatim
Created: 5/2/2024
Status: Merged
Merged: 5/7/2024
Merged by: @kroky

Base: masterHead: fixed-providers-that-doesnot-support-scripts-inclusion


📝 Commits (1)

  • 956fc59 Handled providers that don't permit scripts inclusion

📊 Changes

4 files changed (+76 additions, -32 deletions)

View changed files

📝 composer.json (+1 -1)
📝 composer.lock (+7 -7)
📝 modules/sievefilters/functions.php (+62 -0)
📝 modules/sievefilters/modules.php (+6 -24)

📄 Description

Some email providers like Postale.io don't permit Sieve scripts to include other scripts ("no more than 0 includes allowed") this MR fixes that by combining all scripts into the main script.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/997 **Author:** [@josaphatim](https://github.com/josaphatim) **Created:** 5/2/2024 **Status:** ✅ Merged **Merged:** 5/7/2024 **Merged by:** [@kroky](https://github.com/kroky) **Base:** `master` ← **Head:** `fixed-providers-that-doesnot-support-scripts-inclusion` --- ### 📝 Commits (1) - [`956fc59`](https://github.com/cypht-org/cypht/commit/956fc5918ba61e95ad72a32f7489df8d1add296e) Handled providers that don't permit scripts inclusion ### 📊 Changes **4 files changed** (+76 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+1 -1) 📝 `composer.lock` (+7 -7) 📝 `modules/sievefilters/functions.php` (+62 -0) 📝 `modules/sievefilters/modules.php` (+6 -24) </details> ### 📄 Description Some email providers like Postale.io don't permit Sieve scripts to include other scripts ("no more than 0 includes allowed") this MR fixes that by combining all scripts into the main script. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1200
No description provided.