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:
Thomas Güttler
2026-04-24 16:48:19 +02:00
co-authored by Claude Sonnet 4.6
parent cdd5e5a6fc
commit 71692665cc
3 changed files with 46 additions and 22 deletions
+6
View File
@@ -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.