6.0.0-beta1
7/6/25

[#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 No Feedback
Priority 2. Medium
Owners Horde Developers (at)
Requester toni (at) dingsbums (dot) org
Created 03/26/2008 (6311 days ago)
Due
Updated 07/15/2009 (5835 days ago)
Assigned 08/20/2008 (6164 days ago)
Resolved 09/01/2008 (6152 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
07/15/2009 09:51:02 AM waste (at) lugh (dot) ch Comment #7 Reply to this comment
Ok this seems to explain the problem: 
http://wiki.dovecot.org/LDA/Sieve#Mailbox_names_with_fileinto



I had to set $conf['rules']['usefolderapi'] = false in the ingo 
configuration, then the sieve filters work. But users obviously can't 
select folders that way.
07/15/2009 07:58:43 AM waste (at) lugh (dot) ch Comment #6 Reply to this comment
Can you try if this fixed with IMP 4.2.1-RC1? You would have to save
your rules in Ingo again after updating.
Hello,



I have the same problem. Upgrading to IMP 4.3.4 didn't help.



I'm using:



ingo H3 (1.2.1)

horde 3.2-RC3

imp H3 (4.3.4)
09/01/2008 11:16:16 AM Jan Schneider State ⇒ No Feedback
 
08/20/2008 05:42:09 PM Jan Schneider Comment #5
State ⇒ Feedback
Reply to this comment
Can you try if this fixed with IMP 4.2.1-RC1? You would have to save 
your rules in Ingo again after updating.
04/23/2008 10:06:43 PM Chuck Hagenbuch Assigned to Horde DevelopersHorde Developers
State ⇒ Assigned
 
04/07/2008 09:25:37 AM 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 10:12:07 AM Jan Schneider Comment #3
State ⇒ Feedback
Priority ⇒ 2. Medium
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 04:05:07 PM 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 05:33:37 PM toni (at) dingsbums (dot) org Comment #1
Patch ⇒ No
State ⇒ Unconfirmed
Milestone ⇒
Queue ⇒ Ingo
Summary ⇒ Ingo always uses INBOX.-prefix when creating sieve-script
Type ⇒ Bug
Priority ⇒ 3. High
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.

Saved Queries