>>   MIME := TMimemess.Create;
>>   MIME.Header.CharsetCode := UTF_8;
>>   MIME.AddPartText(TextMess.Lines, nil);

> Try to use AddPartTextEx instead. Like:

>    MIME.AddPartTextEx(TextMess.Lines, nil, UTF_8, false, ME_BASE64);

> If you have prepared text with target encoding and you need to turn 
> off internal charset conversion, then use true in parameter 'raw' 
> (4th parameter).

Be precise:

  MIME.AddPartTextEx(TextMess.Lines, nil, UTF_8, false, ME_7BIT);

What the doctor ordered. Thank you.

-- 
Best regards, Kruglovk Konstantin
mailto:[email protected]


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to