fix; raw message no subject

This commit is contained in:
urko 2025-05-29 10:53:09 +02:00
parent e04ed76fee
commit 34f9238cf0

View File

@ -40,7 +40,6 @@ type MessageWithAttachments struct {
type RawMessage struct { type RawMessage struct {
To string To string
Subject string
Body string Body string
} }