Questions tagged as 'indy-10'

1
answer

Sending email using Gmail

I need help with emailing GMail using Indy10 and Delphi 7 . I think the Delphi version should not matter so much, but the Indy version right? I just downloaded Indy10 for indy.fulgan.com/ZIP/ and I've already installed the components....
asked by 21.03.2014 / 17:45
1
answer

Post IdHTTP with Delphi

I can make a post with HTML quietly, but when I try to do with Delphi, it presents me with this error:    link Follow the code below: function TForm1.UploadArquivo(server, script, caminhoarq : string) : boolean; var Response : String;...
asked by 18.11.2015 / 23:37
1
answer

HTTPS POST not working in Delphi

I have a project where I need to make post requests to a webservice that works with HTTPS, but when I try to make the post in Indy 10 using Delphi 2007 it throws an exception saying that it was not possible to load the SSL libraries, but I have...
asked by 27.10.2015 / 13:09
1
answer

Failed to Change Directory - Indy 10 - IdFTP

The folder of the ftp is existing, I checked manually and even then this error occurs. Folder on ftp: Then follow the code: with IdFtp2 do begin Host := edtServFTP2.Text; Port := StrToInt(edtPorta2.Text); ReadTime...
asked by 11.02.2015 / 13:52
1
answer

Error sending E-Mail by Indy 10

The following error appears when you attempt to send the mail function: Não há um programa padrão de e-mail associado para realizar a ação solicitada. instale um programa de e-mail ou, caso já exista um instalado, crie uma associação no painel...
asked by 20.01.2015 / 14:19
0
answers

Delphi 7 - Inform A3 Certificate on Indy HTTP

Hello, I'm trying and unsuccessful so far to perform the integration with a web service, where I use the Indy HTTP component, updated to version 10 in Delphi 7 to access and make a GET using XML and JSON in a Web Service REST, however it is nece...
asked by 27.10.2017 / 01:15
0
answers

timezone error indy10 delphi [closed]

I have a screen that sends email using Indy10 but it sends with the wrong time zone. He is sending the email always with 2 hours of delay, that is, if he sends the 17:00 he marks in the email as sent at 15:00. I checked in several sites but what...
asked by 11.11.2016 / 16:38
0
answers

Using TIdHttp and TIdConnectionIntercept created in runtime [closed]

I have a method that makes a connection to a RestFUL server and for that it uses the components TIdHttp, TIdConnectionIntercept and others created in runtime, so alright, the problem is that I need to get the return of the "OnReceive" event of t...
asked by 29.04.2016 / 22:06
2
answers

Error "could not load ssl library" using delphi 7 and indy 10.0.52

I am using Delphi 7 and indy 10.0.52 , trying to send json with method post to api but I always get this error message:    could not load ssl library HA long time ago I did this same procedure only with v...
asked by 25.08.2016 / 14:32
0
answers

How to tell if a folder exists with IdFTP delphi?

I need to know if a folder exists on ftp I'm using the function below, but the error: --------------------------- Debugger Exception Notification --------------------------- Project perfil.exe raised exception class EIdReplyRFCError with me...
asked by 02.10.2018 / 19:50