Re: [twsocket] THttpServer Authentication

2006-09-08 Thread Arno Garrels
xmedia wrote: Thanks SZ. But where do I get the password user sent? Do you have any example? Sorry but I am a bit lost here... Look at the (OverbyteIcs)Websrv demo in latest beta, there are several events and properties dealing with authentication. Next version will also include NTLM support.

Re: [twsocket] THttpServer Authentication

2006-09-08 Thread xmedia
Thank you for all your help. I managed to get it work.:-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels Sent: Friday, September 08, 2006 2:41 PM To: ICS support mailing Subject: Re: [twsocket] THttpServer Authentication xmedia wrote:

Re: [twsocket] SMTPClient

2006-09-08 Thread Arno Garrels
lalin wrote: The error number is always 550. In IIS, it appears a connection but it doesn't send anything. Means 550 Relaying denied You probably need to authenticate first. Play with the demo and try to understand how it is done. --- Arno Garrels [TeamICS]

Re: [twsocket] SMTPClient

2006-09-08 Thread lalin
Ok, Thanks. - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, September 08, 2006 9:40 AM Subject: Re: [twsocket] SMTPClient lalin wrote: The error number is always 550. In IIS, it appears a connection but it doesn't

Re: [twsocket] [OT] Borland Turbo

2006-09-08 Thread Paul
I'm not against a well done documentation, but it would just increase the number of 'passive' users. ICS benefits from its active users, those trying to understand what's going on under the hood contributing new features or bugfixes. Hi Arno, I have to disagree on this. With good

Re: [twsocket] [OT] Borland Turbo

2006-09-08 Thread Angus Robertson - Magenta Systems Ltd
Have you ever had a look at the d7indy.hlp? This automatically created documentation looks great but is virtually useless. But it was sufficient for Borland to build Indy into Delphi, and it thus has far more users than ICS. It is very easy to add extra comments into the interface section,

Re: [twsocket] SMTPClient

2006-09-08 Thread Francois Piette
Means 550 Relaying denied This means the server do not accept your mail because on condition is not met: 1) The recipient is not in the server's domain 2) The sender is not in the server's domain If one of those conditions is not met, most SMTP servers do not accept the mail. This is an

Re: [twsocket] [OT] Borland Turbo

2006-09-08 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: Since all the VCL source is supplied, I guess Borland could skip help completely. Borlands online help is far more than a nicely designed, colored table of function and property names. Yes, because it is a huge effort to write and maintain a good

Re: [twsocket] [OT] Borland Turbo

2006-09-08 Thread Mohit Sindhwani
Arno Garrels wrote: Angus Robertson - Magenta Systems Ltd wrote: Since all the VCL source is supplied, I guess Borland could skip help completely. Borlands online help is far more than a nicely designed, colored table of function and property names. Yes, because it is a

Re: [twsocket] [OT] Borland Turbo

2006-09-08 Thread Francois Piette
As regards this point, I will be happy to help out with fixing the English in any ICS documentation that is done. I have previously worked with people who have written documentation in their language, then used a web translator to convert that into English. This English is funny at best and

Re: [twsocket] [OT] Borland Turbo

2006-09-08 Thread Mohit Sindhwani
Francois Piette wrote: As regards this point, I will be happy to help out with fixing the English in any ICS documentation that is done. I have previously worked with people who have written documentation in their language, then used a web translator to convert that into English. This

Re: [twsocket] [OT] Borland Turbo

2006-09-08 Thread Francois Piette
Maybe you could also directly write the help text in http://wiki.overbyte.be. You can write whatever part you feel confortable with. Other people will complete. For example - do not take this as an offence but an example - you can read Delphi source code but don't know anything about

[twsocket] THttpServer POST data

2006-09-08 Thread xmedia
Anybody knows where I can find a web server demo that can process posted data? For example, I want to get all data posted from a web form and save to database. The current one came with ICS components only shows how to process a GET request. Any help is appreciated. Thanks. wang -- To