From 321d1da79fe5abdb5947cd80f6612d1f28c69ad5 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Tue, 6 Sep 2022 19:49:13 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- utils/email.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/email.go b/utils/email.go index 904cfe8..80be37e 100644 --- a/utils/email.go +++ b/utils/email.go @@ -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