Hello,
I have a program (SOGo), installed on my mail server, that send emails
using the quoted-printable encoding for From/To headers.
Unfortunately, none of the email clients I use seems to display them
correctly:
-------------------------------------------------------
From =?utf-8?q?Andr=C3=A9?= Rodier <an...@rodier.me>
To =?utf-8?q?Andr=C3=A9?= Rodier <an...@rodier.me>
-------------------------------------------------------
Is there any reason for that ?
is a header missing:
Source of the message:
-------------------------------------------------------
Return-Path: <an...@rodier.me>
Received: from osaka.rodier.me
by osaka.office.pmc with LMTP id SHdiLkFM+VtsSAAAnYgw/w
; Sat, 24 Nov 2018 13:04:01 +0000
Received: from osaka.rodier.me (localhost [127.0.0.1])
by osaka.rodier.me (Postfix) with ESMTP id A8A2620664
for <an...@rodier.me>; Sat, 24 Nov 2018 13:04:01 +0000 (GMT)
Received: from localhost (localhost [127.0.0.1])
by osaka.rodier.me (Postfix) with ESMTP id 89AFC20661
for <an...@rodier.me>; Sat, 24 Nov 2018 13:04:01 +0000 (GMT)
To: =?utf-8?q?=3D=3Futf-8=3Fq=3FAndr=3DC3=3DA9=3F=3D_Rodier?=
<an...@rodier.me>
X-Priority: 1
Subject: Test
Importance: high
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Message-Id: <4a80-5bf94c41-1-3b22dab3@165787061>
Content-Type: text/plain; charset="utf-8"
From: =?utf-8?q?=3D=3Futf-8=3Fq=3FAndr=3DC3=3DA9=3F=3D_Rodier?=
<an...@rodier.me>
Date: Sat, 24 Nov 2018 13:04:01 +0000
User-Agent: SOGo Alarms Notifier/1.0
X-AV-Checked: ClamSMTP (Client IP: 127.0.0.1)
Checking email alerts
-------------------------------------------------------
Can I tune postfix to alter / convert this header, to base64 or even
utf8 ?
Thanks for your help
André Rodier
--
https://github.com/progmaticltd/homebox