feat: add structured search with visual filter builder #469

Merged
guettlibot merged 5 commits from issue-466-structured-search into main 2026-06-07 02:38:29 +00:00
Showing only changes of commit 96332b1262 - Show all commits
@@ -421,6 +421,7 @@ void main() {
final r = makeRepo();
await r.accounts.addAccount(account, userPass);
await r.emails.syncEmails('test', 'INBOX');
final results = await r.emails.searchEmails('test', 'INBOX', uniqueWord);
expect(results, hasLength(1));