Closed
Bug 1716022
Opened 2 years ago
Closed 2 years ago
Return pages in the messages API as soon as they are ready, and not after the last page has been finished.
Categories
(Thunderbird :: Add-Ons: Extensions API, enhancement)
Tracking
(thunderbird_esr78 wontfix)
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | wontfix |
People
(Reporter: TbSync, Assigned: TbSync)
References
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Example add-on to demonstrate a simple query.
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Keywords: checkin-needed-tb
Assignee | ||
Comment 3•2 years ago
•
|
||
Removing checkin-needed to discuss alternatives, as this still does not fix the issue for a search with a single match. Even with page size set to 1, all messages have to be checked, because the pagination system needs to know if there is a second page, in order to include the page id in the first page or not.
Keywords: checkin-needed-tb
Assignee | ||
Comment 4•2 years ago
|
||
The remaining issues will be handled in bug 1716737.
Keywords: checkin-needed-tb
Updated•2 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/39a86b4a895e
Return message pages as soon as they are available. r=mkmelin
You need to log in
before you can comment on or make changes to this bug.
Description
•