[Gambas-devel] Release of Gambas 3.3

Benoît Minisini gambas at ...1...
Thu Sep 6 22:35:44 CEST 2012


Le 06/09/2012 22:28, Sebastian Kulesz a écrit :
>
> I like the changes,

I hope so. :-)

> it works flawlessly now!! Tested with unencrypted account too. no
> bugs so far. I couldn't test it  using my gmail account because i use
> 2-factor auth, so i needed to create a new key each time i wanted to
> test.
>
> One question tough; what is the use of Abort() if it doesn't roll
> back any changes?
> Shouldn't it call Reset() before disconnecting,
> otherwise it's almost the same as Close().

Actually it closes the connection without emitting the QUIT command, so 
normally nothing is changed on the server. Or am I wrong? Do I need to 
call Reset() ?

>
> I would also like to implement the APOP, but i need to hash a string
>  with md5. Is there a more native way of obtaining an md5 hexdigest
> than calling md5sum or openssl with Exec?
>

No, there is no MD5 computation routine in Gambas at the moment.

-- 
Benoît Minisini




More information about the Devel mailing list