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
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
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"
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:
>
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
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
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
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
>
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
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
,
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
>
>
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
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
>> 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
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
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
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/
rt;
> newurl := url
> + '/' + UrlEncode(folder1)
> + '/' + UrlEncode(folder2)
> + '/' + UrlEncode(filename)
> + '?' + UrlEncode(key[1]) + '=' + UrlEncode(value[1])
> + '&' + UrlEncode(key[2]) + '=' + UrlEncode(value[2]);
&
=' + UrlEncode(MyParamVar2) + '&' +
> 'ParamName3=' + UrlEncode(MyParamVar3);
> --
> [EMAIL PROTECTED]
> http://www.overbyte.be
>
> - Original Message -
> From: "David A. G." <[EMAIL PROTECTED]>
> To:
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
.
- 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
> 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
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
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
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
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
> 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
"
> 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
> :
>
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
> 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
30 matches
Mail list logo