Closed
Bug 201197
Opened 22 years ago
Closed 22 years ago
not all imap folders are displayed
Categories
(MailNews Core :: Networking: IMAP, defect)
MailNews Core
Networking: IMAP
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 197262
People
(Reporter: colin, Assigned: Bienvenu)
Details
Mozilla V1.3, running IMAP via an OpenVMS V7.3-1 box with IP V5.3.
Mozilla/5.0 (X11; U; OpenVMS AlphaPC_264DP_500_MHz; en-US; rv:1.3) Gecko/20030313
Microsoft Outlook Express (via IMAP) shows all of the OpenVMS MAIL folders,
using the same path into the same OpenVMS IMAP server.
But when I try to display the folders from Mozilla using IMAP access, the
Mozilla display ends in the middle of the P* folders.
From the OpenVMS MAIL utility, I see:
...
PCSI
PDF
PERL
PHOENIX
POR
PORT
PORTING
PORT_CLASS
POSIX
POSTMASTER
...
From Mozilla, I see:
...
PCSI
PDF
PERL
PHOENIX
POR
The POR folder is very close to the two-hundredth folder.
possibly dupe of bug 138759, bug 200989
Reporter | ||
Comment 2•22 years ago
|
||
Those bugs seem to be when there is a deep folder structure. That is not the
case here. I believe the user (not me) has over 200 folders at the level 0 or 1
level.
Reporter | ||
Comment 3•22 years ago
|
||
I found the problem. A great many files are opened when processing IMAP mail
folders. It would appear that you need 2*N files where N is the number of
folders, and that's just for the IMAP mail. You also need about 100 open files
just to crank up Mozilla and all its shareables.
FILLM >= 2 * N + 100
Reporter | ||
Comment 4•22 years ago
|
||
I've sent a note to our writer to add something about this to our release notes.
Closing.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 5•22 years ago
|
||
Reopening. There should be some kind of message displayed if a mail folder can't
be accessed because the process has reached its open file quota. The open() or
opendir() or whatever which fails should trigger and error/warning.
Changing OS to all since I presume the error detecting code is missing for all
platforms.
Status: RESOLVED → REOPENED
OS: OpenVMS → All
Hardware: DEC → All
Resolution: WORKSFORME → ---
Assignee | ||
Comment 6•22 years ago
|
||
I assume there's a limit to the number of files that can be open at one time,
not the number of files that can be opened and closed, right? We should be
closing all the files opened, except for the open folders. Also, we only
open/create one file per folder, unless your folders are configured for offline use.
Are these newly discovered folders? I.e., has mozilla seen these folders before?
We shouldn't be opening any files for folders we've seen before, if panacea.dat
is doing its job, and someone hasn't screwed things up.
Reporter | ||
Comment 7•22 years ago
|
||
> I assume there's a limit to the number of files that can be open at one time,
> not the number of files that can be opened and closed, right?
Correct.
> We should be closing all the files opened, except for the open folders. Also,
> we only open/create one file per folder, unless your folders are configured
> for offline use.
These IMAP folders were not modified in any way. Whatever the default is.
> Are these newly discovered folders? I.e., has mozilla seen these folders
> before? We shouldn't be opening any files for folders we've seen before,
> if panacea.dat is doing its job, and someone hasn't screwed things up.
When I first configured the IMAP mail account, yes, they were newly discovered.
But even when I exited Mozilla and restarted I still had the same problem.
I'll try to get a list of which files are open.
Reporter | ||
Comment 8•22 years ago
|
||
The MSF file is help open for each folder.
Reporter | ||
Comment 9•22 years ago
|
||
The MSF file is held open for each folder.
Assignee | ||
Comment 10•22 years ago
|
||
so that's just one file per folder, and then one file for each directory, but
you said you had a flat hierarchy. On windows, we only seem to have the .msf
files open for the folders we've actually used. I'm not sure why openVMS would
be different.
Reporter | ||
Comment 11•22 years ago
|
||
You're right. Once all the folders have been discovered then the files are NOT
held open.
But I believe there is a problem in the discovery phase, where if an open
(network or file) fails, that's its not getting reported. This causes the
discovery phase to silently abort or hang (I've seen both), and then when you
restart Mozilla the discovery phase runs again (and again it silently aborts or
hangs).
Assignee | ||
Comment 12•22 years ago
|
||
dup of bug 197262 - this should be fixed in a 1.5 trunk build from today on.
*** This bug has been marked as a duplicate of 197262 ***
Status: REOPENED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → DUPLICATE
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
•