[Wiki] changed: ImpImapConfig

Wiki Guest <[email protected]>
Newsgroups gmane.comp.horde.cvs
Message-ID <[email protected]>
guest [158.130.52.155]  Wed, 18 Feb 2009 11:49:18 -0500

Modified page: http://wiki.horde.org/ImpImapConfig
New Revision:  1.20
Change log:  added dovecot config for dimp preview issue

@@ -108,6 +108,42 @@
  +++ Notes for Perdition Imap/Pop3  Proxy
  Please, pay attention with imap capability command. IMAP_Client run  
CAPABILITY before login, so, perdition proxy don't realy return a full  
capability string. You can use perdition parameter to fix it:
  <code>
  imap_capability "IMAP4rev1 CHILDREN NAMESPACE"
+</code>
+
+----
+
++++ Notes for dovecot using maildir INBOX and mbox Mail/ folders with  
dimp 1.1.1
+There is a strange bug with imp1.1.1 and dovecot in the configuration  
in the subject.
+My old config which used to work fine with imp was:
+<code>
+    'imap_config' => array(
+        'children' => true,
+        'namespace' => array(
+                'Mail/' => array(
+                        'name' => 'Mail/',
+                        'delimiter' => '/',
+                        'type' => 'personal',
+                        'hidden' => false
+                ),
+        ),
+        'search_charset' => array(
+                'UTF-8' => true
+        )
+    )
+</code>
+
+but using this config with dimp 1.1.1, when selecting a new message  
from the inbox, the preview would never show up and the "working" icon  
would never go away. if a message was not marked as new, it could be  
previewed without any problems. also preview of new messages under  
Mail/ folders worked fine as well.
+
+To make the preview work for new messages in the INBOX i had to add a  
new namespace definition (maildir style) for INBOX:
+<code>
+    'namespace' => array(
+            'INBOX' => array(
+            'name' => 'INBOX',
+            'delimiter' => '.',
+            'type' => 'personal',
+            'hidden' => false
+            ),
+
  </code>



--
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.