update deps

This commit is contained in:
Aine
2024-05-16 23:05:21 +03:00
parent ea1533acae
commit cfe31d89b9
78 changed files with 10434 additions and 5472 deletions

View File

@@ -240,6 +240,7 @@ func (e *Email) Compose(privkey string) string {
From("", e.From).
To("", e.To).
Header("Message-Id", e.MessageID).
Header("X-PM-Tag", e.From).
Subject(e.Subject)
if textSize > 0 {
mail = mail.Text([]byte(e.Text))