Is your feature request related to a problem? No way to mark important emails. Cannot prioritize or bookmark messages for later.
Describe the solution you would like: Add flag/star feature:
- Press "s" to star/unstar email
- Show star indicator (★) in inbox list
- Filter view for starred emails only
- Persist flags to server (IMAP FLAGS)
Describe alternatives you have considered: Use folders (more manual). Flags are standard email feature.
Additional context:
- Files: tui/inbox.go, fetcher/fetcher.go
- Use IMAP \Flagged flag
- Update local cache on flag change
- Complexity: Medium - IMAP flag support
Is your feature request related to a problem? No way to mark important emails. Cannot prioritize or bookmark messages for later.
Describe the solution you would like: Add flag/star feature:
Describe alternatives you have considered: Use folders (more manual). Flags are standard email feature.
Additional context: