Files
xzcong0820 c0091b3ed9 emlbuilder: add LMSReplyType method for reply/forward type header
Add LMSReplyType method to the EML builder that sets the
X-LMS-Reply-Type header. This allows reply, reply-all, and forward
shortcuts to tag the EML with REPLY or FORWARD so that downstream
services can label the original message accordingly.

Call LMSReplyType("REPLY") in mail_reply.go and mail_reply_all.go,
and LMSReplyType("FORWARD") in mail_forward.go, immediately after
the existing LMSReplyToMessageID call.
2026-06-26 22:03:30 +08:00
..
2026-06-18 16:25:23 +08:00