Roundcube Community Forum

Release Support => Pending Issues => Topic started by: Makc666 on January 12, 2012, 08:01:25 AM

Title: Delivery status notification & charset="koi8-r"
Post by: Makc666 on January 12, 2012, 08:01:25 AM
Version 0.7.1 stable (no prefix in forums still).



The screenshot and source of receipt are included in attachments.
Title: Delivery status notification & charset="koi8-r"
Post by: Makc666 on January 12, 2012, 08:17:31 AM
Forgot to add that in Microsoft Outlook 12 itself that receipt is displayed correctly!
You can see the screenshot.
Title: Delivery status notification & charset="koi8-r"
Post by: alec on January 12, 2012, 09:07:27 AM
HTML part of the message is malformed by Outlook. It contains two different charset definitions.
Title: Delivery status notification & charset="koi8-r"
Post by: Makc666 on January 12, 2012, 09:52:30 AM
Quote from: alec;37948
HTML part of the message is malformed by Outlook. It contains two different charset definitions.


I don't see those two different charset definitions.

I see:
Code: [Select]
------=_NextPart_001_004E_01CCD14A.5CD99450
Content-Type: text/plain;
charset="koi8-r"
Content-Transfer-Encoding: base64


This is ok!

I see:
Code: [Select]
------=_NextPart_001_004E_01CCD14A.5CD99450
Content-Type: text/html;
charset="koi8-r"
Content-Transfer-Encoding: quoted-printable


This one is also ok.

Then I see that there is HTML part which one has:



charset=3Dwindows-1251">

And looks like here can be the problem as that part above is really in Windows-1251 format.

Where interesting problem.
Will try to look into it.