Bug 123564 - Creating a top-level folder (not under inbox) sends wrong command
Summary: Creating a top-level folder (not under inbox) sends wrong command
Status: RESOLVED WORKSFORME
Alias: None
Product: kmail
Classification: Applications
Component: disconnected IMAP (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-13 19:52 UTC by Thiago Macieira
Modified: 2009-12-25 20:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.