Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fileinto folder not correctly set from filter #10738

Open
krisnoble opened this issue Feb 23, 2025 · 1 comment
Open

Fileinto folder not correctly set from filter #10738

krisnoble opened this issue Feb 23, 2025 · 1 comment

Comments

@krisnoble
Copy link

Steps to reproduce

  1. Create a folder at the top level e.g. "Example"
  2. 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

@kesselb
Copy link
Contributor

kesselb commented Feb 25, 2025

Hi @krisnoble,

Thanks for your bug report 👍

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🧭 Planning evaluation
Development

No branches or pull requests

2 participants