Hi, I have a multipart mail which is processed using async read on sockets. The problem is that instead of hungarian diacritics is displayed something like =ED which is the code in hexa of character. I suppose that is some encoding pb. I've tried several encoding from iso-8859-2 to utf7.
This is a part from mail header:
X-MS-Has-Attach: X-Auto-Response-Suppress: DR, OOF, AutoReply X-MS-TNEF-Correlator: x-scanned-by: MH-MailNode {mn03} on Content-Type: multipart/alternative; MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable
Thank you.