I have a little error yet about hbtip, if i use -mt the class hbtip not runs


Example with MT:
   hbmk2 -mt gmail.prg hbtipssl.hbc, build perfectly
   but run slower and returns .F. (fail)

Example without MT:
   hbmk2 gmail.prg hbtipssl.hbc, build perfectly
   run faster and returns .T. (correct)

log off smtp with error

20100514-09:29:31  :INETCONNECT( smtp.gmail.com, 465 )
>> <pointer> <<

20100514-09:29:31  :INETERRORCODE( <pointer> )
>>          0 <<

20100514-09:29:41  :INETRECVLINE( <pointer>, , 512 )
>> NIL <<

20100514-09:29:41  :INETERRORCODE( <pointer> )
>>          0 <<

20100514-09:29:42  :INETSENDALL( <pointer>, 6, QUIT<cr><lf> )
>>          6 <<

20100514-09:29:42  :INETRECVLINE( <pointer>, , 512 )
>> 220 mx.google.com ESMTP 21sm1329732yxe.15 <<

20100514-09:29:42  :INETERRORCODE( <pointer> )
>>          0 <<


log without error

20100514-10:05:23  :INETCONNECT( smtp.gmail.com, 465 )
>> <pointer> <<

20100514-10:05:23  :INETERRORCODE( <pointer> )
>>          0 <<

20100514-10:05:23  :INETRECVLINE( <pointer>, , 512 )
>> 220 mx.google.com ESMTP x34sm670731qce.15 <<

20100514-10:05:23  :INETERRORCODE( <pointer> )
>>          0 <<

20100514-10:05:23  :INETSENDALL( <pointer>, 25, HELO <myn...@gmail.com><cr><lf> 
)
>>         25 <<

20100514-10:05:23  :INETRECVLINE( <pointer>, , 512 )
>> 250 mx.google.com at your service <<

20100514-10:05:23  :INETERRORCODE( <pointer> )
>>          0 <<

20100514-10:05:23  :INETSENDALL( <pointer>, 31, MAIL FROM: 
<myn...@gmail.com><cr><lf> )
>>         31 <<

20100514-10:05:23  :INETRECVLINE( <pointer>, , 512 )
>> 530-5.5.1 Authentication Required. Learn more at                             
>>   <<

20100514-10:05:23  :INETERRORCODE( <pointer> )
>>          0 <<

20100514-10:05:23  :INETSENDALL( <pointer>, 5, .<cr><lf> )
>>          5 <<

20100514-10:05:23  :INETRECVLINE( <pointer>, , 512 )
>> 530 5.5.1 http://mail.google.com/support/bin/answer.py?answer=14257 
>> x34sm670731qce.15 <<

20100514-10:05:23  :INETERRORCODE( <pointer> )
>>          0 <<

20100514-10:05:23  :INETSENDALL( <pointer>, 6, QUIT<cr><lf> )
>>          6 <<

20100514-10:05:23  :INETRECVLINE( <pointer>, , 512 )
>> 502 5.5.1 Unrecognized command. x34sm670731qce.15 <<

20100514-10:05:23  :INETERRORCODE( <pointer> )
>>          0 <<



Regards
Fernando Athayde



      
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to