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: | Sat, 29 Apr 2006 23:28:01 |
Remy Lebeau (TeamB) wrote:
> "Cornie" <cornievs@gmail.com> wrote in message
> news:444f1b17@newsgroups.borland.com...
>
>> 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?
>
> Please elaborate.
>
>
> Gambit
>
>
When I receive the "corrupt" e-mail the body start with:
// body
This is a multi-part message in MIME format
--0ztEb1tbooSrF=_G9BFHqhS1ApoSDW58Jp
Content-Type: application/octet-stream;
name="TRM_KOVSIES_20060427.InfoX"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="TRM_KOVSIES_20060427.InfoX"
ACdUUk1fS09WU0lFU18yMDA2MDQyN18yMDA2MDQyN19TYWxlcy5jZHPzBAAASwIAAHicmyb5YC8j
AwODBBBzMAgCSWYgXsfA6ZmXlh/hnJ+SysjgCRRhZGAN93QJ8WBiYGIQZWB1yU/2y+dgAOlkYGBy
CeEAagYBNsfc/NK8Eg4GFjCXxTm/GM7hDk7MSS0uSC0qzs/DNJSfgc05vwwoyQI1ldMlszgZZFgA
zACIKSFBvvHe/mHBnq7B2puggmFP7H4eO+PE+9R0yvUAL4eE/umvdn/UdWBxTUrNY2JAAcj6dWD6
hSVdQPrNgLrjDgc6LDx16ezfa+EHCenXhem3OOkK0r95xrkkq25Hh0ePNk6O7yg9QEi/HlR/w9pD
biD9q8DAwUHwLDuv2zkTgvbrw+x/9NcTpJ8H7H8rhw3ZtqkzJTUh/mfGrd8AZn+bXgBI/2qg7Qv3
// etc
Normally the e-mail body is blank with just the attachment
"TRM_KOVSIES_20060427.InfoX"
I have started to add some text to the body. Read some where that a
blank body confuse the "system". Since then I did not had any problems
but all the files where smaller than 150Kb.
Regards
Cornie