feat: allow manual entry of glob patterns for trusted image senders #480

Merged
guettlibot merged 6 commits from issue-475-allowed-addresses-glob into main 2026-06-07 02:38:23 +00:00
Showing only changes of commit 51aaa93057 - 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));