Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Apr : Indy10, TIdMessage, TIdPOP3, SLL - "Missing Attachment"
| Subject: | Indy10, TIdMessage, TIdPOP3, SLL - "Missing Attachment" |
| Posted by: | "Cornie" (cornie..@gmail.com) |
| Date: | Tue, 25 Apr 2006 22:51:30 |
Hi
First of all I am very new to Indy and SSL so forgive me for any idiotic
statement.
My problem as follow:
1) I send from one application a compressed data file to a GMail account
(therefor the use of SLL), using TIdMessage, TIdSMTP, and
TIdSSLIOHandlerSocketOpenSLL which works like a dream and I can retrieve
the attach file with GMail Webinterface and Thunderbird.
Settings: TIdMess....
Encoding : meDefault
AttachmentEncoding : UUE
2) 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. If I save the Body, the attached file is
"embedded" in it, but with a lot of white spaces.
Settings: TIdmess...
Same as Above
I am using:
1) OpenSLL DLL's version 0.9.8i
2) Indy10 as supply with Delphi 2006
3) Try almost any combination of the encoding setting in my sending app,
including MIME, etc.
I would appreciate any pointers
Regards
Cornie