Hi guys, I'm having some issues when getting an email without the charset specified in the content-type header. The charset is being predicted as "charset="iso-8859-1"" when, for this particular email (containing german characters), it should be utf-8.
This happens by using CkEamil::getMime() (I really need to use this method to later process)
-Is there a way to get the raw charset ? (the one without the predicted charset) -can we distingwish if it was predicted ?
Thx !