From kmail-devel Mon Oct 31 13:04:59 2005 From: asid () sympatico ! ca Date: Mon, 31 Oct 2005 13:04:59 +0000 To: kmail-devel Subject: [Bug 115254] Cannot create new folders with IMAP using Dovecot-imapd, Message-Id: <20051031130459.32309.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kmail-devel&m=113076396204539 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=115254 ------- Additional Comments From asid sympatico ca 2005-10-31 14:04 ------- Using ethereal I can see that while trying to create a mailbox/folder with the name 'Alex1' Kmail from 3.5 prepends a dot: IMAP Request: 20 CREATE ".Alex1" but Kmail from 3.4 doesn't: IMAP Request: 9 CREATE "Alex1" It seems that a prepended character is always dot and does not depend on hierarchy separator in namespace, I tried with two namespaces IMAP Response: * NAMESPACE (("" ".")) NIL NIL and IMAP Response: * NAMESPACE (("" "/")) NIL NIL I think that it is a function implementing 'New Subfolder' that prepends a dot for IMAP, not kio_imap4 slave. I'll continue to visually inspect the sources to see where it is done but it would be probably faster if one of KMail developers looks at that - I consider this bug a show-stopper for KDE-3.5 release _______________________________________________ KMail developers mailing list KMail-devel@kde.org https://mail.kde.org/mailman/listinfo/kmail-devel