[#6527] Ingo always uses INBOX.-prefix when creating sieve-script
Summary Ingo always uses INBOX.-prefix when creating sieve-script
Queue Ingo
Queue Version 1.2-RC2
Type Bug
State Assigned
Priority 2. Medium
Owners Horde Developers
Requester toni (at) dingsbums (dot) org
Created 03/26/2008 (46 days ago)
Due
Updated 04/23/2008 (18 days ago)
Assigned 04/23/2008 (18 days ago)
Resolved
Attachments
Milestone
Patch

History
04/23/2008 Chuck Hagenbuch State ⇒ Assigned
Assigned to Horde DevelopersHorde Developers
 
04/07/2008 toni (at) dingsbums (dot) org Comment #4 Reply to this comment
> - Which IMAP server do you use?
Dovecot-imapd/etch 1.0.rc15-2etch4

> - Is IMP working without any problems?
I didn't experience any problems until now.

> - Did you add an 'imap_config' entry for your IMAP server in
> imp/config/servers.php?
I use the following configuration:
$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'localhost',
    'hordeauth' => false,
    'protocol' => 'imap/notls',
    'port' => 143
);

> - What is the namespace output when testing your IMAP server with
> imp/test.php?
Namespace Information

NAMESPACE: "INBOX."
DELIMITER: .
TYPE: personal
04/04/2008 Jan Schneider Comment #3
Priority ⇒ 2. Medium
State ⇒ Feedback
Reply to this comment
- Which IMAP server do you use?
- Is IMP working without any problems?
- Did you add an 'imap_config' entry for your IMAP server in imp/config/servers.php?
- What is the namespace output when testing your IMAP server with imp/test.php?
03/27/2008 toni (at) dingsbums (dot) org Comment #2 Reply to this comment
something like in maildrop backend configuration could perhaps be a solution:

'script' => 'maildrop',
'scriptparams' => array(
   // What path style does the IMAP server use ['mbox'|'maildir']?
   'path_style' => 'maildir',
   // Strip 'INBOX.' from the beginning of folder names in generated
   // scripts?
   'strip_inbox' => true,
03/26/2008 toni (at) dingsbums (dot) org Comment #1
Patch ⇒
Milestone ⇒
Queue ⇒ Ingo
Summary ⇒ Ingo always uses INBOX.-prefix when creating sieve-script
Type ⇒ Bug
Priority ⇒ 3. High
State ⇒ Unconfirmed
Reply to this comment
When creating a new sieve script with a rule to move messages to an existing top level folder beneath INBOX, ingo always ads an INBOX.-prefix. For Subfolders of INBOX it ads INBOX.INBOX. as prefix. The default spam-rules are correct.

See http://article.gmane.org/gmane.comp.horde.ingo/2697 for an example-script.