É no harbour pessoal por enquanto, vamos ver quem e quando irão copiar p/ o xHarbour ?Hi to all,
I added TLS support to hb_sendmail() It work now perfectly with gmail on port 587.
It should also work on outlok.com wich support only TLS on port 587.
PS : Need Openssl lib to be SSL complient
Enjoy J
2015-01-29 23:55 UTC+0100 Jean Lefebvre (jfl/at/mafact.com)
* contrib/hbtip/sendmail.prg
* Modified hb_sendmail(...) to allow TLS on port 587
No change in parameters
* contrib/hbtip/client.prg
+ added FUNCTION ActivateSSL(Self)
* changed all actual ref to TLS to SSL for clarity with real TLS vars and methods
* contrib/hbtip/smtpcli.prg
+ Added METHOD StartTLS() to allow starting SSL crypting after receiving the STARTTLS command only
+ Added METHOD DetectSecurity() to initiate Authentification methods reading 250-xxx lines
* contrib/hbtip/tests/gmail.prg
* changed comment to explain TLS on port 587 for gmail
* changed port to 587 to allow testing
* Auto detect SSL on 465 and plain text on 587 (till STARTTLS command)
Saudações,
Itamar M. Lins Jr.

