andyedinborough / aenetmail

C# POP/IMAP Mail Client
370 stars 153 forks source link

Problems with raw and charset #105

Open Macras opened 11 years ago

Macras commented 11 years ago

Hi, excuse me for my poor english.

I've downloaded NuGet version (1.6) and i've found charset problems in message body, i've read Issues about this problem, but i'havent found a solution, all Issues are opened.

After i've downloaded version 1.6.1 rc3 and i've found varius changes in dll methods. Raw property of MailMessage object was eliminated and i've tried to get raw with Save, but in the result all header's informations are empty, also, charset problem still alive.

I've lost something or this component (very promising) at this moment have some big troubles? my mistake to get version?

thanks

537mfb commented 11 years ago

have you tried the latest version? 1.7.6 last i saw?

try headers["WhatEverproperty"].rawvalue

works (mostly) for me as long as WhatEverProperty exists in headers