purelymail-issues icon indicating copy to clipboard operation
purelymail-issues copied to clipboard

Sieve-Roundcube encoding mismatch

Open terba opened this issue 1 year ago • 0 comments

I have a folder named Család. I edited my sieve script via ManageSieve protocol remotely. If I used fileinto "Csal&AOE-d"; in the sieve script it created a folder named Csal&AOE-d and put the filtered message there. In Roundcube the filter looked okay in the filter editor, the folder name was shown as Család. Then I changed my script over ManageSieve to fileinto "Család"; and filtering works like it should, but the Roundcube editor shows only Csald. I think the Roundcube sieve plugin's encoding or escaping setting does not match the server sieve encoding/escaping setting. Or something like that.

terba avatar Dec 31 '23 14:12 terba