Closed
Bug 324710
Opened 19 years ago
Closed 2 years ago
Consider fetching IMAP message flags in the background
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1747311
People
(Reporter: mscott, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: perf)
For servers that have a hard time fetching the flags for the messages in a folder, we could look into fetching the flags in the background and fetching them in smaller chunks. Could be a perceived performance win for users using IMAP servers which don't handle this operation very well.
Updated•16 years ago
|
Assignee: mscott → nobody
Comment 1•16 years ago
|
||
David was this implemented in auto-synch ?
Comment 2•16 years ago
|
||
No, this bug is about the flag synching we do when we open a folder; autosync is about syncing the message bodies. Right now, when you open a folder that doesn't support condstore (see bug 336151), we do a fetch 1:* FLAGS to see if any of the flags have changed before we fetch any new message headers - this bug is proposing fetching the flags in chunks in the background.
Updated•15 years ago
|
Severity: normal → minor
Updated•15 years ago
|
Component: General → Networking: IMAP
Product: Thunderbird → MailNews Core
QA Contact: general → networking.imap
Version: 1.5 → unspecified
Comment 3•12 years ago
|
||
(In reply to David :Bienvenu from comment #2) > No, this bug is about the flag synching we do when we open a folder; > autosync is about syncing the message bodies. Right now, when you open a > folder that doesn't support condstore (see bug 336151), we do a fetch 1:* > FLAGS to see if any of the flags have changed before we fetch any new > message headers - this bug is proposing fetching the flags in chunks in the > background. this would help gmail, which currently doesn't support condstore. however, it looks like gmail might support it in the not too distant future http://comments.gmane.org/gmane.mail.imap.general/3199
Blocks: tb-gmailWIP
Comment 4•9 years ago
|
||
Removing myslef on all the bugs I'm cced on. Please NI me if you need something on MailNews Core bugs from me.
Comment 5•2 years ago
|
||
Gene, do you think this still has practical value? But only or mainly for very large folders?
Flags: needinfo?(gds)
Comment 6•2 years ago
|
||
This is probably covered by condstore (but disable by default) and what I did to improve condstore and add qresync here (but on back burner): bug 1747311.
Maybe close as a duplicate of bug 1747311?
Flags: needinfo?(gds)
See Also: → 1747311
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•