[PR #1490] [MERGED] fix(frontend/backend): prevent Sieve connection error when disabled in settings #1559

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

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1490
Author: @Shadow243
Created: 4/8/2025
Status: Merged
Merged: 6/13/2025
Merged by: @kroky

Base: masterHead: fixed-sieve-error-when-not-enabled


📝 Commits (4)

  • f8a5371 fix(backend): sieve connection when not enabled and cypht-tiki ui d-flex
  • be3e073 Fix Warning: Undefined variable reset in sievefilters/modules.php on line 1296
  • 2b18a99 fix(backend): display a note somewhere on the home page that sieve module is enabled but sieve configuration is not complete
  • 6636b7f feat(backend): add utility to skip module execution based on user config

📊 Changes

6 files changed (+103 additions, -11 deletions)

View changed files

📝 lib/module.php (+11 -0)
📝 modules/imap_folders/site.js (+1 -1)
📝 modules/nux/modules.php (+19 -5)
📝 modules/nux/setup.php (+3 -2)
📝 modules/sievefilters/modules.php (+66 -3)
📝 modules/sievefilters/setup.php (+3 -0)

📄 Description

No description provided


🔄 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/1490 **Author:** [@Shadow243](https://github.com/Shadow243) **Created:** 4/8/2025 **Status:** ✅ Merged **Merged:** 6/13/2025 **Merged by:** [@kroky](https://github.com/kroky) **Base:** `master` ← **Head:** `fixed-sieve-error-when-not-enabled` --- ### 📝 Commits (4) - [`f8a5371`](https://github.com/cypht-org/cypht/commit/f8a5371a093f2fbda1f48ebbd950d7182dc2b6bc) fix(backend): sieve connection when not enabled and cypht-tiki ui d-flex - [`be3e073`](https://github.com/cypht-org/cypht/commit/be3e073ef50ca495365d47ff644ec8d8eb9cd853) Fix Warning: Undefined variable reset in sievefilters/modules.php on line 1296 - [`2b18a99`](https://github.com/cypht-org/cypht/commit/2b18a99896b57cab8a22a71d51069d4a25425848) fix(backend): display a note somewhere on the home page that sieve module is enabled but sieve configuration is not complete - [`6636b7f`](https://github.com/cypht-org/cypht/commit/6636b7f00bb2631a8c2ead7f6624b261f0524718) feat(backend): add utility to skip module execution based on user config ### 📊 Changes **6 files changed** (+103 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `lib/module.php` (+11 -0) 📝 `modules/imap_folders/site.js` (+1 -1) 📝 `modules/nux/modules.php` (+19 -5) 📝 `modules/nux/setup.php` (+3 -2) 📝 `modules/sievefilters/modules.php` (+66 -3) 📝 `modules/sievefilters/setup.php` (+3 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:38:39 +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#1559
No description provided.