summaryrefslogtreecommitdiff
path: root/jobs
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 /jobs
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 'jobs')
-rw-r--r--jobs/emails.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/jobs/emails.go b/jobs/emails.go
index 350b454..f5abda8 100644
--- a/jobs/emails.go
+++ b/jobs/emails.go
@@ -60,6 +60,7 @@ func SyncEmails(userEmail string, folderID uint, folderPath string) error {
Date: msg.Date,
BodyText: msg.BodyText,
BodyHTML: msg.BodyHTML,
+ RawHeaders: msg.RawHeaders,
Snippet: snippet,
Size: int64(msg.Size),
InReplyTo: msg.InReplyTo,