Complete UI gaps: move-to-folder, attachment indicators in list
- email_detail: add Move-to-folder button (bottom-sheet mailbox picker, excludes current folder, calls moveEmail on server) - email_list: show amber star for flagged, paperclip for attachments in trailing area alongside date - PLAN.md: mark phase 8 done - README: add flag/move/attachment to working features Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
4c6c741e00
commit
6c27ad655b
@@ -146,6 +146,9 @@ test/
|
||||
- **Email detail** — renders plain text; falls back to HTML→plain conversion; marks as read on open; shows attachment names and sizes
|
||||
- **Reply / Reply all** — pre-fills To, Subject (`Re:`), Cc from original
|
||||
- **Compose** — To, Cc, Subject, Body fields; sends via SMTP
|
||||
- **Flag / unflag** — star button in detail view; amber star indicator in list; synced to server
|
||||
- **Move to folder** — bottom-sheet folder picker; moves on server via IMAP MOVE
|
||||
- **Attachment indicators** — paperclip icon in email list; filename + size in detail
|
||||
- **Delete email** — removes from server (IMAP expunge) and local DB
|
||||
- **Settings** — list and remove accounts
|
||||
- **Offline-first** — all reads come from local Drift/SQLite DB; network only for sync and send
|
||||
|
||||
Reference in New Issue
Block a user