Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Apr : IdText problems
| Subject: | IdText problems |
| Posted by: | "Danijel B." (da..@twc.de) |
| Date: | Fri, 8 Apr 2005 15:30:17 |
Hello,
there is an outlook-express (multipart/mixed) mail that i will decode with
Indy9 but i don't understand compleatly how to do this...
I send this msg. for testing ... it is a simple HTML msg. with one jpg file
as attachment in it.
Msg. = multipart/mixed
...this means that the msg. has more than one text parts.
Both of this parts are IdText parts:
1. IdText = multipart/alternative with valid boundary and
ContentTransfer is blank.
2. IdText = multipart/alternative with valid boundary and
ContentTransfer is quoted-printable
...and there beginns my problem!
When i read Body of this TIdText Object there is an base64 coded part (my
jpg) and that does not look verry nice in my mail-viewer :(
My Question:
What's the best way to decode this "quoted-printable" part in IdText?
Thanks
Danijel