Re: Convert quoted-printable headers

2018-11-25 Thread André Rodier
On 2018-11-25 19:03, @lbutlr wrote: On 24 Nov 2018, at 14:37, Richard Damon wrote: If you might be using characters beyond an 8-bit character set, then UTF-8 is the best way to go. If there is even the slightest possibility that you will be using characters beyond the basic *7* bit character

Re: Convert quoted-printable headers

2018-11-25 Thread @lbutlr
On 24 Nov 2018, at 14:37, Richard Damon wrote: > If you might be using characters beyond an 8-bit character set, then UTF-8 is > the best way to go. If there is even the slightest possibility that you will be using characters beyond the basic *7* bit character set, I would say that UTF-8 is the

Re: Convert quoted-printable headers

2018-11-24 Thread Richard Damon
On 11/24/18 4:12 PM, Benny Pedersen wrote: > André Rodier skrev den 2018-11-24 15:41: >> --- >> From =?utf-8?q?Andr=C3=A9?= Rodier >> To =?utf-8?q?Andr=C3=A9?= Rodier >> --- > > is unic

Re: Convert quoted-printable headers

2018-11-24 Thread André Rodier
On 2018-11-24 21:12, Benny Pedersen wrote: André Rodier skrev den 2018-11-24 15:41: --- From=?utf-8?q?Andr=C3=A9?= Rodier To =?utf-8?q?Andr=C3=A9?= Rodier --- is unicode done firs

Re: Convert quoted-printable headers

2018-11-24 Thread Benny Pedersen
André Rodier skrev den 2018-11-24 15:41: --- From=?utf-8?q?Andr=C3=A9?= Rodier To =?utf-8?q?Andr=C3=A9?= Rodier --- is unicode done first ?, if so quoted-printable encoding only se

Re: Convert quoted-printable headers

2018-11-24 Thread Richard Damon
On 11/24/18 10:24 AM, André Rodier wrote: > On 2018-11-24 15:16, Richard Damon wrote: >> 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. >>> >>> Unfortunat

Re: Convert quoted-printable headers

2018-11-24 Thread André Rodier
On 2018-11-24 15:26, Matus UHLAR - fantomas wrote: On 24.11.18 14:41, André Rodier wrote: I have a program (SOGo), installed on my mail server, that send emails using the quoted-printable encoding for From/To headers. this is not a postfix issue, it belongs to the sogo support, not postfix.

Re: Convert quoted-printable headers

2018-11-24 Thread Matus UHLAR - fantomas
On 24.11.18 14:41, André Rodier wrote: I have a program (SOGo), installed on my mail server, that send emails using the quoted-printable encoding for From/To headers. this is not a postfix issue, it belongs to the sogo support, not postfix. Unfortunately, none of the email clients I use seems

Re: Convert quoted-printable headers

2018-11-24 Thread André Rodier
On 2018-11-24 15:16, Richard Damon wrote: 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 correct

Re: Convert quoted-printable headers

2018-11-24 Thread Richard Damon
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: > > -

Convert quoted-printable headers

2018-11-24 Thread André Rodier
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?An