Bug 123564

Summary: Creating a top-level folder (not under inbox) sends wrong command
Product: [Applications] kmail Reporter: Thiago Macieira <thiago>
Component: disconnected IMAPAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal CC: bjoern
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

Description Thiago Macieira 2006-03-13 19:52:53 UTC
When creating a new top-level folder (not a sub-folder of inbox), KMail is 
sending the wrong command to the IMAP server. This may be related to the 
namespace settings.

2 NAMESPACE
* NAMESPACE (("" "\\")) (("Other Users\\" "\\")) (("Public Folders\\" "\\"))
2 OK NAMESPACE completed

KMail sends this command:
3 CREATE "\\test"
which fails, because the server is expecting:
3 CREATE "test"

This does NOT affect Online IMAP: it sends the correct path. It also does not 
affect removing of folders in Disconnected IMAP. The correct command 
(DELETE "test") is sent.
Comment 1 Björn Ruberg 2009-12-25 18:57:21 UTC
Does this still happen in a recent kmail version?
Comment 2 Björn Ruberg 2009-12-25 18:58:16 UTC
Is this related to Bug #153935?
Comment 3 Thiago Macieira 2009-12-25 20:29:03 UTC
No, it doesn't happen.

Thanks for getting back to me.