Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Nov : idPop3 ,,,Failing to Decode - can not be repeated :(

www.cryer.info
Managed Newsgroup Archive

idPop3 ,,,Failing to Decode - can not be repeated :(

Subject:idPop3 ,,,Failing to Decode - can not be repeated :(
Posted by:"Kim G. Pedersen" (k..@macaos.com)
Date:21 Nov 2005 02:17:08

Hi

I have been running with indy for very long time but
sometimes the decoding failing leaving me with an almost empty mail,
where the content of all the messageparts are empty

so A while ago , I did start try double secure meself , by saving org msg
to disk.

  msg:=Tidmessage.Create(nil);
  msgOrg:=Tidmessage.Create(nil);
      msg.Clear;
      msgOrg.Clear;
      msgOrg.NoDecode:=true;
      msgOrg.NoEncode:=true;

  //pop my message into msgOrg

    msgOrg.saveTofile('myMessage.msgOrg');
    msg.LoadFromFile('myMessage.msgOrg');
    msg.SaveToFile('MyMessage.msg');

but sometime my 'MyMessage.msg' look like this

Return-Path: <xx@xx.dk>
Received: from pfepa.post.tele.dk (pfepa.post.tele.dk [195.41.46.235])
    by mailgw.x.no (8.12.8/8.12.8) with ESMTP id jAL7jc1N010521
    for <elprint@elprint.dk>; Mon, 21 Nov 2005 08:45:38 +0100
Received: from xC (0xc2efb80e.vgnxx6.adsl-dhcp.tele.dk [194.239.184.14])
    by pfepa.post.tele.dk (Postfix) with SMTP id 2462C47FE2C
    for <x@x.dk>; Mon, 21 Nov 2005 08:45:37 +0100 (CET)
Reply-To: x@x.dk
From: "Gert " <x@x.dk>
To: "Elprint Aps" <x@x.dk>
Subject: SV: Elprint Confirmation 279955-1 - 535814
Date: Mon, 21 Nov 2005 07:46:51 +0000
Message-ID: <KDEHIOMIBHMAOLLFAAEOIEAPCMAA.x@x.dk>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="3eRO6gyhksmPAZZ6l15cDG6tqjS7ib=_or"
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506
Importance: Normal
In-Reply-To: <KDEHIOMIBHMAOLLFAAEOIEAPCMAA.x@x.dk>
X-elprint-no-MailScanner-Information: Plz contact Elprint (Norway) for info
X-elprint-no-MailScanner: Found to be clean
X-elprint-no-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.063,
    required 6, AWL 0.29, BAYES_00 -2.60, HTML_90_100 0.11,
    HTML_MESSAGE 0.00, URI_4YOU 0.14)
X-elprint-no-MailScanner-From: x@x.dk
Status:

This is a multi-part message in MIME format.

--3eRO6gyhksmPAZZ6l15cDG6tqjS7ib=_or
Content-Type: multipart/alternative;
        boundary="3eRO6gyhksmPAZZ6l15cDG6tqjS7ib=_orU"

--3eRO6gyhksmPAZZ6l15cDG6tqjS7ib=_orU
Content-Type: multipart/alternative;
        boundary="3eRO6gyhksmPAZZ6l15cDG6tqjS7ib=_orUs"

--3eRO6gyhksmPAZZ6l15cDG6tqjS7ib=_orUs--

--3eRO6gyhksmPAZZ6l15cDG6tqjS7ib=_orU--

--3eRO6gyhksmPAZZ6l15cDG6tqjS7ib=_or--

.


If I try reload the Orgfile and repeat the problem,,, it is not there ,,,
so I can not debug .

If the org files are need I can Private mail them .


Best Regards
Kim Pedersen

Replies:

www.cryer.info
Managed Newsgroup Archive