summaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-12-29 10:46:00 +0530
committerBobby <[email protected]>2025-12-29 10:46:00 +0530
commitf59ca1976a1075e9e8fdf1e5fcdb7cfc853493b8 (patch)
tree1123c3d0785a44261151bc46f2b38a4db9eb57b7 /types
parentcccf44496a056d15d5d86d9fbd74633f21e852bb (diff)
downloadlain-f59ca1976a1075e9e8fdf1e5fcdb7cfc853493b8.tar.xz
lain-f59ca1976a1075e9e8fdf1e5fcdb7cfc853493b8.zip
feat: Enhance email viewer with new UI actions, sender profile pictures, and raw header display.
Diffstat (limited to 'types')
-rw-r--r--types/email.go1
1 files changed, 1 insertions, 0 deletions
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