Closed
Bug 39263
Opened 25 years ago
Closed 25 years ago
imap / subscribe: only 1st and second level folders showing up in the subscribe dialog
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M17
People
(Reporter: sspitzer, Assigned: sspitzer)
Details
(Whiteboard: [nsbeta2+][6/01])
from jefft:
"you need to use DiscoverChildren() and DiscoverLevelChildren() in order to make
the subscribe ui work. DiscoverAllAndSubscribedBoxes() only give you a list of
subscribed, top level and the second level mailbox names."
Putting on [nsbeta2+][6/01] radar. This work must be done by 06/01 or we may
pull this for PR2.
Whiteboard: [nsbeta2+][6/01]
Assignee | ||
Comment 5•25 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 6•25 years ago
|
||
Verified on WinNT 06-02-08 commercial build.
The IMAP Mail subfodlers displayed at least 4 deep levels now.
Marking as verified!!
Status: RESOLVED → VERIFIED
Comment 7•25 years ago
|
||
Wait, Seth, I just find that it seems that sometimes after collapse/expand
subfolders....some subfolders (after 3rd level ~) will disappear, is this
refresh problem?
Comment 9•22 years ago
|
||
I am still seeing the problem in Mozilla 1.0.1, 1.2b, and netscape 7.0. I found
that Subscribe only searches "%" and "%/%" for folder listings. For example,
when generating the mail directory listing, it uses the following command sequence:
...
12 list "" "INBOX"
13 lsub "" "mail/*"
14 list "" "mail/%"
15 list "" "mail/%/%"
16 lsub "" "#mhinbox*"
...
I also found that the account/folder panel on the main Mail window, follows this
pattern, if the "Show only subscribed folders" setting is deselected.
Hardware: PC.
Platforms: GNU/Linux, Windows ME, Windows 2000
Updated•20 years ago
|
Product: Browser → Seamonkey
Component: MailNews: Subscribe → MailNews: Message Display
QA Contact: huang → search
You need to log in
before you can comment on or make changes to this bug.
Description
•