Closed
Bug 256330
Opened 21 years ago
Closed 21 years ago
IMAP delete of folder doesn't move folder to Trash.
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Assigned: Bienvenu)
References
Details
(Keywords: fixed-aviary1.0, regression)
Attachments
(4 files)
76.01 KB,
text/plain
|
Details | |
49.85 KB,
image/png
|
Details | |
25.47 KB,
text/plain
|
Details | |
605 bytes,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
Build ID: 2004-08-20-07, Windows XP, Seamonkey Trunk.
Summary: IMAP delete of folder doesn't move folder to Trash.
Steps to Reproduce:
1. Create a folder "DeleteMe" as a sibling under Inbox (I'm on Cyrus)
2. Delete it using the context menu
Actual Results:
"Unsubscribing from folder INBOX.DeleteMe..." appears in the window.status area
Expected Results:
Folder is moved visually to the subfolder of INBOX.trash
I just tested this in 1.7 (Netscape 7.2) and it works fine with this server.
Log to follow.
Reporter | ||
Comment 1•21 years ago
|
||
Reporter | ||
Comment 2•21 years ago
|
||
Reporter | ||
Updated•21 years ago
|
Flags: blocking1.8a4?
Assignee | ||
Comment 3•21 years ago
|
||
Stephen, do you have empty trash on exit set?
Reporter | ||
Comment 4•21 years ago
|
||
(In reply to comment #3)
> Stephen, do you have empty trash on exit set?
Yes, yes I do. Want me to try it without and get a log for that?
Assignee | ||
Comment 5•21 years ago
|
||
yes, I believe we're deleting the folder from the trash when you exit, instead
of just the messages in the trash folder. That explains why the folder doesn't
appear as a sub-folder of the trash when you restart, at least.
Reporter | ||
Comment 6•21 years ago
|
||
With 'Empty trash on exit' OFF...
Launch (Inbox loads by default, no messages selected)
Create folder DeleteMe via context menu
Select DeleteMe (contains no messages)
Delete (context menu)
File | Empty Trash
Exit
I still see the same behavior -- until I restart, the folder is visible in the
Folder Pane's tree view, but when selected, alerts me that the folder does not
exist.
And according to this snippet from the logfile, the delete/unsubscribe of the
folder "DeleteMe" actually works, but we're failing to notify the front end,
somehow.
calls)412[213ed90]: 216a4a0:imap.indiana.edu:S-INBOX.Trash:SendData: 6 delete
"INBOX.Trash.DeleteMe"412[213ed90]: ReadNextLine [stream=216b640 nb=16 needmore=0]
412[213ed90]: 216a4a0:imap.indiana.edu:S-INBOX.Trash:CreateNewLineFromSocket: 6
OK Completed412[213ed90]: 216a4a0:imap.indiana.edu:S-INBOX.Trash:SendData: 7
unsubscribe "INBOX.Trash.DeleteMe"412[213ed90]: ReadNextLine [stream=216b640
nb=16 needmore=0]
412[213ed90]: 216a4a0:imap.indiana.edu:S-INBOX.Trash:CreateNewLineFromSocket: 7
OK Completed412[213ed90]: 216a4a0:imap.indiana.edu:S-INBOX.Trash:SendData: 8
IDLE412[213ed90]: ReadNextLine [stream=216b640 nb=12 needmore=0]
412[213ed90]: 216a4a0:imap.indiana.edu:S-INBOX.Trash:CreateNewLineFromSocket: +
go ahead2848[20107e0]: 20121e8:imap.indiana.edu:S-INBOX:SendData:
DONE2848[20107e0]: ReadNextLine [stream=2015c70 nb=17 needmore=0]
2848[20107e0]: 20121e8:imap.indiana.edu:S-INBOX:CreateNewLineFromSocket: 17 OK
Completed2848[20107e0]:
Reporter | ||
Comment 7•21 years ago
|
||
Comment 9•21 years ago
|
||
David's going to try to fix this for tbird 0.8.
Flags: blocking-aviary1.0PR+
Assignee | ||
Comment 10•21 years ago
|
||
make OpenMailDBFromFileSpec return success if the caller says to create a db if
one is missing. This is only called from a couple places, and I've tested that
the existing callers are fine with the change.
Assignee | ||
Updated•21 years ago
|
Attachment #158366 -
Flags: superreview?(mscott)
Updated•21 years ago
|
Attachment #158366 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 11•21 years ago
|
||
fixed on trunk and branch, thx, Stephen.
Reporter | ||
Updated•21 years ago
|
QA Contact: grylchan → stephend
Assignee | ||
Comment 12•21 years ago
|
||
*** Bug 258338 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 13•21 years ago
|
||
Verified FIXED on today's 2004-09-09-16 Seamonkey trunk build on Windows XP.
Thanks David!
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•21 years ago
|
Flags: blocking1.8a4?
Reporter | ||
Comment 14•21 years ago
|
||
The build date ID is wrong on today's build, but the bug is indeed fixed (sorry
for the spam!)
Updated•20 years ago
|
Product: MailNews → Core
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
•