From f59ca1976a1075e9e8fdf1e5fcdb7cfc853493b8 Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Mon, 29 Dec 2025 10:46:00 +0530 Subject: feat: Enhance email viewer with new UI actions, sender profile pictures, and raw header display. --- types/email.go | 1 + 1 file changed, 1 insertion(+) (limited to 'types') diff --git a/types/email.go b/types/email.go index e217c6f..7ad26e6 100644 --- a/types/email.go +++ b/types/email.go @@ -33,6 +33,7 @@ type EmailMessage struct { Date time.Time BodyText string BodyHTML string + RawHeaders string Size uint32 InReplyTo string IsRead bool -- cgit v1.2.3