Board index » delphi » Indy POP3 EConvertError

Indy POP3 EConvertError

I am using D6 Enterprise. W2k. Indy 8.0.25

When I try to retrieve the message number 124 I receive this error.
EConvertError with message "2." is not a valid integer value.
Partial code :

   for n := 1 to MensajesTotales do begin
        try
        try
        Msg.MessageParts.Clear;
        Msg.Clear;

        tam:=0;
        tam:=pop3.RetrieveMsgSize(124); // (1949 bytes)

        pop3.Retrieve(n, Msg);
        NumMensa := n;
        Panel3.Caption := 'Descarga mensaje ' + IntToStr(n) ;
        Application.ProcessMessages;
        Insert;

Anybody can help me ?

Joan garcia

 

Re:Indy POP3 EConvertError


jgar...@irm-sa.com (Joan Garcia) wrote in <3B8E731E.CE4F0...@irm-sa.com>:

Quote
>I am using D6 Enterprise. W2k. Indy 8.0.25

Could you provide me with login information to the pop server to see what the
problem is? If so, send it directly to my email address.

Other Threads