thunderbird / thunderbird/thunderbird-android
[ML 0.7/LL.01] - API Design & Core Pagination
Open
@dani-zilla is already working on this.
Since Jan 23, 2026.
- Dominant language
- Kotlin
- Stars
- 14k
- Forks
- 2.8k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 57
Description
🎯 The objective
Define the architectural contract for data fetching and implement the foundational pagination logic for standard folders. This milestone sets the stage for how the app will handle local database queries combined with remote data fetching.
🎒 Resources
🦮 Rules of the Road
🟢 In Scope
- Define the
MessageListRemoteMediatorAPI interface. - Build cursor-based pagination logic for standard folders (non-unified).
🔴 Out of Scope
- Implementation of the Remote Mediator (just the API definition here).
- Pagination for Unified Folders (scheduled for LL.02).
- UI Integration.
🚧 Technical and/or Business Requirements
- API Definition:
- Must support retrieving data from a single entry point.
- Must support requesting newer data (push to refresh).
- Ideally use
Flowfor data retrieval.
- Pagination Logic:
- Use Cursor pagination based on sorting criteria (e.g., Date) + ID/Date as tiebreakers.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.