2015-03-09 19:16 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbtip/smtpcli.prg
! consume whole EHLO output after STARTTLS
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2015-03-09 19:16 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* contrib/hbtip/smtpcli.prg
|
||||
! consume whole EHLO output after STARTTLS
|
||||
|
||||
2015-03-09 18:33 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* contrib/hbtip/smtpcli.prg
|
||||
! added missing space after AUTH PLAIN
|
||||
|
||||
@@ -169,7 +169,7 @@ METHOD StartTLS() CLASS TIPClientSMTP
|
||||
::EnableSSL( .T. )
|
||||
ActivateSSL( Self )
|
||||
::inetSendAll( ::SocketCon, "EHLO " + iif( Empty( ::cClientHost ), "TIPClientSMTP", ::cClientHost ) + ::cCRLF )
|
||||
RETURN ::GetOk()
|
||||
RETURN ::DetectSecurity()
|
||||
ENDIF
|
||||
|
||||
RETURN .F.
|
||||
|
||||
Reference in New Issue
Block a user