feat: quoted reply body and Forward button in email detail
Reply and reply-all now prefill the compose body with the original message quoted as plain text (> lines). New Forward button sets Fwd: subject and the same quoted body, leaving To/Cc empty for the user to fill. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
cdd5e5a6fc
commit
71692665cc
@@ -6,6 +6,12 @@ Tasks get moved from next.md to done.md
|
||||
|
||||
## Tasks
|
||||
|
||||
## Quote original message in reply, and add Forward button
|
||||
|
||||
`_reply` now passes `prefillBody` with the original message quoted as plain
|
||||
text (`> line…`). New `_forward` method and Forward toolbar button added;
|
||||
sets `Fwd:` subject prefix and prefills the same quoted body with To/Cc empty.
|
||||
|
||||
## Mark as unread button in email detail
|
||||
|
||||
Added `mark_email_unread_outlined` icon button to `EmailDetailScreen` toolbar.
|
||||
|
||||
Reference in New Issue
Block a user