mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[GH-ISSUE #931] Add support for Sieve filters in Stalwart via JMAP #516
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#516
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?
Originally created by @marclaporte on GitHub (Mar 22, 2024).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/931
Originally assigned to: @Shadow243 on GitHub.
Work was done to improve support between Stalwart JMAP and Cypht. General progress was made at https://github.com/cypht-org/cypht/pull/909 but Stalwart-Sieve-JMAP was not working so this is being spun off to a distinct task.
@marclaporte commented on GitHub (Apr 13, 2024):
This is not a blocker to release Cypht 2.0
@marclaporte commented on GitHub (May 6, 2024):
https://github.com/cypht-org/cypht/releases/tag/v2.0.0 has been released. Let's try to address in Cypht 2.1.0
@marclaporte commented on GitHub (May 6, 2024):
@Shadow243 @Yannick243 Please describe what issues you were running into.
@Shadow243 commented on GitHub (May 6, 2024):
We're encountering issues with connecting to the Sieve protocol using Stalwart. While we've been successful in connecting to SMTP, IMAP, and JMAP, Sieve connection attempts result in a loop without any error messages
@marclaporte commented on GitHub (May 6, 2024):
Ok, how about Sieve filters with other mail servers such as Cyrus?
@marclaporte commented on GitHub (May 16, 2024):
For the record: We (well @Shadow243 mostly) will set up a dev/test server dedicated to testing the interoperability between Stalwart and Cypht. Server access will be provided to developers of the two communities. It will super useful to solve issues such as the current one.
@Shadow243 commented on GitHub (Jul 28, 2024):
I restarted all the configs from scratch and we now have at least an error message. We will start to debug from there.
'''
array(2) {
["code"]=>
string(2) "NO"
["data"]=>
string(31) ""Invalid AUTH=PLAIN challenge.""
}
'''
we are beginning to see light in the tunnel 😀
@Shadow243 commented on GitHub (Jul 28, 2024):
We are now able to connect to sieve, we can now start tests.

@marclaporte commented on GitHub (Sep 28, 2024):
@Shadow243 @Yannick243 I look forward to your next step :-)
@Shadow243 commented on GitHub (Oct 22, 2024):
https://github.com/cypht-org/cypht/pull/1296
@Shadow243 commented on GitHub (Jan 4, 2025):
I will test everything again to ensure completeness. By reviewing it, we will identify and resolve any issues. Several additions have been made to IMAP, will need to make sure we are not leaving JMAP outdated.