[twsocket] SmtpClient problem on disconnect

2006-11-17 Thread David A. G.
Hello all: I'm having problems SmtpCli where OnRequestDone function is not fired after sending QUIT command because the SMTP server is not closing the connection!!. It occurs only when using EHLO command and AUTH LOGIN authentication. I have tryed with 2 servers with same results (big linux se

Re: [twsocket] SmtpClient problem on disconnect

2006-11-18 Thread David A. G.
Effort. Visit http://www.overbyte.be/eng/ssl.html > -- > [EMAIL PROTECTED] > Author of ICS (Internet Component Suite, freeware) > Author of MidWare (Multi-tier framework, freeware) > http://www.overbyte.be > > - Original Message - > From: "David A. G." <[EM

Re: [twsocket] SmtpClient problem on disconnect

2006-11-18 Thread David A. G.
I have post a demo in my webserver. If any one want to try it to see the problem and test it with your own SMTP, please download it from: http://www.mcrenox.com.ar/smtptest.zip Remember use SMTP servers with AUTH if possible. thanks David - Original Message - From: "Francois PIETTE"

Re: [twsocket] SOAP with httpcli??

2007-11-19 Thread David A. G.
Hello I made a demonstration application using SOAP - HttpCli. Check the user-made zone. thanks David Aguirre Grazio www.djag.com.ar - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Monday, 19 November, 2007 11:53 AM Subject: Re: [twsocket] SOAP with httpcli?? > Hello: >

[twsocket] AN: New e-mail protocol (spam free and more!)

2008-02-06 Thread David A. G.
Dear friends, I have developed a complete and very improved e-mail protocol, highly immune to the SPAM, with data encryption and compression, with sender ID validation, etc. BUT not compatible with the standard email (SMTP). Let me introduce you to High Density Mail Protocol (HDMP): This very

Re: [twsocket] AN: New e-mail protocol (spam free and more!)

2008-02-07 Thread David A. G.
Answering to all... DZ-Jay: > So, rather than a new "protocol", you have created a new e-mail server and > client system which communicates in its own proprietary binary format? That is correct, but according the definition of protocol and thinking about my system runs directly over TCP/IP... D

[twsocket] Post files using HttpCli

2005-05-08 Thread David A. G.
Hello all: I'm trying to upload files using HttpCli. What would be the correct "Content-Type" into multipart frame if I upload Binary files? (see "<*<**>*>" bellow) Host: http://www.abc.com/test.asp POST method Content-Type: multipart/form-data; boundary=---7d57d7c03b6 Ac

Re: [twsocket] Traceroute

2005-08-03 Thread David A. G.
Eric: I have a demo in user made page, using threads for traceroute and reverse DNS lookup. David Aguirre Grazio - Original Message - From: "Francois Piette" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, August 03, 2005 10:31 AM Subject: Re: [twsocket] Traceroute >

[twsocket] Bandwidth control

2005-08-21 Thread David A. G.
Hello, I'm finding an example of how to control the bandwidth in HTTP and FTP server, any one has? thanks in advance, David -- 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.overbyte.be

Re: [twsocket] Bandwidth control

2005-08-21 Thread David A. G.
Sent: Sunday, August 21, 2005 9:13 PM Subject: Re: [twsocket] Bandwidth control > http://www.xantorrent.pwp.blueyonder.co.uk/ics/ThrottledWSocket.zip > > Has ThrottledWSocket and ThrottledFTPSrv. Should be easy to do the same > for > HTTP. > > Dan > > - Original Me

Re: [twsocket] Bandwidth control

2005-08-22 Thread David A. G.
, David - Original Message - From: "Dan" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, August 22, 2005 8:32 AM Subject: Re: [twsocket] Bandwidth control > As in uploading to the ftp server? > I'll look into it. > > Dan > >

Re: [twsocket] Bandwidth control

2005-08-23 Thread David A. G.
Hi Dan, now it is working good ! About the Speed, yes, there is a problem there. I set up 10KB for Up and Dw and I got exactly 20KB :) the double. I will try to check the code (but if you know where start finding the error please tell me). Look my logs: Executing Requested Command > PASV < 227

[twsocket] AN: Google Translation Interface

2005-10-19 Thread David A. G.
Hello all I made a beautiful interface for the Google language translation service (using HTTPcli). It is free, you can download and use it for free. http://www.mcrenox.com.ar/downloads/gtrans.exe I would like to hear for comments and suggestions. Thanks, David Aguirre Grazio www.mcrenox.com.a

Re: [twsocket] Throttling for THttpConnection

2006-01-14 Thread David A. G.
>> Have you seen the code for bandwidth limitation ? It exists since a few >> months and works with a compile time option. Great notice! :o but where is it? thanks, David - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, Januar

[twsocket] Buffer size

2006-01-16 Thread David A. G.
Hello all, sorry if this topic was posted some times. I making a protocol to transfer files via TCP using a mixed mode (binary and text). I searched in ICS Components for the better buffer size: in HTTP protocol I found HTTP_SND_BUF_SIZE = 8193 I made tests and this value works great for LAN tr

[twsocket] Encode URL

2006-02-10 Thread David A. G.
Hello all I'm trying an HTTP-Get software but I found that UrlEncode (from IcsUrl.pas) is not working according the protocol. UrlEncode simply encodes all the URL without taking care of (parse) Protocol, Folders, File and Data. Example: http : // user:[EMAIL PROTECTED] site .com:80/fol 1/fol

[twsocket] Encode URL

2006-02-12 Thread David A. G.
Hello all I'm trying an HTTP-Get software but I found that UrlEncode (from IcsUrl.pas) is not working according the protocol. UrlEncode simply encodes all the URL without taking care of (parse) Protocol, Folders, File and Data. Example: http : // user:[EMAIL PROTECTED] site .com:80/fol 1/fol 2/

Re: [twsocket] Encode URL

2006-02-12 Thread David A. G.
rt; > newurl := url > + '/' + UrlEncode(folder1) > + '/' + UrlEncode(folder2) > + '/' + UrlEncode(filename) > + '?' + UrlEncode(key[1]) + '=' + UrlEncode(value[1]) > + '&' + UrlEncode(key[2]) + '=' + UrlEncode(value[2]); &

Re: [twsocket] Encode URL

2006-02-12 Thread David A. G.
=' + UrlEncode(MyParamVar2) + '&' + > 'ParamName3=' + UrlEncode(MyParamVar3); > -- > [EMAIL PROTECTED] > http://www.overbyte.be > > - Original Message - > From: "David A. G." <[EMAIL PROTECTED]> > To:

Re: [twsocket] Encode URL

2006-02-12 Thread David A. G.
support mailing" Sent: Sunday, February 12, 2006 11:42 PM Subject: Re: [twsocket] Encode URL > David A. G. wrote: >> Thanks DZ-Jay. I think we need to add a more complete function, ..just >> what >> to do if we need to encode (correctly) a full URL to use with HttpC

Re: [twsocket] Encode URL

2006-02-13 Thread David A. G.
. - Original Message - From: "DZ-Jay" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, February 13, 2006 7:09 AM Subject: Re: [twsocket] Encode URL On Feb 12, 2006, at 22:15, David A. G. wrote: > The URL must be encoded because may have ill

Re: [twsocket] New ICS-V6 beta uploaded

2006-03-20 Thread David A. G.
> Does this version support BCB6/2006? no, only 5 or 6 componentes seems ready for Delphy 2006. - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, March 20, 2006 9:51 AM Subject: Re: [twsocket] New ICS-V6 beta uploaded > D

[twsocket] POP3cli and SSL

2006-05-31 Thread David A. G.
Hello all: I'm traying to build a "POP3 checker" to know if I have messages in my Gmail account. POP3Cli works good for every POP3 server but Gmail requires SSL, how can I connect to Gmail using SLL with POP3Cli? is it possible? thanks in advance, David -- To unsubscribe or change your settin

[twsocket] Receiving UDP

2006-06-05 Thread David A. G.
Hello all, I have a little question about UDP. Using TWSocket, how can I know if the received data was sent to the Broadcast address or directly to my IP address? thanks, David -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listin

[twsocket] AN: Google Search Interface

2006-08-13 Thread David A. G.
Google Search Interface developed by David Jorge Aguirre Grazio Using ICS HttpCli emulating a SOAP client. http://www.mcrenox.com.ar/googsi For Windows XP only -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit

Re: [twsocket] AN: Google Search Interface

2006-08-16 Thread David A. G.
Francois: No, at the moment, because it is "donation-ware" ;) thanks, David Aguirre Grazio downloads.mcrenox.com.ar - Original Message - From: "Francois Piette" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, August 14, 2006 3:34 AM Subject: Re: [twsocket] AN: Google Sea

Re: [twsocket] AN: Google Search Interface

2006-08-16 Thread David A. G.
> Would you then consider building a demo program to issue a SOAP request > with > ICS HTTP client component ? Sure! I was thinking in that. David - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, August 16, 2006 12:38 PM Su

Re: [twsocket] AN: Google Search Interface

2006-08-16 Thread David A. G.
" > Sent: Wednesday, August 16, 2006 6:49 PM > Subject: Re: [twsocket] AN: Google Search Interface > > > : Isn't there a limit on the number of queries conducted with Google API? > How > : do you by-pass that? > : > : Congratulations, > : > : SZ > : >

[twsocket] AN: Usermade - SOAP Client demo using HttpCli

2006-08-19 Thread David A. G.
Hello all, I sent to Francois "SOAP Client demo using ICS HTTP Client component for Google API - Spelling Suggestion". Check the UserMade section. http://www.overbyte.be Name: SoapGoogleDemo.ZIP Size: 27 KB Author: David Jorge Aguirre Grazio SOAP Client demo using HTTP client compon

Re: [twsocket] ICS October Version (planned)

2006-09-05 Thread David A. G.
> ICS October Version Will be available for Delphi 2006 (Win32) ? - Original Message - From: "Angus Robertson - Magenta Systems Ltd" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 05, 2006 8:53 AM Subject: Re: [twsocket] ICS October Version (planned) >I repeat my comments that whil