Hi,
I am using the latest stable version of Roundcube (0.7.2). I have enabled the managesieve plugin and got it working with my Dovecot2 installation. The issue I am facing at the moment is that the iMAP server uses a namespace of INBOX.<foldername>. When I create rules using the managesieve plugin, the INBOX. Namespace is ignore:
# Sieve filter
require ["fileinto"]; # rule:[Facebook] if allof (header :contains "From" "@facebookmail.com") { fileinto "Facebook"; stop; }
It should be:
Fileinto "INBOX.Facebook";
I have searched and found the svn log showing when this feature was added into the managesieve plugin (back in version 1.2). Not sure what I am doing wrong here.
Any help would be appreciated.
Pritpal
On 05/21/2012 12:14 AM, Pritpal Sabharwal wrote:
Hi,
I am using the latest stable version of Roundcube (0.7.2). I have enabled the managesieve plugin and got it working with my Dovecot2 installation. The issue I am facing at the moment is that the iMAP server uses a namespace of INBOX.<foldername>. When I create rules using the managesieve plugin, the INBOX. Namespace is ignore:
Strange, this is Roundcube core feature and should work. I have no access to IMAP server with such configuration, so I cannot check. I'd help if you provide a testing account so I could connect from my box.
You can enable imap_debug and provide the log from the moment when you log in to Roundcube and when you open filter edit form.
Am 21.05.2012 00:14, schrieb Pritpal Sabharwal:
Hi, I am
using the latest stable version of Roundcube (0.7.2). I have enabled the managesieve plugin and got it working with my Dovecot2 installation. The issue I am facing at the moment is that the iMAP server uses a namespace of INBOX.. When I create rules using the managesieve plugin, the INBOX. Namespace is ignore:
# Sieve filter require ["fileinto"]; #
rule:[Facebook]
if allof (header :contains "From"
"@facebookmail.com")
{ fileinto "Facebook"; stop; } It
should be:
Fileinto "INBOX.Facebook";
I'm using Dovecot 2 with RoundCube 0.7.2 and the managesieve plugin as well and it's working fine for me. So it's probably just a configuration issue on your side.
Manfred