mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-26 05:26:00 +03:00
[PR #569] [MERGED] Server side filters with Sieve #898
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#898
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cypht-org/cypht/pull/569
Author: @henrique-borba
Created: 5/25/2022
Status: ✅ Merged
Merged: 8/12/2022
Merged by: @jasonmunro
Base:
master← Head:sieve-module📝 Commits (10+)
d6191bfSieve configuration for the IMAP accounts43d00afHM3 config file sieve moduleb51830cUpdated composer.json with Sieve dependencies9c6767cSieve Module base script manager37b3ef4Final version of the script editor with priority and real time communication with sievee7a9cdaTingle modal library and config gen update66c3664Merge branch 'master' into sieve-modulea1e7e3fIMAP update for sieve configuration783b64aMerge remote-tracking branch 'origin/sieve-module' into sieve-moduleecbc061Change ELSE condition location📊 Changes
17 files changed (+2896 additions, -7 deletions)
View changed files
📝
composer.json(+1 -1)📝
hm3.sample.ini(+5 -0)📝
modules/core/output_modules.php(+1 -0)📝
modules/imap/handler_modules.php(+74 -3)📝
modules/imap/output_modules.php(+31 -2)📝
modules/imap/setup.php(+2 -0)📝
modules/imap/site.css(+1 -0)📝
modules/imap/site.js(+29 -1)➕
modules/sievefilters/README.md(+3 -0)➕
modules/sievefilters/assets/spinner.gif(+0 -0)➕
modules/sievefilters/assets/tingle.min.css(+1 -0)➕
modules/sievefilters/modules.php(+1465 -0)➕
modules/sievefilters/setup.php(+148 -0)➕
modules/sievefilters/site.css(+276 -0)➕
modules/sievefilters/site.js(+855 -0)📝
scripts/config_gen.php(+3 -0)➕
third_party/tingle.min.js(+1 -0)📄 Description
This PR adds a new module that allows the creation, construction and management of server side filters using Sieve and the ManageSieve protocol, enabling automatic filters and building the foundations for intelligent filter integration based on artificial intelligence executed directly by the Sieve service (see https://doc.dovecot.org/configuration_manual/sieve/plugins/extprograms/)
Screenshots
Dependencies
Thinking of the native and minimalist code followed by Cypht, this change requires few external dependencies. The ManageSieve communication library was custom made to our needs and allows us to add capabilities more conveniently and quickly.
Affected Modules
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.