Closed
Bug 255172
Opened 20 years ago
Closed 19 years ago
Error when moving IMAP folder to top-level
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
RESOLVED
EXPIRED
People
(Reporter: bugzilla.mozilla.org, Assigned: Bienvenu)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040626 Firefox/0.9.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a2) Gecko/20040714 - Mozilla Thunderbird 0.7.3 (Windows/20040803)
I can drag folders and subfolders around in an IMAP account, but when I try to
move it to the top-level (by dragging it to the account name), I get this error:
"The current command did not succeed. The mailserver responded: Mailbox exists."
Thunderbirds IMAP log, the bit where I try to move subfolder to the toplevel:
1004[27090d8]: 25c0178:server:S-folder;subfolder:ProcessCurrentURL: entering
1004[27090d8]:
25c0178:server:S-folder;subfolder:ProcessCurrentURL:imap://loek@server:143/movefolderhierarchy%3E%5Efolder%3Bsubfolder%3E:
= currentUrl
1004[27090d8]: 25c0178:server:S-folder;subfolder:SendData: 7 lsub ""
"folder;subfolder;*"
1004[27090d8]: ReadNextLine [stream=25fdca0 nb=22 needmore=0]
1004[27090d8]: 25c0178:server:S-folder;subfolder:CreateNewLineFromSocket: 7 OK
Lsub completed.
1004[27090d8]: 25c0178:server:S-folder;subfolder:SendData: 8 close
1004[27090d8]: ReadNextLine [stream=25fdca0 nb=23 needmore=0]
1004[27090d8]: 25c0178:server:S-folder;subfolder:CreateNewLineFromSocket: 8 OK
Close completed.
1004[27090d8]: 25c0178:server:A:SendData: 9 rename "folder;subfolder"
"folder;subfolder"
1004[27090d8]: ReadNextLine [stream=25fdca0 nb=22 needmore=0]
1004[27090d8]: 25c0178:server:A:CreateNewLineFromSocket: 9 NO Mailbox exists.
Apparently it tries to copy the folder to itself (3rd line from the bottom),
causing the error from the server, although I drag the subfolder to the toplevel...
Reproducible: Always
Steps to Reproduce:
1. create an IMAP folder and subfolder
2. drag the subfolder to the toplevel of the IMAP account
3.
Actual Results:
Error from IMAP server:
"The current command did not succeed. The mailserver responded: Mailbox exists."
Expected Results:
Move the subfolder to the toplevel, sending:
server:A:SendData: 9 rename "folder;subfolder" "subfolder"
instead of:
server:A:SendData: 9 rename "folder;subfolder" "folder;subfolder"
- The IMAP server is dovecot 0.99.10 which works fine with Mozilla/Thunderbird
for most other things, except that I suspect
- The settings for IMAP server directory and Namespace are left blank, server
supports subfolders enabled.
- MailNews 1.8a2 reproduced exactly the same behaviour as TB 0.7.3. When I do
the same with Eudora, all works fine.
Updated•20 years ago
|
Product: MailNews → Core
Comment 1•19 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 2•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•