Implement Thread View UI and repository support
- Created ThreadDetailScreen with expandable email cards and HTML support. - Added observeEmailsInThread to EmailRepository and implementation. - Updated navigation in EmailListScreen to route multi-message threads to the new view. - Updated test mocks (FakeEmailRepository) across unit, widget, and integration tests. - Documented progress in done.md and updated next.md.
This commit is contained in:
@@ -20,3 +20,10 @@ Then push
|
||||
|
||||
## Tasks
|
||||
|
||||
### 1. Multi-account search improvement
|
||||
|
||||
Extend the search functionality to allow searching across all accounts.
|
||||
|
||||
- **UI**: Add a search icon to the account list screen or a global search bar.
|
||||
- **Repository**: Implement `searchEmailsGlobal` to query all accounts in the database.
|
||||
- **Protocol**: For remote search, parallelize IMAP SEARCH across multiple accounts.
|
||||
|
||||
Reference in New Issue
Block a user