Thank you for your time, I will do some research based on your idea. DH.
Rob Kennedy <[EMAIL PROTECTED]> wrote: David Homes wrote: > The component that I am using is TntRichEdit in TntUnicode library. > > "Does that mean the messages you're sending are like e-mail messages?" > > Yes, they are email messages. Anyway, does IdPOP3 and Delphi 2005 have > ability to receive Unicode message? IdPop3 receives messages in whatever format they were sent. E-mail doesn't use Unicode directly -- you'll never have double-byte characters in an e-mail message. Instead, the message will be encoded, as indicated by the Content-Type header. Maybe Indy does some processing of that for you, but I don't think it translates anything into a WideString. At best, it would provide the UTF-8-encoded version, which is probably what you're sending in your tests. Delphi has a UTF8Decode function to translate that into a WideString. For more sophisticated character-set translations, you can use the MultiByteToWideChar API function. Delphi or Tnt might have more Delphi-friendly wrappers for that function, but I'm not sure. -- Rob ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] --------------------------------- YAHOO! GROUPS LINKS Visit your group "delphi-en" on the web. To unsubscribe from this group, send an email to: [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. --------------------------------- --------------------------------- Yahoo! Music Unlimited - Access over 1 million songs. Try it free. [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/i7folB/TM --------------------------------------------------------------------~-> ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

