Re: [twsocket] TSmtpCli + TLS + SSL Support

2009-01-05 Thread luciano digivoice
Hello All, after set USE_SSL at .inc file everything is OK, I tried to send an email using tls support and OK. I have my GMail accont and I would like to know if anyone has an example of a source code to help me. What do I need to set on the TSslSmtpCli parameters? Thank you for your support. O

Re: [twsocket] TSmtpCli + TLS + SSL Support

2009-01-05 Thread Arno Garrels
luciano digivoice wrote: > Hello All, > > after set USE_SSL at .inc file everything is OK, I tried to send an > email using tls support and OK. I have my GMail accont and I would > like to know if anyone has an example of a source code to help me. There's a demo application in sub folder SslInter

[twsocket] THttpCli digest and basic authentication

2009-01-05 Thread Arno Garrels
Hi All, I just finished an implementation of Digest Access Authentication in the THttpCli. Digest authentication requires at least one server challenge per protection space (realm). This is similar to basic authentication which may use a realm as challenge (currently not supported by basic in bo