On 11/24/18 9:41 AM, André Rodier wrote: > 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: > > Thanks for your help > > André Rodier > First, are your clients compliant with the RFC that define encoding of headers (which are later/less supported than those that define the encoding of the body)?
For example, RFC 2047 (I think the latest RFC that defines this encoding). I don't think you need any header to enable this support, just a compliant MUA. -- Richard Damon