Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
bac3447db2
commit
321d1da79f
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ func (e *Email) Content(threadID id.EventID, options *ContentOptions) *event.Con
|
||||||
return &content
|
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 {
|
func (e *Email) Compose(privkey string) string {
|
||||||
var data strings.Builder
|
var data strings.Builder
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue