You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up a filter to file certain messages into the folder
Expected behavior
The emails should be filtered and moved into the Example folder
Actual behavior
The emails are not moved into the folder, and it seems like any other actions on the same filter get blocked e.g. if I add a flag action, the message does not get flagged.
On investigation it seems like the folder gets saved into the sieve script as "Example" rather than "INBOX.Example", which does work.
Mail app version
4.2.0
Nextcloud version
30.0.6
Mailserver or service
Dovecot self hosted
Operating system
Linux 5.15.0-118-generic x86_64
PHP engine version
PHP 8.3
Nextcloud memory caching
Redis
Web server
Apache (supported)
Database
MySQL
Additional info
No response
The text was updated successfully, but these errors were encountered:
Ah, I didn't take those setups into account where all mailboxes/folders are children of INBOX by default. If you take at look at the database table oc_mail_mailboxes, is the name of the mailbox "INBOX.Example"?
Could you provide us a test account within your mail server?
Steps to reproduce
Expected behavior
The emails should be filtered and moved into the Example folder
Actual behavior
The emails are not moved into the folder, and it seems like any other actions on the same filter get blocked e.g. if I add a flag action, the message does not get flagged.
On investigation it seems like the folder gets saved into the sieve script as "Example" rather than "INBOX.Example", which does work.
Mail app version
4.2.0
Nextcloud version
30.0.6
Mailserver or service
Dovecot self hosted
Operating system
Linux 5.15.0-118-generic x86_64
PHP engine version
PHP 8.3
Nextcloud memory caching
Redis
Web server
Apache (supported)
Database
MySQL
Additional info
No response
The text was updated successfully, but these errors were encountered: