From 0e951161540e617992c18ffc99c93e993c607642 Mon Sep 17 00:00:00 2001 From: Johan Dahlberg Date: Tue, 5 Feb 2019 13:45:21 +0100 Subject: [PATCH 1/2] UTF-8 encode both body and subject of email --- contrib/core/actions/send_mail/send_mail | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/core/actions/send_mail/send_mail b/contrib/core/actions/send_mail/send_mail index 1d9bdbdc14..c75478c6bc 100755 --- a/contrib/core/actions/send_mail/send_mail +++ b/contrib/core/actions/send_mail/send_mail @@ -52,7 +52,7 @@ if [[ -z $trimmed && $SEND_EMPTY_BODY -eq 1 ]] || [[ -n $trimmed ]]; then cat < Date: Tue, 5 Feb 2019 14:56:13 +0100 Subject: [PATCH 2/2] base64 encode subject --- contrib/core/actions/send_mail/send_mail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/core/actions/send_mail/send_mail b/contrib/core/actions/send_mail/send_mail index c75478c6bc..c7e756b777 100755 --- a/contrib/core/actions/send_mail/send_mail +++ b/contrib/core/actions/send_mail/send_mail @@ -52,7 +52,7 @@ if [[ -z $trimmed && $SEND_EMPTY_BODY -eq 1 ]] || [[ -n $trimmed ]]; then cat <