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: | "Cornie" (cornie..@gmail.com) |
| Date: | Wed, 26 Apr 2006 09:02:44 |
Thank you very much for the quick reply.
I got it to work, by setting the TIdSSLIO.. component's
SSLOptions>Method property to "sslvTLSv1". I have really no idea what
is does, but it works.
Another question/problem. Sometimes, normally when the attachment >
150K, the attachemnt is "parsed" into the body as "part of a multi part
MIME message", when viewed by Thunderbird, and my app "see" more than
one attachments, but none is of type TIdAttachmentFile. (I know the
first one is normally the body text.) Is there a way to prevent this
from happening?
Is somewhere a document for dummies, about SSL and/or Indy?
Regards
Cornie
> 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.
Will do, as soon as I have the time.