E-Mails als HTML anzeigen; Antworten zitieren Vornachricht (auch KI)

- HTML-Mails werden in einem sandboxed iframe (ohne allow-scripts)
  gerendert statt als Quelltext angezeigt; Höhe an Inhalt angepasst,
  Skripte/Tracking laufen nicht, Layout bleibt isoliert. Reine
  Text-Mails weiterhin als pre-wrap. Gilt für Postfach und Bewerbung.
- Antwortformular ist wie im Mailclient mit der zitierten Vornachricht
  vorbelegt (Attribution + "> "-Zeilen), Cursor darüber.
- KI-Antwort hängt das Zitat unter den generierten Text und erhält den
  bereinigten Klartext (statt HTML) als Eingabe.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-04 23:06:59 +02:00
co-authored by Claude Opus 4.8
parent 7ceff39364
commit b1531663bb
4 changed files with 128 additions and 11 deletions
+1
View File
@@ -175,5 +175,6 @@ module.exports = {
fromField,
fromAddress,
textToHtml,
htmlToText,
config: cfg,
};