Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Slavi Pantaleev
2022-09-06 19:49:13 +00:00
committed by Aine
parent bac3447db2
commit 321d1da79f

View File

@@ -105,7 +105,7 @@ func (e *Email) Content(threadID id.EventID, options *ContentOptions) *event.Con
return &content
}
// Compose converts email object to string and (optionally) signs it
// Compose converts the email object to a string (to be used for delivery via SMTP) and possibly DKIM-signs it
func (e *Email) Compose(privkey string) string {
var data strings.Builder