cypht-org / cypht

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

Add support for Sieve filters in Stalwart via JMAP #931

Open marclaporte opened 3 months ago

marclaporte commented 3 months ago

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 2 months ago

This is not a blocker to release Cypht 2.0

marclaporte commented 2 months ago

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 2 months ago

@Shadow243 @Yannick243 Please describe what issues you were running into.

Shadow243 commented 2 months ago

@Shadow243 @Yannick243 Please describe what issues you were running into.

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 2 months ago

Ok, how about Sieve filters with other mail servers such as Cyrus?

marclaporte commented 1 month ago

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.