2026-04-24 16:43:35 +02:00
|
|
|
# Next
|
|
|
|
|
|
|
|
|
|
## Introduction
|
|
|
|
|
|
|
|
|
|
Do one thing, ask if unsure first!
|
|
|
|
|
|
|
|
|
|
Then implement.
|
|
|
|
|
|
2026-04-26 21:22:38 +02:00
|
|
|
Then run `task deploy-android`. Fix, if there are errors.
|
2026-04-24 16:43:35 +02:00
|
|
|
|
2026-04-26 21:22:38 +02:00
|
|
|
Then move task which you implementeed to done.md. Keep tasks you did not work in the file.
|
2026-04-24 16:43:35 +02:00
|
|
|
|
|
|
|
|
Check if all files are staged.
|
|
|
|
|
|
|
|
|
|
Git repo should not contain unknown files.
|
|
|
|
|
|
|
|
|
|
Then commit.
|
|
|
|
|
|
2026-04-29 10:31:55 +02:00
|
|
|
Then push
|
|
|
|
|
|
2026-04-24 16:43:35 +02:00
|
|
|
## Tasks
|
2026-04-29 10:31:55 +02:00
|
|
|
|
2026-05-08 00:14:50 +02:00
|
|
|
### 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.
|