Re: [twsocket] Send and retrieve mail from Gmail

2005-12-19 Thread Francois Piette
> I use this wonderfull set of components to send and receive mail from my > program.. > > My question is: If is possible to send an receive from Gmail... > Thats require SSL... ICS-SSL has an SMTPS (SMTP over SSL) component. Currently there is no POP3S component but it should not be too d

Re: [twsocket] OnDataAvailable event question

2005-12-19 Thread Francois Piette
> I was wondering about something concerning the OnDataAvailable event for > Twsocket. If I assign a string to the receivestr function inside the > OnDataAvailable event and I have lengthy processing do i miss other > OnDataAvailable events and my string clears during the reassignment or is > the d

[twsocket] OnDataAvailable event question

2005-12-19 Thread lame.one
I was wondering about something concerning the OnDataAvailable event for Twsocket. If I assign a string to the receivestr function inside the OnDataAvailable event and I have lengthy processing do i miss other OnDataAvailable events and my string clears during the reassignment or is the data append

[twsocket] Send and retrieve mail from Gmail

2005-12-19 Thread Macfly
Hi.. I use this wonderfull set of components to send and receive mail from my program.. My question is: If is possible to send an receive from Gmail... Thats require SSL... Tanks in advance.. Macfly __ Do You Yahoo!? Tired of s

Re: [twsocket] ICS and Free Pascal

2005-12-19 Thread Marco van de Voort
> So, console programs should compile. This is what I'm interested in. I will > give it a try. Where are the patches u mentioned? Already integrated in ICS since mid 2004 -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsock

[twsocket] Jan Schatz/BECKIPC/DE ist außer Haus .

2005-12-19 Thread Jan Schatz
Ich werde ab 19.12.2005 nicht im Büro sein. Ich kehre zurück am 01.01.2006. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www

Re: [twsocket] Finding my server using UDP

2005-12-19 Thread Marcello Vezzelli
Lord, Chris wrote: > I want some client software I am writing to be able to determine if my server > software is up and running and if so the IP address of the server machine to > save the user having to set up IP addresses and so on. Having looked at a > demo for doing exactly what I need, I s

Re: [twsocket] Web and Delphi

2005-12-19 Thread Fastream Technologies
But be aware that the web server demo is async and single threaded. I suggest you to contribute to the SSL effort and use the multi-threaded server (yes, even with SSL!). Best Regards, SZ - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent:

[twsocket] Finding my server using UDP

2005-12-19 Thread Lord, Chris
I want some client software I am writing to be able to determine if my server software is up and running and if so the IP address of the server machine to save the user having to set up IP addresses and so on. Having looked at a demo for doing exactly what I need, I set up a UDP socket server

Re: [twsocket] Web and Delphi

2005-12-19 Thread Francois PIETTE
Have a look at the WebServ sample program. See the procedure TWebServForm.CreateVirtualDocument_Template. In this procedure, a request is processed to produce a dynamic page based on a HTML template. In the sample, there is no database stuff, but this doesn't change anything: instead of using

[twsocket] Web and Delphi

2005-12-19 Thread Daniel Reynes
Hello to all of you, First, let me explain my problem: I program with Delphi since 2 years, but I have never made any Web application. Here is what I would like to do: I have a MySql database that I can control from Delphi (this I can do) On the other side, there is a web page that