Closed
Bug 86467
Opened 24 years ago
Closed 24 years ago
Cyrus IMAP: Not displaying created Inbox subfolders until relaunch again
Categories
(MailNews Core :: Networking: IMAP, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.2
People
(Reporter: huang, Assigned: naving)
References
Details
(Whiteboard: fix in hand)
Attachments
(1 file)
2.60 KB,
patch
|
Details | Diff | Splinter Review |
Used 06-18-09-trunk build
Problem found when verifying bug 78237
Now, Cyrus IMAP is not displaying 2 Inbox now, but not displaying created Inbox
subfolders until relaunch again
Setup Info: Be sure to specify personal namespace "Inbox." in the IMAP advanced
server setting.
1) Login to a Cyrus IMAP account
2) Create subfolders under Inbox
3) Actual Results: It's not displaying created Inbox subfolders until relaunch
again
Expected results: Cyrus IMAP allow users to create subfolders from Inbox, so the
subfodlers should display right away without relaunch.
![]() |
||
Comment 1•24 years ago
|
||
naving's been working on cyrus issues.
Assignee: mscott → naving
Summary: Cyrus IMAP: Not displaying created Inbox subfolders until relaunch again → Cyrus IMAP: Not displaying created Inbox subfolders until relaunch again
![]() |
Reporter | |
Comment 2•24 years ago
|
||
Nominating for fixing in mozilla 0.9.2 since users will misunderstand the
subfolder not being created from the Inbox...unless they relaunch again.....
Keywords: mozilla0.9.2
![]() |
Reporter | |
Updated•24 years ago
|
Keywords: mozilla0.9.2 → nsbeta1
![]() |
Reporter | |
Comment 3•24 years ago
|
||
Per Esther's email, nominating nsbeta1 instead of mozilla 0.9.2
![]() |
Assignee | |
Comment 4•24 years ago
|
||
working on this one. will attach the fix soon ..
![]() |
Assignee | |
Comment 5•24 years ago
|
||
![]() |
Assignee | |
Comment 6•24 years ago
|
||
We are using inbox as "INBOX" in various places, so we need to make sure that
whenever we get inbox that is not "INBOX" we change it to "INBOX". This is
the right thing to do because the server treats them as the same and also
because it will be in-sync with other places in the code. To do this we need
to do some parsing and replacing of substring.
![]() |
Assignee | |
Comment 7•24 years ago
|
||
The patch has been tested on both cyrus and non-cyrus servers.
![]() |
Assignee | |
Comment 8•24 years ago
|
||
this has been sr'ed by mscott.
![]() |
Assignee | |
Comment 9•24 years ago
|
||
from aim r=suresh
![]() |
Assignee | |
Comment 10•24 years ago
|
||
moving to 0.9.2
Priority: -- → P2
Whiteboard: fix in hand
Target Milestone: --- → mozilla0.9.2
Comment 11•24 years ago
|
||
a= asa@mozilla.org for checkin to the trunk.
(on behalf of drivers)
Blocks: 83989
![]() |
Assignee | |
Comment 12•24 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
![]() |
Reporter | |
Comment 13•24 years ago
|
||
Great! Thanks for the fast fix! :-)
Verified on WinNT 06-20-09-trunk build
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•