Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 May : TIdMessage problem
| Subject: | TIdMessage problem |
| Posted by: | "Patrick" (focus..@yeah.net) |
| Date: | Sun, 29 May 2005 08:10:59 |
TIdMessage can not read an email file (.eml) with a simple format, for
example:
---------------------------------------------
To: someone@hostname.com
From: otherone@host.com
Subject: A simple email
Some lines in mail content.
---------------------------------------------
When TIdMessage read this, the content type is "text/plain", but the body is
empty. How to solve this problem?
Thanks
Patrick