Ticket #1485943 (closed Feature Requests: fixed)

Opened 9 months ago

Last modified 9 months ago

IMAP Namespace support in managesieve

Reported by: hatbanger Owned by:
Priority: 5 Milestone: 0.3-stable
Component: Other Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

Hi,

I recently performed a seamless migration from Courier to Dovecot. That went along with defining a namespace prefix called 'INBOX' so the IMAP clients are not confused.

When using the fileinto command in the managesieve plugin that namespace seems to be ignore - filing something into the folder "Foo/Bar" creates sieve code like "fileinto Foo.Bar" and not "fileinto INBOX.Foo.Bar", leading to error messages like this:

deliver(foo@example.org): msgid=<ABCDEFG-1234@example.org>: save failed to Foo.Bar: Unknown namespace
deliver(foo@example.org): sieve runtime error: Fileinto: Generic Error
deliver(foo@example.org): sieve_execute_bytecode(/path/to/.dovecot.sievec) failed

See this weblog entry for some more details concerning the same problem. I don't know if this is a specific problem of the managesieve plugin or a general Roundcube issue. As the managesieve plugin is in roundcube's svn repository, I hope this is the right place to report this.

Benjamin

Change History

Changed 9 months ago by alec

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from later to 0.3-stable

Fixed in r2684

Note: See TracTickets for help on using tickets.