diff --git a/email.go b/email.go index 0d178e1..99e1352 100644 --- a/email.go +++ b/email.go @@ -33,6 +33,8 @@ type Email struct { Attachments []Attachment `json:",omitempty"` // Metadata: metadata Metadata map[string]string `json:",omitempty"` + // MessageStream: metadata + MessageStream string `json:",omitempty"` } // Header - an email header