Multi-platform spam email filter - multi-account and multi-device mobile (android, iphone), web, chrome book,...

2 Open Issues Need Help Last updated: Jan 17, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The application correctly identifies and applies rules to emails during a demo scan, categorizing them appropriately. However, in the detailed view for individual emails, it incorrectly displays "no rule" instead of the specific rule that was matched (e.g., safe_senders, SpamAutoDeleteHeader), affecting both Android and Windows desktop versions.

Complexity: 2/5
bug good first issue dev3 Android Windows Desktop UI/UX

Multi-platform spam email filter - multi-account and multi-device mobile (android, iphone), web, chrome book,...

Python

AI Summary: The application is encountering "invalid Regex pattern" errors when running on Windows Desktop, despite the patterns being valid in YAML and Python. The issue suggests investigating potential errors in loading, storing, or reading these regex patterns within the Dart environment.

Complexity: 3/5
bug good first issue Android Windows Desktop

Multi-platform spam email filter - multi-account and multi-device mobile (android, iphone), web, chrome book,...

Python