Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Apr : Re: Indy10, TIdMessage, TIdPOP3, SLL - "Missing Attachment"
| Subject: | Re: Indy10, TIdMessage, TIdPOP3, SLL - "Missing Attachment" |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Tue, 25 Apr 2006 14:51:41 |
"Cornie" <cornievs@gmail.com> wrote in message
news:444e8bd5@newsgroups.borland.com...
> I my other application I want to receive the message and save
> the attachment. I receive the message ok but the line
> "Msg.MessageParts.Count" is always 0, which to my info
> means there is no attachments to the message.
Then either:
1) the attchment is encoded in such a way that it ends up in the
TIdMessage.Body property instead of the TIdMessage.MessageParts collection
2) the message is encoded in such a way that Indy can't parse it at all.
Please show the raw message data.
> 2) Indy10 as supply with Delphi 2006
Try upgrading to the latest snapshot.
Gambit